Shades of Lavender Grey #B8BBD7
Tints of Lavender Grey #B8BBD7
RGB
CMYK
RGB Variations
Color information
#B8BBD7 (or 0xB8BBD7) is known color: Lavender Grey. HEX triplet: B8, BB and D7. RGB value is (184,187,215). Sum of RGB (Red+Green+Blue) = 184+187+215=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #B8BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBD7 is #474428. Grayscale: #BDBDBD. Windows color (decimal): -4670505 or 14138296. OLE color: 14138296.
HSL color Cylindrical-coordinate representation of color #B8BBD7: hue angle of 234.19º degrees, saturation: 0.28, 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 #B8BBD7 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 187 | 215 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.16 |
| HSL | 234.19º | 0.28% | 0.78% | - |
| HSV(B) | 234.19º | 0.14% | 0.84% | - |
| XYZ | 49.8 | 50.64 | 71.44 | - |
| YUV | 189.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 215 | 0.14 | 0.13 | 0 | 0.16 | 234.19 | 0.28 | 0.78 |
| Hex | B8 | BB | D7 | E | D | 0 | 10 | EA | 1C | 4E |
| Octal | 270 | 273 | 327 | 16 | 15 | 0 | 20 | 352 | 34 | 116 |
| Binary | 10111000 | 10111011 | 11010111 | 1110 | 1101 | 0 | 10000 | 11101010 | 11100 | 1001110 |
Color Harmonies of #B8BBD7
Complementary color
Monochromatic Colors of #B8BBD7
Black with #B8BBD7
Text Example
Text Example
White with #B8BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBD7; }
p { color: rgb(184,187,215); }
H1.HeaderClassName
{
color: #B8BBD7;
}
.AnyTagClassName
{
color: #B8BBD7;
}
</style>
background-color css
<style>
a { background-color: #B8BBD7; }
a { background-color: rgb(184,187,215); }
div.DivClassName
{
background-color: #B8BBD7;
}
.BgClassName
{
background-color: #B8BBD7;
}
</style>
border-color css
<style>
span { border-color: #B8BBD7; }
span { border-color: rgb(184,187,215); }
td.TdClassName
{
border-color: #B8BBD7;
}
.TagClassName
{
border-color: #B8BBD7;
}
</style>