Shades of Lavender Grey #BABEDC
Tints of Lavender Grey #BABEDC
RGB
CMYK
RGB Variations
Color information
#BABEDC (or 0xBABEDC) is known color: Lavender Grey. HEX triplet: BA, BE and DC. RGB value is (186,190,220). Sum of RGB (Red+Green+Blue) = 186+190+220=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 190 (74.61% from 255 or 31.88% 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 #BABEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEDC is #454123. Grayscale: #C0C0C0. Windows color (decimal): -4538660 or 14466746. OLE color: 14466746.
HSL color Cylindrical-coordinate representation of color #BABEDC: hue angle of 232.94º 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 #BABEDC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 190 | 220 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.14 |
| HSL | 232.94º | 0.33% | 0.8% | - |
| HSV(B) | 232.94º | 0.15% | 0.86% | - |
| XYZ | 51.58 | 52.43 | 75.11 | - |
| YUV | 192.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 220 | 0.15 | 0.14 | 0 | 0.14 | 232.94 | 0.33 | 0.8 |
| Hex | BA | BE | DC | F | E | 0 | E | E9 | 21 | 50 |
| Octal | 272 | 276 | 334 | 17 | 16 | 0 | 16 | 351 | 41 | 120 |
| Binary | 10111010 | 10111110 | 11011100 | 1111 | 1110 | 0 | 1110 | 11101001 | 100001 | 1010000 |
Color Harmonies of #BABEDC
Complementary color
Monochromatic Colors of #BABEDC
Black with #BABEDC
Text Example
Text Example
White with #BABEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEDC; }
p { color: rgb(186,190,220); }
H1.HeaderClassName
{
color: #BABEDC;
}
.AnyTagClassName
{
color: #BABEDC;
}
</style>
background-color css
<style>
a { background-color: #BABEDC; }
a { background-color: rgb(186,190,220); }
div.DivClassName
{
background-color: #BABEDC;
}
.BgClassName
{
background-color: #BABEDC;
}
</style>
border-color css
<style>
span { border-color: #BABEDC; }
span { border-color: rgb(186,190,220); }
td.TdClassName
{
border-color: #BABEDC;
}
.TagClassName
{
border-color: #BABEDC;
}
</style>