Shades of Lavender Grey #B9BBD0
Tints of Lavender Grey #B9BBD0
RGB
CMYK
RGB Variations
Color information
#B9BBD0 (or 0xB9BBD0) is known color: Lavender Grey. HEX triplet: B9, BB and D0. RGB value is (185,187,208). Sum of RGB (Red+Green+Blue) = 185+187+208=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBD0 is #46442F. Grayscale: #BCBCBC. Windows color (decimal): -4604976 or 13679545. OLE color: 13679545.
HSL color Cylindrical-coordinate representation of color #B9BBD0: hue angle of 234.78º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BBD0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 187 | 208 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.18 |
| HSL | 234.78º | 0.2% | 0.77% | - |
| HSV(B) | 234.78º | 0.11% | 0.82% | - |
| XYZ | 49.16 | 50.41 | 66.81 | - |
| YUV | 188.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 208 | 0.11 | 0.10 | 0 | 0.18 | 234.78 | 0.2 | 0.77 |
| Hex | B9 | BB | D0 | B | A | 0 | 12 | EB | 14 | 4D |
| Octal | 271 | 273 | 320 | 13 | 12 | 0 | 22 | 353 | 24 | 115 |
| Binary | 10111001 | 10111011 | 11010000 | 1011 | 1010 | 0 | 10010 | 11101011 | 10100 | 1001101 |
Color Harmonies of #B9BBD0
Complementary color
Monochromatic Colors of #B9BBD0
Black with #B9BBD0
Text Example
Text Example
White with #B9BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBD0; }
p { color: rgb(185,187,208); }
H1.HeaderClassName
{
color: #B9BBD0;
}
.AnyTagClassName
{
color: #B9BBD0;
}
</style>
background-color css
<style>
a { background-color: #B9BBD0; }
a { background-color: rgb(185,187,208); }
div.DivClassName
{
background-color: #B9BBD0;
}
.BgClassName
{
background-color: #B9BBD0;
}
</style>
border-color css
<style>
span { border-color: #B9BBD0; }
span { border-color: rgb(185,187,208); }
td.TdClassName
{
border-color: #B9BBD0;
}
.TagClassName
{
border-color: #B9BBD0;
}
</style>