Shades of Lavender Grey #BBB8E4
Tints of Lavender Grey #BBB8E4
RGB
CMYK
RGB Variations
Color information
#BBB8E4 (or 0xBBB8E4) is known color: Lavender Grey. HEX triplet: BB, B8 and E4. RGB value is (187,184,228). Sum of RGB (Red+Green+Blue) = 187+184+228=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBB8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8E4 is #44471B. Grayscale: #BDBDBD. Windows color (decimal): -4474652 or 14989499. OLE color: 14989499.
HSL color Cylindrical-coordinate representation of color #BBB8E4: hue angle of 244.09º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB8E4 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 184 | 228 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.11 |
| HSL | 244.09º | 0.45% | 0.81% | - |
| HSV(B) | 244.09º | 0.19% | 0.89% | - |
| XYZ | 51.64 | 50.45 | 80.41 | - |
| YUV | 189.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 228 | 0.18 | 0.19 | 0 | 0.11 | 244.09 | 0.45 | 0.81 |
| Hex | BB | B8 | E4 | 12 | 13 | 0 | B | F4 | 2D | 51 |
| Octal | 273 | 270 | 344 | 22 | 23 | 0 | 13 | 364 | 55 | 121 |
| Binary | 10111011 | 10111000 | 11100100 | 10010 | 10011 | 0 | 1011 | 11110100 | 101101 | 1010001 |
Color Harmonies of #BBB8E4
Complementary color
Monochromatic Colors of #BBB8E4
Black with #BBB8E4
Text Example
Text Example
White with #BBB8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8E4; }
p { color: rgb(187,184,228); }
H1.HeaderClassName
{
color: #BBB8E4;
}
.AnyTagClassName
{
color: #BBB8E4;
}
</style>
background-color css
<style>
a { background-color: #BBB8E4; }
a { background-color: rgb(187,184,228); }
div.DivClassName
{
background-color: #BBB8E4;
}
.BgClassName
{
background-color: #BBB8E4;
}
</style>
border-color css
<style>
span { border-color: #BBB8E4; }
span { border-color: rgb(187,184,228); }
td.TdClassName
{
border-color: #BBB8E4;
}
.TagClassName
{
border-color: #BBB8E4;
}
</style>