Shades of Lavender Grey #BEBADC
Tints of Lavender Grey #BEBADC
RGB
CMYK
RGB Variations
Color information
#BEBADC (or 0xBEBADC) is known color: Lavender Grey. HEX triplet: BE, BA and DC. RGB value is (190,186,220). Sum of RGB (Red+Green+Blue) = 190+186+220=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADC is #414523. Grayscale: #BEBEBE. Windows color (decimal): -4277540 or 14465726. OLE color: 14465726.
HSL color Cylindrical-coordinate representation of color #BEBADC: hue angle of 247.06º degrees, saturation: 0.33, 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 #BEBADC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 186 | 220 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.14 |
| HSL | 247.06º | 0.33% | 0.8% | - |
| HSV(B) | 247.06º | 0.15% | 0.86% | - |
| XYZ | 51.71 | 51.23 | 74.87 | - |
| YUV | 191.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 220 | 0.14 | 0.15 | 0 | 0.14 | 247.06 | 0.33 | 0.8 |
| Hex | BE | BA | DC | E | F | 0 | E | F7 | 21 | 50 |
| Octal | 276 | 272 | 334 | 16 | 17 | 0 | 16 | 367 | 41 | 120 |
| Binary | 10111110 | 10111010 | 11011100 | 1110 | 1111 | 0 | 1110 | 11110111 | 100001 | 1010000 |
Color Harmonies of #BEBADC
Complementary color
Monochromatic Colors of #BEBADC
Black with #BEBADC
Text Example
Text Example
White with #BEBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBADC; }
p { color: rgb(190,186,220); }
H1.HeaderClassName
{
color: #BEBADC;
}
.AnyTagClassName
{
color: #BEBADC;
}
</style>
background-color css
<style>
a { background-color: #BEBADC; }
a { background-color: rgb(190,186,220); }
div.DivClassName
{
background-color: #BEBADC;
}
.BgClassName
{
background-color: #BEBADC;
}
</style>
border-color css
<style>
span { border-color: #BEBADC; }
span { border-color: rgb(190,186,220); }
td.TdClassName
{
border-color: #BEBADC;
}
.TagClassName
{
border-color: #BEBADC;
}
</style>