Shades of Lily #BA8EAB
Tints of Lily #BA8EAB
RGB
CMYK
RGB Variations
Color information
#BA8EAB (or 0xBA8EAB) is known color: Lily. HEX triplet: BA, 8E and AB. RGB value is (186,142,171). Sum of RGB (Red+Green+Blue) = 186+142+171=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EAB is #457154. Grayscale: #9E9E9E. Windows color (decimal): -4550997 or 11243194. OLE color: 11243194.
HSL color Cylindrical-coordinate representation of color #BA8EAB: hue angle of 320.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8EAB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 171 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.27 |
| HSL | 320.45º | 0.24% | 0.64% | - |
| HSV(B) | 320.45º | 0.24% | 0.73% | - |
| XYZ | 37.27 | 32.73 | 42.88 | - |
| YUV | 158.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 171 | 0 | 0.24 | 0.08 | 0.27 | 320.45 | 0.24 | 0.64 |
| Hex | BA | 8E | AB | 0 | 18 | 8 | 1B | 140 | 18 | 40 |
| Octal | 272 | 216 | 253 | 0 | 30 | 10 | 33 | 500 | 30 | 100 |
| Binary | 10111010 | 10001110 | 10101011 | 0 | 11000 | 1000 | 11011 | 101000000 | 11000 | 1000000 |
Color Harmonies of #BA8EAB
Complementary color
Monochromatic Colors of #BA8EAB
Black with #BA8EAB
Text Example
Text Example
White with #BA8EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EAB; }
p { color: rgb(186,142,171); }
H1.HeaderClassName
{
color: #BA8EAB;
}
.AnyTagClassName
{
color: #BA8EAB;
}
</style>
background-color css
<style>
a { background-color: #BA8EAB; }
a { background-color: rgb(186,142,171); }
div.DivClassName
{
background-color: #BA8EAB;
}
.BgClassName
{
background-color: #BA8EAB;
}
</style>
border-color css
<style>
span { border-color: #BA8EAB; }
span { border-color: rgb(186,142,171); }
td.TdClassName
{
border-color: #BA8EAB;
}
.TagClassName
{
border-color: #BA8EAB;
}
</style>