Shades of Lavender Grey #B9BBCB
Tints of Lavender Grey #B9BBCB
RGB
CMYK
RGB Variations
Color information
#B9BBCB (or 0xB9BBCB) is known color: Lavender Grey. HEX triplet: B9, BB and CB. RGB value is (185,187,203). Sum of RGB (Red+Green+Blue) = 185+187+203=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBCB is #464434. Grayscale: #BCBCBC. Windows color (decimal): -4604981 or 13351865. OLE color: 13351865.
HSL color Cylindrical-coordinate representation of color #B9BBCB: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BBCB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 187 | 203 | - |
CMYK | 0.09 | 0.08 | 0 | 0.20 |
HSL | 233.33º | 0.15% | 0.76% | - |
HSV(B) | 233.33º | 0.09% | 0.8% | - |
XYZ | 48.56 | 50.17 | 63.62 | - |
YUV | 188.23 | 136.34 | 125.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 187 | 203 | 0.09 | 0.08 | 0 | 0.20 | 233.33 | 0.15 | 0.76 |
Hex | B9 | BB | CB | 9 | 8 | 0 | 14 | E9 | F | 4C |
Octal | 271 | 273 | 313 | 11 | 10 | 0 | 24 | 351 | 17 | 114 |
Binary | 10111001 | 10111011 | 11001011 | 1001 | 1000 | 0 | 10100 | 11101001 | 1111 | 1001100 |
Color Harmonies of #B9BBCB
Complementary color
Monochromatic Colors of #B9BBCB
Black with #B9BBCB
Text Example
Text Example
White with #B9BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBCB; }
p { color: rgb(185,187,203); }
H1.HeaderClassName
{
color: #B9BBCB;
}
.AnyTagClassName
{
color: #B9BBCB;
}
</style>
background-color css
<style>
a { background-color: #B9BBCB; }
a { background-color: rgb(185,187,203); }
div.DivClassName
{
background-color: #B9BBCB;
}
.BgClassName
{
background-color: #B9BBCB;
}
</style>
border-color css
<style>
span { border-color: #B9BBCB; }
span { border-color: rgb(185,187,203); }
td.TdClassName
{
border-color: #B9BBCB;
}
.TagClassName
{
border-color: #B9BBCB;
}
</style>