Color #B1BBDF

HEX

#B1BBDF

RGB

(177, 187, 223)

Quick Actions

Color Values

Color Space Values
RGB
R: 177, G: 187, B: 223 (69%, 73%, 87%)
CMYK C: 21%, M: 16%, Y: 0%, K: 13%
HSL H: 227°, S: 42%, L: 78%
HSV H: 227°, S: 21%, V: 87%
CIE-LAB L: 76.2, a: 4.09, b: -19.14
CIE-LCH L: 76.2, C: 19.57, H: 282.06
Hunter-Lab L: 70.87, a: -2.47, b: -26.36
Web Safe
#99cccc
Complementary
#dfd5b1

#B1BBDF is a color with RGB values of 177 red, 187 green, and 223 blue (69%, 73%, 87% respectively). In the CMYK color space, it consists of 21% cyan, 16% magenta, 0% yellow, and 13% black. The color has a hue angle of 227°, 42% saturation, and 78% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #99cccc. The complementary color is #dfd5b1, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #B1BBDF

Explore different variations of #B1BBDF including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #B1BBDF. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #B1BBDF

Explore different color combinations and harmonies that work well with #B1BBDF.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B1BBDF

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #B1BBDF

Text with #B1BBDF

This text has a font color of #B1BBDF.

<span style="color:#B1BBDF;">Text here</span>
.text { color: #B1BBDF; }

#B1BBDF background color

This paragraph has a background color of #B1BBDF.

<p style="background-color:#B1BBDF;">Content here</p>
.background { background-color: #B1BBDF; }

#B1BBDF border color

This element has a border color of #B1BBDF.
<div style="border:1px solid #B1BBDF;">Content here</div>
.border { border: 1px solid #B1BBDF; }

#B1BBDF box shadow

This element has a box shadow using #B1BBDF.
<div style="box-shadow: 0 4px 6px -1px #B1BBDF80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #B1BBDF80; }
Copied to clipboard!