Shades of Lavender Grey #BBBBE1
Tints of Lavender Grey #BBBBE1
RGB
CMYK
RGB Variations
Color information
#BBBBE1 (or 0xBBBBE1) is known color: Lavender Grey. HEX triplet: BB, BB and E1. RGB value is (187,187,225). Sum of RGB (Red+Green+Blue) = 187+187+225=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE1 is #44441E. Grayscale: #BFBFBF. Windows color (decimal): -4473887 or 14793659. OLE color: 14793659.
HSL color Cylindrical-coordinate representation of color #BBBBE1: hue angle of 240º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBBE1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 187 | 225 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.12 |
| HSL | 240º | 0.39% | 0.81% | - |
| HSV(B) | 240º | 0.17% | 0.88% | - |
| XYZ | 51.85 | 51.54 | 78.45 | - |
| YUV | 191.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 225 | 0.17 | 0.17 | 0 | 0.12 | 240 | 0.39 | 0.81 |
| Hex | BB | BB | E1 | 11 | 11 | 0 | C | F0 | 27 | 51 |
| Octal | 273 | 273 | 341 | 21 | 21 | 0 | 14 | 360 | 47 | 121 |
| Binary | 10111011 | 10111011 | 11100001 | 10001 | 10001 | 0 | 1100 | 11110000 | 100111 | 1010001 |
Color Harmonies of #BBBBE1
Complementary color
Monochromatic Colors of #BBBBE1
Black with #BBBBE1
Text Example
Text Example
White with #BBBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBE1; }
p { color: rgb(187,187,225); }
H1.HeaderClassName
{
color: #BBBBE1;
}
.AnyTagClassName
{
color: #BBBBE1;
}
</style>
background-color css
<style>
a { background-color: #BBBBE1; }
a { background-color: rgb(187,187,225); }
div.DivClassName
{
background-color: #BBBBE1;
}
.BgClassName
{
background-color: #BBBBE1;
}
</style>
border-color css
<style>
span { border-color: #BBBBE1; }
span { border-color: rgb(187,187,225); }
td.TdClassName
{
border-color: #BBBBE1;
}
.TagClassName
{
border-color: #BBBBE1;
}
</style>