Shades of Lavender Grey #BBB8E8
Tints of Lavender Grey #BBB8E8
RGB
CMYK
RGB Variations
Color information
#BBB8E8 (or 0xBBB8E8) is known color: Lavender Grey. HEX triplet: BB, B8 and E8. RGB value is (187,184,232). Sum of RGB (Red+Green+Blue) = 187+184+232=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8E8 is #444717. Grayscale: #BEBEBE. Windows color (decimal): -4474648 or 15251643. OLE color: 15251643.
HSL color Cylindrical-coordinate representation of color #BBB8E8: hue angle of 243.75º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB8E8 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 184 | 232 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.09 |
| HSL | 243.75º | 0.51% | 0.82% | - |
| HSV(B) | 243.75º | 0.21% | 0.91% | - |
| XYZ | 52.2 | 50.67 | 83.37 | - |
| YUV | 190.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 232 | 0.19 | 0.21 | 0 | 0.09 | 243.75 | 0.51 | 0.82 |
| Hex | BB | B8 | E8 | 13 | 15 | 0 | 9 | F4 | 33 | 52 |
| Octal | 273 | 270 | 350 | 23 | 25 | 0 | 11 | 364 | 63 | 122 |
| Binary | 10111011 | 10111000 | 11101000 | 10011 | 10101 | 0 | 1001 | 11110100 | 110011 | 1010010 |
Color Harmonies of #BBB8E8
Complementary color
Monochromatic Colors of #BBB8E8
Black with #BBB8E8
Text Example
Text Example
White with #BBB8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8E8; }
p { color: rgb(187,184,232); }
H1.HeaderClassName
{
color: #BBB8E8;
}
.AnyTagClassName
{
color: #BBB8E8;
}
</style>
background-color css
<style>
a { background-color: #BBB8E8; }
a { background-color: rgb(187,184,232); }
div.DivClassName
{
background-color: #BBB8E8;
}
.BgClassName
{
background-color: #BBB8E8;
}
</style>
border-color css
<style>
span { border-color: #BBB8E8; }
span { border-color: rgb(187,184,232); }
td.TdClassName
{
border-color: #BBB8E8;
}
.TagClassName
{
border-color: #BBB8E8;
}
</style>