Shades of Lavender Grey #B9BBD2
Tints of Lavender Grey #B9BBD2
RGB
CMYK
RGB Variations
Color information
#B9BBD2 (or 0xB9BBD2) is known color: Lavender Grey. HEX triplet: B9, BB and D2. RGB value is (185,187,210). Sum of RGB (Red+Green+Blue) = 185+187+210=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBD2 is #46442D. Grayscale: #BCBCBC. Windows color (decimal): -4604974 or 13810617. OLE color: 13810617.
HSL color Cylindrical-coordinate representation of color #B9BBD2: hue angle of 235.2º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9BBD2 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 187 | 210 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.18 |
| HSL | 235.2º | 0.22% | 0.77% | - |
| HSV(B) | 235.2º | 0.12% | 0.82% | - |
| XYZ | 49.41 | 50.51 | 68.12 | - |
| YUV | 189.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 210 | 0.12 | 0.11 | 0 | 0.18 | 235.2 | 0.22 | 0.77 |
| Hex | B9 | BB | D2 | C | B | 0 | 12 | EB | 16 | 4D |
| Octal | 271 | 273 | 322 | 14 | 13 | 0 | 22 | 353 | 26 | 115 |
| Binary | 10111001 | 10111011 | 11010010 | 1100 | 1011 | 0 | 10010 | 11101011 | 10110 | 1001101 |
Color Harmonies of #B9BBD2
Complementary color
Monochromatic Colors of #B9BBD2
Black with #B9BBD2
Text Example
Text Example
White with #B9BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBD2; }
p { color: rgb(185,187,210); }
H1.HeaderClassName
{
color: #B9BBD2;
}
.AnyTagClassName
{
color: #B9BBD2;
}
</style>
background-color css
<style>
a { background-color: #B9BBD2; }
a { background-color: rgb(185,187,210); }
div.DivClassName
{
background-color: #B9BBD2;
}
.BgClassName
{
background-color: #B9BBD2;
}
</style>
border-color css
<style>
span { border-color: #B9BBD2; }
span { border-color: rgb(185,187,210); }
td.TdClassName
{
border-color: #B9BBD2;
}
.TagClassName
{
border-color: #B9BBD2;
}
</style>