Shades of Lavender Grey #B9BBD7
Tints of Lavender Grey #B9BBD7
RGB
CMYK
RGB Variations
Color information
#B9BBD7 (or 0xB9BBD7) is known color: Lavender Grey. HEX triplet: B9, BB and D7. RGB value is (185,187,215). Sum of RGB (Red+Green+Blue) = 185+187+215=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBD7 is #464428. Grayscale: #BDBDBD. Windows color (decimal): -4604969 or 14138297. OLE color: 14138297.
HSL color Cylindrical-coordinate representation of color #B9BBD7: hue angle of 236º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9BBD7 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 187 | 215 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.16 |
| HSL | 236º | 0.27% | 0.78% | - |
| HSV(B) | 236º | 0.14% | 0.84% | - |
| XYZ | 50.04 | 50.76 | 71.45 | - |
| YUV | 189.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 215 | 0.14 | 0.13 | 0 | 0.16 | 236 | 0.27 | 0.78 |
| Hex | B9 | BB | D7 | E | D | 0 | 10 | EC | 1B | 4E |
| Octal | 271 | 273 | 327 | 16 | 15 | 0 | 20 | 354 | 33 | 116 |
| Binary | 10111001 | 10111011 | 11010111 | 1110 | 1101 | 0 | 10000 | 11101100 | 11011 | 1001110 |
Color Harmonies of #B9BBD7
Complementary color
Monochromatic Colors of #B9BBD7
Black with #B9BBD7
Text Example
Text Example
White with #B9BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBD7; }
p { color: rgb(185,187,215); }
H1.HeaderClassName
{
color: #B9BBD7;
}
.AnyTagClassName
{
color: #B9BBD7;
}
</style>
background-color css
<style>
a { background-color: #B9BBD7; }
a { background-color: rgb(185,187,215); }
div.DivClassName
{
background-color: #B9BBD7;
}
.BgClassName
{
background-color: #B9BBD7;
}
</style>
border-color css
<style>
span { border-color: #B9BBD7; }
span { border-color: rgb(185,187,215); }
td.TdClassName
{
border-color: #B9BBD7;
}
.TagClassName
{
border-color: #B9BBD7;
}
</style>