Shades of Lavender Grey #BBB9E8
Tints of Lavender Grey #BBB9E8
RGB
CMYK
RGB Variations
Color information
#BBB9E8 (or 0xBBB9E8) is known color: Lavender Grey. HEX triplet: BB, B9 and E8. RGB value is (187,185,232). Sum of RGB (Red+Green+Blue) = 187+185+232=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBB9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9E8 is #444617. Grayscale: #BEBEBE. Windows color (decimal): -4474392 or 15251899. OLE color: 15251899.
HSL color Cylindrical-coordinate representation of color #BBB9E8: hue angle of 242.55º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB9E8 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 185 | 232 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.09 |
| HSL | 242.55º | 0.51% | 0.82% | - |
| HSV(B) | 242.55º | 0.2% | 0.91% | - |
| XYZ | 52.41 | 51.09 | 83.44 | - |
| YUV | 190.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 232 | 0.19 | 0.20 | 0 | 0.09 | 242.55 | 0.51 | 0.82 |
| Hex | BB | B9 | E8 | 13 | 14 | 0 | 9 | F3 | 33 | 52 |
| Octal | 273 | 271 | 350 | 23 | 24 | 0 | 11 | 363 | 63 | 122 |
| Binary | 10111011 | 10111001 | 11101000 | 10011 | 10100 | 0 | 1001 | 11110011 | 110011 | 1010010 |
Color Harmonies of #BBB9E8
Complementary color
Monochromatic Colors of #BBB9E8
Black with #BBB9E8
Text Example
Text Example
White with #BBB9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9E8; }
p { color: rgb(187,185,232); }
H1.HeaderClassName
{
color: #BBB9E8;
}
.AnyTagClassName
{
color: #BBB9E8;
}
</style>
background-color css
<style>
a { background-color: #BBB9E8; }
a { background-color: rgb(187,185,232); }
div.DivClassName
{
background-color: #BBB9E8;
}
.BgClassName
{
background-color: #BBB9E8;
}
</style>
border-color css
<style>
span { border-color: #BBB9E8; }
span { border-color: rgb(187,185,232); }
td.TdClassName
{
border-color: #BBB9E8;
}
.TagClassName
{
border-color: #BBB9E8;
}
</style>