Shades of Lavender Grey #BBBBE5
Tints of Lavender Grey #BBBBE5
RGB
CMYK
RGB Variations
Color information
#BBBBE5 (or 0xBBBBE5) is known color: Lavender Grey. HEX triplet: BB, BB and E5. RGB value is (187,187,229). Sum of RGB (Red+Green+Blue) = 187+187+229=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE5 is #44441A. Grayscale: #BFBFBF. Windows color (decimal): -4473883 or 15055803. OLE color: 15055803.
HSL color Cylindrical-coordinate representation of color #BBBBE5: hue angle of 240º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBBE5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 187 | 229 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.10 |
| HSL | 240º | 0.45% | 0.82% | - |
| HSV(B) | 240º | 0.18% | 0.9% | - |
| XYZ | 52.41 | 51.76 | 81.36 | - |
| YUV | 191.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 229 | 0.18 | 0.18 | 0 | 0.10 | 240 | 0.45 | 0.82 |
| Hex | BB | BB | E5 | 12 | 12 | 0 | A | F0 | 2D | 52 |
| Octal | 273 | 273 | 345 | 22 | 22 | 0 | 12 | 360 | 55 | 122 |
| Binary | 10111011 | 10111011 | 11100101 | 10010 | 10010 | 0 | 1010 | 11110000 | 101101 | 1010010 |
Color Harmonies of #BBBBE5
Complementary color
Monochromatic Colors of #BBBBE5
Black with #BBBBE5
Text Example
Text Example
White with #BBBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBE5; }
p { color: rgb(187,187,229); }
H1.HeaderClassName
{
color: #BBBBE5;
}
.AnyTagClassName
{
color: #BBBBE5;
}
</style>
background-color css
<style>
a { background-color: #BBBBE5; }
a { background-color: rgb(187,187,229); }
div.DivClassName
{
background-color: #BBBBE5;
}
.BgClassName
{
background-color: #BBBBE5;
}
</style>
border-color css
<style>
span { border-color: #BBBBE5; }
span { border-color: rgb(187,187,229); }
td.TdClassName
{
border-color: #BBBBE5;
}
.TagClassName
{
border-color: #BBBBE5;
}
</style>