Shades of Lavender Grey #BABAE0
Tints of Lavender Grey #BABAE0
RGB
CMYK
RGB Variations
Color information
#BABAE0 (or 0xBABAE0) is known color: Lavender Grey. HEX triplet: BA, BA and E0. RGB value is (186,186,224). Sum of RGB (Red+Green+Blue) = 186+186+224=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #BABAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAE0 is #45451F. Grayscale: #BEBEBE. Windows color (decimal): -4539680 or 14727866. OLE color: 14727866.
HSL color Cylindrical-coordinate representation of color #BABAE0: hue angle of 240º 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 #BABAE0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 186 | 224 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.12 |
| HSL | 240º | 0.38% | 0.8% | - |
| HSV(B) | 240º | 0.17% | 0.88% | - |
| XYZ | 51.26 | 50.94 | 77.65 | - |
| YUV | 190.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 224 | 0.17 | 0.17 | 0 | 0.12 | 240 | 0.38 | 0.8 |
| Hex | BA | BA | E0 | 11 | 11 | 0 | C | F0 | 26 | 50 |
| Octal | 272 | 272 | 340 | 21 | 21 | 0 | 14 | 360 | 46 | 120 |
| Binary | 10111010 | 10111010 | 11100000 | 10001 | 10001 | 0 | 1100 | 11110000 | 100110 | 1010000 |
Color Harmonies of #BABAE0
Complementary color
Monochromatic Colors of #BABAE0
Black with #BABAE0
Text Example
Text Example
White with #BABAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAE0; }
p { color: rgb(186,186,224); }
H1.HeaderClassName
{
color: #BABAE0;
}
.AnyTagClassName
{
color: #BABAE0;
}
</style>
background-color css
<style>
a { background-color: #BABAE0; }
a { background-color: rgb(186,186,224); }
div.DivClassName
{
background-color: #BABAE0;
}
.BgClassName
{
background-color: #BABAE0;
}
</style>
border-color css
<style>
span { border-color: #BABAE0; }
span { border-color: rgb(186,186,224); }
td.TdClassName
{
border-color: #BABAE0;
}
.TagClassName
{
border-color: #BABAE0;
}
</style>