Shades of Lavender Grey #BBBBE0
Tints of Lavender Grey #BBBBE0
RGB
CMYK
RGB Variations
Color information
#BBBBE0 (or 0xBBBBE0) is known color: Lavender Grey. HEX triplet: BB, BB and E0. RGB value is (187,187,224). Sum of RGB (Red+Green+Blue) = 187+187+224=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE0 is #44441F. Grayscale: #BFBFBF. Windows color (decimal): -4473888 or 14728123. OLE color: 14728123.
HSL color Cylindrical-coordinate representation of color #BBBBE0: hue angle of 240º 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 #BBBBE0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 187 | 224 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.12 |
| HSL | 240º | 0.37% | 0.81% | - |
| HSV(B) | 240º | 0.17% | 0.88% | - |
| XYZ | 51.72 | 51.49 | 77.73 | - |
| YUV | 191.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 224 | 0.17 | 0.17 | 0 | 0.12 | 240 | 0.37 | 0.81 |
| Hex | BB | BB | E0 | 11 | 11 | 0 | C | F0 | 25 | 51 |
| Octal | 273 | 273 | 340 | 21 | 21 | 0 | 14 | 360 | 45 | 121 |
| Binary | 10111011 | 10111011 | 11100000 | 10001 | 10001 | 0 | 1100 | 11110000 | 100101 | 1010001 |
Color Harmonies of #BBBBE0
Complementary color
Monochromatic Colors of #BBBBE0
Black with #BBBBE0
Text Example
Text Example
White with #BBBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBE0; }
p { color: rgb(187,187,224); }
H1.HeaderClassName
{
color: #BBBBE0;
}
.AnyTagClassName
{
color: #BBBBE0;
}
</style>
background-color css
<style>
a { background-color: #BBBBE0; }
a { background-color: rgb(187,187,224); }
div.DivClassName
{
background-color: #BBBBE0;
}
.BgClassName
{
background-color: #BBBBE0;
}
</style>
border-color css
<style>
span { border-color: #BBBBE0; }
span { border-color: rgb(187,187,224); }
td.TdClassName
{
border-color: #BBBBE0;
}
.TagClassName
{
border-color: #BBBBE0;
}
</style>