Shades of Lavender Grey #BBB8E1
Tints of Lavender Grey #BBB8E1
RGB
CMYK
RGB Variations
Color information
#BBB8E1 (or 0xBBB8E1) is known color: Lavender Grey. HEX triplet: BB, B8 and E1. RGB value is (187,184,225). Sum of RGB (Red+Green+Blue) = 187+184+225=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBB8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8E1 is #44471E. Grayscale: #BDBDBD. Windows color (decimal): -4474655 or 14792891. OLE color: 14792891.
HSL color Cylindrical-coordinate representation of color #BBB8E1: hue angle of 244.39º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB8E1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 184 | 225 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.12 |
| HSL | 244.39º | 0.41% | 0.8% | - |
| HSV(B) | 244.39º | 0.18% | 0.88% | - |
| XYZ | 51.22 | 50.28 | 78.24 | - |
| YUV | 189.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 225 | 0.17 | 0.18 | 0 | 0.12 | 244.39 | 0.41 | 0.8 |
| Hex | BB | B8 | E1 | 11 | 12 | 0 | C | F4 | 29 | 50 |
| Octal | 273 | 270 | 341 | 21 | 22 | 0 | 14 | 364 | 51 | 120 |
| Binary | 10111011 | 10111000 | 11100001 | 10001 | 10010 | 0 | 1100 | 11110100 | 101001 | 1010000 |
Color Harmonies of #BBB8E1
Complementary color
Monochromatic Colors of #BBB8E1
Black with #BBB8E1
Text Example
Text Example
White with #BBB8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8E1; }
p { color: rgb(187,184,225); }
H1.HeaderClassName
{
color: #BBB8E1;
}
.AnyTagClassName
{
color: #BBB8E1;
}
</style>
background-color css
<style>
a { background-color: #BBB8E1; }
a { background-color: rgb(187,184,225); }
div.DivClassName
{
background-color: #BBB8E1;
}
.BgClassName
{
background-color: #BBB8E1;
}
</style>
border-color css
<style>
span { border-color: #BBB8E1; }
span { border-color: rgb(187,184,225); }
td.TdClassName
{
border-color: #BBB8E1;
}
.TagClassName
{
border-color: #BBB8E1;
}
</style>