Shades of Lavender Grey #BABDE0
Tints of Lavender Grey #BABDE0
RGB
CMYK
RGB Variations
Color information
#BABDE0 (or 0xBABDE0) is known color: Lavender Grey. HEX triplet: BA, BD and E0. RGB value is (186,189,224). Sum of RGB (Red+Green+Blue) = 186+189+224=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #BABDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDE0 is #45421F. Grayscale: #BFBFBF. Windows color (decimal): -4538912 or 14728634. OLE color: 14728634.
HSL color Cylindrical-coordinate representation of color #BABDE0: hue angle of 235.26º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABDE0 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 189 | 224 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.12 |
| HSL | 235.26º | 0.38% | 0.8% | - |
| HSV(B) | 235.26º | 0.17% | 0.88% | - |
| XYZ | 51.9 | 52.22 | 77.86 | - |
| YUV | 192.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 224 | 0.17 | 0.16 | 0 | 0.12 | 235.26 | 0.38 | 0.8 |
| Hex | BA | BD | E0 | 11 | 10 | 0 | C | EB | 26 | 50 |
| Octal | 272 | 275 | 340 | 21 | 20 | 0 | 14 | 353 | 46 | 120 |
| Binary | 10111010 | 10111101 | 11100000 | 10001 | 10000 | 0 | 1100 | 11101011 | 100110 | 1010000 |
Color Harmonies of #BABDE0
Complementary color
Monochromatic Colors of #BABDE0
Black with #BABDE0
Text Example
Text Example
White with #BABDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDE0; }
p { color: rgb(186,189,224); }
H1.HeaderClassName
{
color: #BABDE0;
}
.AnyTagClassName
{
color: #BABDE0;
}
</style>
background-color css
<style>
a { background-color: #BABDE0; }
a { background-color: rgb(186,189,224); }
div.DivClassName
{
background-color: #BABDE0;
}
.BgClassName
{
background-color: #BABDE0;
}
</style>
border-color css
<style>
span { border-color: #BABDE0; }
span { border-color: rgb(186,189,224); }
td.TdClassName
{
border-color: #BABDE0;
}
.TagClassName
{
border-color: #BABDE0;
}
</style>