Shades of Lavender Grey #BABAE7
Tints of Lavender Grey #BABAE7
RGB
CMYK
RGB Variations
Color information
#BABAE7 (or 0xBABAE7) is known color: Lavender Grey. HEX triplet: BA, BA and E7. RGB value is (186,186,231). Sum of RGB (Red+Green+Blue) = 186+186+231=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #BABAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAE7 is #454518. Grayscale: #BEBEBE. Windows color (decimal): -4539673 or 15186618. OLE color: 15186618.
HSL color Cylindrical-coordinate representation of color #BABAE7: hue angle of 240º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABAE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 186 | 231 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 240º | 0.48% | 0.82% | - |
| HSV(B) | 240º | 0.19% | 0.91% | - |
| XYZ | 52.23 | 51.33 | 82.76 | - |
| YUV | 191.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 231 | 0.19 | 0.19 | 0 | 0.09 | 240 | 0.48 | 0.82 |
| Hex | BA | BA | E7 | 13 | 13 | 0 | 9 | F0 | 30 | 52 |
| Octal | 272 | 272 | 347 | 23 | 23 | 0 | 11 | 360 | 60 | 122 |
| Binary | 10111010 | 10111010 | 11100111 | 10011 | 10011 | 0 | 1001 | 11110000 | 110000 | 1010010 |
Color Harmonies of #BABAE7
Complementary color
Monochromatic Colors of #BABAE7
Black with #BABAE7
Text Example
Text Example
White with #BABAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAE7; }
p { color: rgb(186,186,231); }
H1.HeaderClassName
{
color: #BABAE7;
}
.AnyTagClassName
{
color: #BABAE7;
}
</style>
background-color css
<style>
a { background-color: #BABAE7; }
a { background-color: rgb(186,186,231); }
div.DivClassName
{
background-color: #BABAE7;
}
.BgClassName
{
background-color: #BABAE7;
}
</style>
border-color css
<style>
span { border-color: #BABAE7; }
span { border-color: rgb(186,186,231); }
td.TdClassName
{
border-color: #BABAE7;
}
.TagClassName
{
border-color: #BABAE7;
}
</style>