Shades of Lavender Grey #BABAE6
Tints of Lavender Grey #BABAE6
RGB
CMYK
RGB Variations
Color information
#BABAE6 (or 0xBABAE6) is known color: Lavender Grey. HEX triplet: BA, BA and E6. RGB value is (186,186,230). Sum of RGB (Red+Green+Blue) = 186+186+230=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #BABAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAE6 is #454519. Grayscale: #BEBEBE. Windows color (decimal): -4539674 or 15121082. OLE color: 15121082.
HSL color Cylindrical-coordinate representation of color #BABAE6: hue angle of 240º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABAE6 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 186 | 230 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.10 |
| HSL | 240º | 0.47% | 0.82% | - |
| HSV(B) | 240º | 0.19% | 0.9% | - |
| XYZ | 52.09 | 51.27 | 82.01 | - |
| YUV | 191.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 230 | 0.19 | 0.19 | 0 | 0.10 | 240 | 0.47 | 0.82 |
| Hex | BA | BA | E6 | 13 | 13 | 0 | A | F0 | 2F | 52 |
| Octal | 272 | 272 | 346 | 23 | 23 | 0 | 12 | 360 | 57 | 122 |
| Binary | 10111010 | 10111010 | 11100110 | 10011 | 10011 | 0 | 1010 | 11110000 | 101111 | 1010010 |
Color Harmonies of #BABAE6
Complementary color
Monochromatic Colors of #BABAE6
Black with #BABAE6
Text Example
Text Example
White with #BABAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAE6; }
p { color: rgb(186,186,230); }
H1.HeaderClassName
{
color: #BABAE6;
}
.AnyTagClassName
{
color: #BABAE6;
}
</style>
background-color css
<style>
a { background-color: #BABAE6; }
a { background-color: rgb(186,186,230); }
div.DivClassName
{
background-color: #BABAE6;
}
.BgClassName
{
background-color: #BABAE6;
}
</style>
border-color css
<style>
span { border-color: #BABAE6; }
span { border-color: rgb(186,186,230); }
td.TdClassName
{
border-color: #BABAE6;
}
.TagClassName
{
border-color: #BABAE6;
}
</style>