Shades of Lavender Grey #BABCDC
Tints of Lavender Grey #BABCDC
RGB
CMYK
RGB Variations
Color information
#BABCDC (or 0xBABCDC) is known color: Lavender Grey. HEX triplet: BA, BC and DC. RGB value is (186,188,220). Sum of RGB (Red+Green+Blue) = 186+188+220=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #BABCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCDC is #454323. Grayscale: #BEBEBE. Windows color (decimal): -4539172 or 14466234. OLE color: 14466234.
HSL color Cylindrical-coordinate representation of color #BABCDC: hue angle of 236.47º 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 #BABCDC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 188 | 220 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.14 |
| HSL | 236.47º | 0.33% | 0.8% | - |
| HSV(B) | 236.47º | 0.15% | 0.86% | - |
| XYZ | 51.15 | 51.57 | 74.97 | - |
| YUV | 191.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 220 | 0.15 | 0.15 | 0 | 0.14 | 236.47 | 0.33 | 0.8 |
| Hex | BA | BC | DC | F | F | 0 | E | EC | 21 | 50 |
| Octal | 272 | 274 | 334 | 17 | 17 | 0 | 16 | 354 | 41 | 120 |
| Binary | 10111010 | 10111100 | 11011100 | 1111 | 1111 | 0 | 1110 | 11101100 | 100001 | 1010000 |
Color Harmonies of #BABCDC
Complementary color
Monochromatic Colors of #BABCDC
Black with #BABCDC
Text Example
Text Example
White with #BABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCDC; }
p { color: rgb(186,188,220); }
H1.HeaderClassName
{
color: #BABCDC;
}
.AnyTagClassName
{
color: #BABCDC;
}
</style>
background-color css
<style>
a { background-color: #BABCDC; }
a { background-color: rgb(186,188,220); }
div.DivClassName
{
background-color: #BABCDC;
}
.BgClassName
{
background-color: #BABCDC;
}
</style>
border-color css
<style>
span { border-color: #BABCDC; }
span { border-color: rgb(186,188,220); }
td.TdClassName
{
border-color: #BABCDC;
}
.TagClassName
{
border-color: #BABCDC;
}
</style>