Shades of Lavender Grey #B9BBC9
Tints of Lavender Grey #B9BBC9
RGB
CMYK
RGB Variations
Color information
#B9BBC9 (or 0xB9BBC9) is known color: Lavender Grey. HEX triplet: B9, BB and C9. RGB value is (185,187,201). Sum of RGB (Red+Green+Blue) = 185+187+201=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBC9 is #464436. Grayscale: #BBBBBB. Windows color (decimal): -4604983 or 13220793. OLE color: 13220793.
HSL color Cylindrical-coordinate representation of color #B9BBC9: hue angle of 232.5º degrees, saturation: 0.13, 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 #B9BBC9 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 185 | 187 | 201 | - |
CMYK | 0.08 | 0.07 | 0 | 0.21 |
HSL | 232.5º | 0.13% | 0.76% | - |
HSV(B) | 232.5º | 0.08% | 0.79% | - |
XYZ | 48.32 | 50.07 | 62.38 | - |
YUV | 188 | 135.34 | 125.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 187 | 201 | 0.08 | 0.07 | 0 | 0.21 | 232.5 | 0.13 | 0.76 |
Hex | B9 | BB | C9 | 8 | 7 | 0 | 15 | E8 | D | 4C |
Octal | 271 | 273 | 311 | 10 | 7 | 0 | 25 | 350 | 15 | 114 |
Binary | 10111001 | 10111011 | 11001001 | 1000 | 111 | 0 | 10101 | 11101000 | 1101 | 1001100 |
Color Harmonies of #B9BBC9
Complementary color
Monochromatic Colors of #B9BBC9
Black with #B9BBC9
Text Example
Text Example
White with #B9BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBC9; }
p { color: rgb(185,187,201); }
H1.HeaderClassName
{
color: #B9BBC9;
}
.AnyTagClassName
{
color: #B9BBC9;
}
</style>
background-color css
<style>
a { background-color: #B9BBC9; }
a { background-color: rgb(185,187,201); }
div.DivClassName
{
background-color: #B9BBC9;
}
.BgClassName
{
background-color: #B9BBC9;
}
</style>
border-color css
<style>
span { border-color: #B9BBC9; }
span { border-color: rgb(185,187,201); }
td.TdClassName
{
border-color: #B9BBC9;
}
.TagClassName
{
border-color: #B9BBC9;
}
</style>