Shades of Lavender Grey #BBBEDE
Tints of Lavender Grey #BBBEDE
RGB
CMYK
RGB Variations
Color information
#BBBEDE (or 0xBBBEDE) is known color: Lavender Grey. HEX triplet: BB, BE and DE. RGB value is (187,190,222). Sum of RGB (Red+Green+Blue) = 187+190+222=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEDE is #444121. Grayscale: #C0C0C0. Windows color (decimal): -4473122 or 14597819. OLE color: 14597819.
HSL color Cylindrical-coordinate representation of color #BBBEDE: hue angle of 234.86º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBEDE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 190 | 222 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 234.86º | 0.35% | 0.8% | - |
| HSV(B) | 234.86º | 0.16% | 0.87% | - |
| XYZ | 52.09 | 52.67 | 76.53 | - |
| YUV | 192.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 222 | 0.16 | 0.14 | 0 | 0.13 | 234.86 | 0.35 | 0.8 |
| Hex | BB | BE | DE | 10 | E | 0 | D | EB | 23 | 50 |
| Octal | 273 | 276 | 336 | 20 | 16 | 0 | 15 | 353 | 43 | 120 |
| Binary | 10111011 | 10111110 | 11011110 | 10000 | 1110 | 0 | 1101 | 11101011 | 100011 | 1010000 |
Color Harmonies of #BBBEDE
Complementary color
Monochromatic Colors of #BBBEDE
Black with #BBBEDE
Text Example
Text Example
White with #BBBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEDE; }
p { color: rgb(187,190,222); }
H1.HeaderClassName
{
color: #BBBEDE;
}
.AnyTagClassName
{
color: #BBBEDE;
}
</style>
background-color css
<style>
a { background-color: #BBBEDE; }
a { background-color: rgb(187,190,222); }
div.DivClassName
{
background-color: #BBBEDE;
}
.BgClassName
{
background-color: #BBBEDE;
}
</style>
border-color css
<style>
span { border-color: #BBBEDE; }
span { border-color: rgb(187,190,222); }
td.TdClassName
{
border-color: #BBBEDE;
}
.TagClassName
{
border-color: #BBBEDE;
}
</style>