Shades of Lavender Grey #B9BBCA
Tints of Lavender Grey #B9BBCA
RGB
CMYK
RGB Variations
Color information
#B9BBCA (or 0xB9BBCA) is known color: Lavender Grey. HEX triplet: B9, BB and CA. RGB value is (185,187,202). Sum of RGB (Red+Green+Blue) = 185+187+202=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBCA is #464435. Grayscale: #BCBCBC. Windows color (decimal): -4604982 or 13286329. OLE color: 13286329.
HSL color Cylindrical-coordinate representation of color #B9BBCA: hue angle of 232.94º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9BBCA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 185 | 187 | 202 | - |
CMYK | 0.08 | 0.07 | 0 | 0.21 |
HSL | 232.94º | 0.14% | 0.76% | - |
HSV(B) | 232.94º | 0.08% | 0.79% | - |
XYZ | 48.44 | 50.12 | 63 | - |
YUV | 188.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 187 | 202 | 0.08 | 0.07 | 0 | 0.21 | 232.94 | 0.14 | 0.76 |
Hex | B9 | BB | CA | 8 | 7 | 0 | 15 | E9 | E | 4C |
Octal | 271 | 273 | 312 | 10 | 7 | 0 | 25 | 351 | 16 | 114 |
Binary | 10111001 | 10111011 | 11001010 | 1000 | 111 | 0 | 10101 | 11101001 | 1110 | 1001100 |
Color Harmonies of #B9BBCA
Complementary color
Monochromatic Colors of #B9BBCA
Black with #B9BBCA
Text Example
Text Example
White with #B9BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBCA; }
p { color: rgb(185,187,202); }
H1.HeaderClassName
{
color: #B9BBCA;
}
.AnyTagClassName
{
color: #B9BBCA;
}
</style>
background-color css
<style>
a { background-color: #B9BBCA; }
a { background-color: rgb(185,187,202); }
div.DivClassName
{
background-color: #B9BBCA;
}
.BgClassName
{
background-color: #B9BBCA;
}
</style>
border-color css
<style>
span { border-color: #B9BBCA; }
span { border-color: rgb(185,187,202); }
td.TdClassName
{
border-color: #B9BBCA;
}
.TagClassName
{
border-color: #B9BBCA;
}
</style>