Shades of Lavender Grey #BBBEDC
Tints of Lavender Grey #BBBEDC
RGB
CMYK
RGB Variations
Color information
#BBBEDC (or 0xBBBEDC) is known color: Lavender Grey. HEX triplet: BB, BE and DC. RGB value is (187,190,220). Sum of RGB (Red+Green+Blue) = 187+190+220=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEDC is #444123. Grayscale: #C0C0C0. Windows color (decimal): -4473124 or 14466747. OLE color: 14466747.
HSL color Cylindrical-coordinate representation of color #BBBEDC: hue angle of 234.55º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBEDC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 190 | 220 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.14 |
| HSL | 234.55º | 0.32% | 0.8% | - |
| HSV(B) | 234.55º | 0.15% | 0.86% | - |
| XYZ | 51.83 | 52.56 | 75.12 | - |
| YUV | 192.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 220 | 0.15 | 0.14 | 0 | 0.14 | 234.55 | 0.32 | 0.8 |
| Hex | BB | BE | DC | F | E | 0 | E | EB | 20 | 50 |
| Octal | 273 | 276 | 334 | 17 | 16 | 0 | 16 | 353 | 40 | 120 |
| Binary | 10111011 | 10111110 | 11011100 | 1111 | 1110 | 0 | 1110 | 11101011 | 100000 | 1010000 |
Color Harmonies of #BBBEDC
Complementary color
Monochromatic Colors of #BBBEDC
Black with #BBBEDC
Text Example
Text Example
White with #BBBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEDC; }
p { color: rgb(187,190,220); }
H1.HeaderClassName
{
color: #BBBEDC;
}
.AnyTagClassName
{
color: #BBBEDC;
}
</style>
background-color css
<style>
a { background-color: #BBBEDC; }
a { background-color: rgb(187,190,220); }
div.DivClassName
{
background-color: #BBBEDC;
}
.BgClassName
{
background-color: #BBBEDC;
}
</style>
border-color css
<style>
span { border-color: #BBBEDC; }
span { border-color: rgb(187,190,220); }
td.TdClassName
{
border-color: #BBBEDC;
}
.TagClassName
{
border-color: #BBBEDC;
}
</style>