Shades of Lavender Grey #BABACE
Tints of Lavender Grey #BABACE
RGB
CMYK
RGB Variations
Color information
#BABACE (or 0xBABACE) is known color: Lavender Grey. HEX triplet: BA, BA and CE. RGB value is (186,186,206). Sum of RGB (Red+Green+Blue) = 186+186+206=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACE is #454531. Grayscale: #BCBCBC. Windows color (decimal): -4539698 or 13548218. OLE color: 13548218.
HSL color Cylindrical-coordinate representation of color #BABACE: hue angle of 240º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABACE is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 186 | 206 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.19 |
| HSL | 240º | 0.17% | 0.77% | - |
| HSV(B) | 240º | 0.1% | 0.81% | - |
| XYZ | 48.95 | 50.01 | 65.47 | - |
| YUV | 188.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 206 | 0.10 | 0.10 | 0 | 0.19 | 240 | 0.17 | 0.77 |
| Hex | BA | BA | CE | A | A | 0 | 13 | F0 | 11 | 4D |
| Octal | 272 | 272 | 316 | 12 | 12 | 0 | 23 | 360 | 21 | 115 |
| Binary | 10111010 | 10111010 | 11001110 | 1010 | 1010 | 0 | 10011 | 11110000 | 10001 | 1001101 |
Color Harmonies of #BABACE
Complementary color
Monochromatic Colors of #BABACE
Black with #BABACE
Text Example
Text Example
White with #BABACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABACE; }
p { color: rgb(186,186,206); }
H1.HeaderClassName
{
color: #BABACE;
}
.AnyTagClassName
{
color: #BABACE;
}
</style>
background-color css
<style>
a { background-color: #BABACE; }
a { background-color: rgb(186,186,206); }
div.DivClassName
{
background-color: #BABACE;
}
.BgClassName
{
background-color: #BABACE;
}
</style>
border-color css
<style>
span { border-color: #BABACE; }
span { border-color: rgb(186,186,206); }
td.TdClassName
{
border-color: #BABACE;
}
.TagClassName
{
border-color: #BABACE;
}
</style>