Shades of Lavender Grey #BBBBEA
Tints of Lavender Grey #BBBBEA
RGB
CMYK
RGB Variations
Color information
#BBBBEA (or 0xBBBBEA) is known color: Lavender Grey. HEX triplet: BB, BB and EA. RGB value is (187,187,234). Sum of RGB (Red+Green+Blue) = 187+187+234=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBEA is #444415. Grayscale: #C0C0C0. Windows color (decimal): -4473878 or 15383483. OLE color: 15383483.
HSL color Cylindrical-coordinate representation of color #BBBBEA: hue angle of 240º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBBEA is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 187 | 234 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.08 |
| HSL | 240º | 0.53% | 0.83% | - |
| HSV(B) | 240º | 0.2% | 0.92% | - |
| XYZ | 53.12 | 52.05 | 85.09 | - |
| YUV | 192.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 234 | 0.20 | 0.20 | 0 | 0.08 | 240 | 0.53 | 0.83 |
| Hex | BB | BB | EA | 14 | 14 | 0 | 8 | F0 | 35 | 53 |
| Octal | 273 | 273 | 352 | 24 | 24 | 0 | 10 | 360 | 65 | 123 |
| Binary | 10111011 | 10111011 | 11101010 | 10100 | 10100 | 0 | 1000 | 11110000 | 110101 | 1010011 |
Color Harmonies of #BBBBEA
Complementary color
Monochromatic Colors of #BBBBEA
Black with #BBBBEA
Text Example
Text Example
White with #BBBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBEA; }
p { color: rgb(187,187,234); }
H1.HeaderClassName
{
color: #BBBBEA;
}
.AnyTagClassName
{
color: #BBBBEA;
}
</style>
background-color css
<style>
a { background-color: #BBBBEA; }
a { background-color: rgb(187,187,234); }
div.DivClassName
{
background-color: #BBBBEA;
}
.BgClassName
{
background-color: #BBBBEA;
}
</style>
border-color css
<style>
span { border-color: #BBBBEA; }
span { border-color: rgb(187,187,234); }
td.TdClassName
{
border-color: #BBBBEA;
}
.TagClassName
{
border-color: #BBBBEA;
}
</style>