Shades of Lavender Grey #BBBBE2
Tints of Lavender Grey #BBBBE2
RGB
CMYK
RGB Variations
Color information
#BBBBE2 (or 0xBBBBE2) is known color: Lavender Grey. HEX triplet: BB, BB and E2. RGB value is (187,187,226). Sum of RGB (Red+Green+Blue) = 187+187+226=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE2 is #44441D. Grayscale: #BFBFBF. Windows color (decimal): -4473886 or 14859195. OLE color: 14859195.
HSL color Cylindrical-coordinate representation of color #BBBBE2: hue angle of 240º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBBE2 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 187 | 226 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.11 |
| HSL | 240º | 0.4% | 0.81% | - |
| HSV(B) | 240º | 0.17% | 0.89% | - |
| XYZ | 51.99 | 51.6 | 79.17 | - |
| YUV | 191.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 226 | 0.17 | 0.17 | 0 | 0.11 | 240 | 0.4 | 0.81 |
| Hex | BB | BB | E2 | 11 | 11 | 0 | B | F0 | 28 | 51 |
| Octal | 273 | 273 | 342 | 21 | 21 | 0 | 13 | 360 | 50 | 121 |
| Binary | 10111011 | 10111011 | 11100010 | 10001 | 10001 | 0 | 1011 | 11110000 | 101000 | 1010001 |
Color Harmonies of #BBBBE2
Complementary color
Monochromatic Colors of #BBBBE2
Black with #BBBBE2
Text Example
Text Example
White with #BBBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBE2; }
p { color: rgb(187,187,226); }
H1.HeaderClassName
{
color: #BBBBE2;
}
.AnyTagClassName
{
color: #BBBBE2;
}
</style>
background-color css
<style>
a { background-color: #BBBBE2; }
a { background-color: rgb(187,187,226); }
div.DivClassName
{
background-color: #BBBBE2;
}
.BgClassName
{
background-color: #BBBBE2;
}
</style>
border-color css
<style>
span { border-color: #BBBBE2; }
span { border-color: rgb(187,187,226); }
td.TdClassName
{
border-color: #BBBBE2;
}
.TagClassName
{
border-color: #BBBBE2;
}
</style>