Shades of Lavender Grey #BABAE8
Tints of Lavender Grey #BABAE8
RGB
CMYK
RGB Variations
Color information
#BABAE8 (or 0xBABAE8) is known color: Lavender Grey. HEX triplet: BA, BA and E8. RGB value is (186,186,232). Sum of RGB (Red+Green+Blue) = 186+186+232=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #BABAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAE8 is #454517. Grayscale: #BFBFBF. Windows color (decimal): -4539672 or 15252154. OLE color: 15252154.
HSL color Cylindrical-coordinate representation of color #BABAE8: hue angle of 240º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABAE8 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 186 | 232 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.09 |
| HSL | 240º | 0.5% | 0.82% | - |
| HSV(B) | 240º | 0.2% | 0.91% | - |
| XYZ | 52.37 | 51.38 | 83.5 | - |
| YUV | 191.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 232 | 0.20 | 0.20 | 0 | 0.09 | 240 | 0.5 | 0.82 |
| Hex | BA | BA | E8 | 14 | 14 | 0 | 9 | F0 | 32 | 52 |
| Octal | 272 | 272 | 350 | 24 | 24 | 0 | 11 | 360 | 62 | 122 |
| Binary | 10111010 | 10111010 | 11101000 | 10100 | 10100 | 0 | 1001 | 11110000 | 110010 | 1010010 |
Color Harmonies of #BABAE8
Complementary color
Monochromatic Colors of #BABAE8
Black with #BABAE8
Text Example
Text Example
White with #BABAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAE8; }
p { color: rgb(186,186,232); }
H1.HeaderClassName
{
color: #BABAE8;
}
.AnyTagClassName
{
color: #BABAE8;
}
</style>
background-color css
<style>
a { background-color: #BABAE8; }
a { background-color: rgb(186,186,232); }
div.DivClassName
{
background-color: #BABAE8;
}
.BgClassName
{
background-color: #BABAE8;
}
</style>
border-color css
<style>
span { border-color: #BABAE8; }
span { border-color: rgb(186,186,232); }
td.TdClassName
{
border-color: #BABAE8;
}
.TagClassName
{
border-color: #BABAE8;
}
</style>