Shades of Lavender Grey #BEBBDC
Tints of Lavender Grey #BEBBDC
RGB
CMYK
RGB Variations
Color information
#BEBBDC (or 0xBEBBDC) is known color: Lavender Grey. HEX triplet: BE, BB and DC. RGB value is (190,187,220). Sum of RGB (Red+Green+Blue) = 190+187+220=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 187 (73.44% from 255 or 31.32% 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 #BEBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBDC is #414423. Grayscale: #BFBFBF. Windows color (decimal): -4277284 or 14465982. OLE color: 14465982.
HSL color Cylindrical-coordinate representation of color #BEBBDC: hue angle of 245.45º 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 #BEBBDC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 187 | 220 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 245.45º | 0.32% | 0.8% | - |
| HSV(B) | 245.45º | 0.15% | 0.86% | - |
| XYZ | 51.92 | 51.66 | 74.94 | - |
| YUV | 191.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 220 | 0.14 | 0.15 | 0 | 0.14 | 245.45 | 0.32 | 0.8 |
| Hex | BE | BB | DC | E | F | 0 | E | F5 | 20 | 50 |
| Octal | 276 | 273 | 334 | 16 | 17 | 0 | 16 | 365 | 40 | 120 |
| Binary | 10111110 | 10111011 | 11011100 | 1110 | 1111 | 0 | 1110 | 11110101 | 100000 | 1010000 |
Color Harmonies of #BEBBDC
Complementary color
Monochromatic Colors of #BEBBDC
Black with #BEBBDC
Text Example
Text Example
White with #BEBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBDC; }
p { color: rgb(190,187,220); }
H1.HeaderClassName
{
color: #BEBBDC;
}
.AnyTagClassName
{
color: #BEBBDC;
}
</style>
background-color css
<style>
a { background-color: #BEBBDC; }
a { background-color: rgb(190,187,220); }
div.DivClassName
{
background-color: #BEBBDC;
}
.BgClassName
{
background-color: #BEBBDC;
}
</style>
border-color css
<style>
span { border-color: #BEBBDC; }
span { border-color: rgb(190,187,220); }
td.TdClassName
{
border-color: #BEBBDC;
}
.TagClassName
{
border-color: #BEBBDC;
}
</style>