Shades of Lavender Grey #BBB8D8
Tints of Lavender Grey #BBB8D8
RGB
CMYK
RGB Variations
Color information
#BBB8D8 (or 0xBBB8D8) is known color: Lavender Grey. HEX triplet: BB, B8 and D8. RGB value is (187,184,216). Sum of RGB (Red+Green+Blue) = 187+184+216=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 184 (72.27% from 255 or 31.35% 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 #BBB8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8D8 is #444727. Grayscale: #BCBCBC. Windows color (decimal): -4474664 or 14203067. OLE color: 14203067.
HSL color Cylindrical-coordinate representation of color #BBB8D8: hue angle of 245.62º 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 #BBB8D8 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 184 | 216 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.15 |
| HSL | 245.63º | 0.29% | 0.78% | - |
| HSV(B) | 245.63º | 0.15% | 0.85% | - |
| XYZ | 50.03 | 49.8 | 71.94 | - |
| YUV | 188.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 216 | 0.13 | 0.15 | 0 | 0.15 | 245.63 | 0.29 | 0.78 |
| Hex | BB | B8 | D8 | D | F | 0 | F | F6 | 1D | 4E |
| Octal | 273 | 270 | 330 | 15 | 17 | 0 | 17 | 366 | 35 | 116 |
| Binary | 10111011 | 10111000 | 11011000 | 1101 | 1111 | 0 | 1111 | 11110110 | 11101 | 1001110 |
Color Harmonies of #BBB8D8
Complementary color
Monochromatic Colors of #BBB8D8
Black with #BBB8D8
Text Example
Text Example
White with #BBB8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8D8; }
p { color: rgb(187,184,216); }
H1.HeaderClassName
{
color: #BBB8D8;
}
.AnyTagClassName
{
color: #BBB8D8;
}
</style>
background-color css
<style>
a { background-color: #BBB8D8; }
a { background-color: rgb(187,184,216); }
div.DivClassName
{
background-color: #BBB8D8;
}
.BgClassName
{
background-color: #BBB8D8;
}
</style>
border-color css
<style>
span { border-color: #BBB8D8; }
span { border-color: rgb(187,184,216); }
td.TdClassName
{
border-color: #BBB8D8;
}
.TagClassName
{
border-color: #BBB8D8;
}
</style>