Shades of Lavender Grey #BABCDE
Tints of Lavender Grey #BABCDE
RGB
CMYK
RGB Variations
Color information
#BABCDE (or 0xBABCDE) is known color: Lavender Grey. HEX triplet: BA, BC and DE. RGB value is (186,188,222). Sum of RGB (Red+Green+Blue) = 186+188+222=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #BABCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCDE is #454321. Grayscale: #BFBFBF. Windows color (decimal): -4539170 or 14597306. OLE color: 14597306.
HSL color Cylindrical-coordinate representation of color #BABCDE: hue angle of 236.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABCDE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 188 | 222 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.13 |
| HSL | 236.67º | 0.35% | 0.8% | - |
| HSV(B) | 236.67º | 0.16% | 0.87% | - |
| XYZ | 51.42 | 51.68 | 76.37 | - |
| YUV | 191.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 222 | 0.16 | 0.15 | 0 | 0.13 | 236.67 | 0.35 | 0.8 |
| Hex | BA | BC | DE | 10 | F | 0 | D | ED | 23 | 50 |
| Octal | 272 | 274 | 336 | 20 | 17 | 0 | 15 | 355 | 43 | 120 |
| Binary | 10111010 | 10111100 | 11011110 | 10000 | 1111 | 0 | 1101 | 11101101 | 100011 | 1010000 |
Color Harmonies of #BABCDE
Complementary color
Monochromatic Colors of #BABCDE
Black with #BABCDE
Text Example
Text Example
White with #BABCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCDE; }
p { color: rgb(186,188,222); }
H1.HeaderClassName
{
color: #BABCDE;
}
.AnyTagClassName
{
color: #BABCDE;
}
</style>
background-color css
<style>
a { background-color: #BABCDE; }
a { background-color: rgb(186,188,222); }
div.DivClassName
{
background-color: #BABCDE;
}
.BgClassName
{
background-color: #BABCDE;
}
</style>
border-color css
<style>
span { border-color: #BABCDE; }
span { border-color: rgb(186,188,222); }
td.TdClassName
{
border-color: #BABCDE;
}
.TagClassName
{
border-color: #BABCDE;
}
</style>