Shades of Lavender Grey #BBBCE0
Tints of Lavender Grey #BBBCE0
RGB
CMYK
RGB Variations
Color information
#BBBCE0 (or 0xBBBCE0) is known color: Lavender Grey. HEX triplet: BB, BC and E0. RGB value is (187,188,224). Sum of RGB (Red+Green+Blue) = 187+188+224=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCE0 is #44431F. Grayscale: #BFBFBF. Windows color (decimal): -4473632 or 14728379. OLE color: 14728379.
HSL color Cylindrical-coordinate representation of color #BBBCE0: hue angle of 238.38º degrees, saturation: 0.37, 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 #BBBCE0 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 188 | 224 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.12 |
| HSL | 238.38º | 0.37% | 0.81% | - |
| HSV(B) | 238.38º | 0.17% | 0.88% | - |
| XYZ | 51.93 | 51.91 | 77.8 | - |
| YUV | 191.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 224 | 0.17 | 0.16 | 0 | 0.12 | 238.38 | 0.37 | 0.81 |
| Hex | BB | BC | E0 | 11 | 10 | 0 | C | EE | 25 | 51 |
| Octal | 273 | 274 | 340 | 21 | 20 | 0 | 14 | 356 | 45 | 121 |
| Binary | 10111011 | 10111100 | 11100000 | 10001 | 10000 | 0 | 1100 | 11101110 | 100101 | 1010001 |
Color Harmonies of #BBBCE0
Complementary color
Monochromatic Colors of #BBBCE0
Black with #BBBCE0
Text Example
Text Example
White with #BBBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCE0; }
p { color: rgb(187,188,224); }
H1.HeaderClassName
{
color: #BBBCE0;
}
.AnyTagClassName
{
color: #BBBCE0;
}
</style>
background-color css
<style>
a { background-color: #BBBCE0; }
a { background-color: rgb(187,188,224); }
div.DivClassName
{
background-color: #BBBCE0;
}
.BgClassName
{
background-color: #BBBCE0;
}
</style>
border-color css
<style>
span { border-color: #BBBCE0; }
span { border-color: rgb(187,188,224); }
td.TdClassName
{
border-color: #BBBCE0;
}
.TagClassName
{
border-color: #BBBCE0;
}
</style>