Shades of Lavender Grey #B8BBD8
Tints of Lavender Grey #B8BBD8
RGB
CMYK
RGB Variations
Color information
#B8BBD8 (or 0xB8BBD8) is known color: Lavender Grey. HEX triplet: B8, BB and D8. RGB value is (184,187,216). Sum of RGB (Red+Green+Blue) = 184+187+216=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #B8BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBD8 is #474427. Grayscale: #BDBDBD. Windows color (decimal): -4670504 or 14203832. OLE color: 14203832.
HSL color Cylindrical-coordinate representation of color #B8BBD8: hue angle of 234.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8BBD8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 187 | 216 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.15 |
| HSL | 234.38º | 0.29% | 0.78% | - |
| HSV(B) | 234.38º | 0.15% | 0.85% | - |
| XYZ | 49.93 | 50.69 | 72.12 | - |
| YUV | 189.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 216 | 0.15 | 0.13 | 0 | 0.15 | 234.38 | 0.29 | 0.78 |
| Hex | B8 | BB | D8 | F | D | 0 | F | EA | 1D | 4E |
| Octal | 270 | 273 | 330 | 17 | 15 | 0 | 17 | 352 | 35 | 116 |
| Binary | 10111000 | 10111011 | 11011000 | 1111 | 1101 | 0 | 1111 | 11101010 | 11101 | 1001110 |
Color Harmonies of #B8BBD8
Complementary color
Monochromatic Colors of #B8BBD8
Black with #B8BBD8
Text Example
Text Example
White with #B8BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBD8; }
p { color: rgb(184,187,216); }
H1.HeaderClassName
{
color: #B8BBD8;
}
.AnyTagClassName
{
color: #B8BBD8;
}
</style>
background-color css
<style>
a { background-color: #B8BBD8; }
a { background-color: rgb(184,187,216); }
div.DivClassName
{
background-color: #B8BBD8;
}
.BgClassName
{
background-color: #B8BBD8;
}
</style>
border-color css
<style>
span { border-color: #B8BBD8; }
span { border-color: rgb(184,187,216); }
td.TdClassName
{
border-color: #B8BBD8;
}
.TagClassName
{
border-color: #B8BBD8;
}
</style>