Shades of Lily #BA9EAE
Tints of Lily #BA9EAE
RGB
CMYK
RGB Variations
Color information
#BA9EAE (or 0xBA9EAE) is known color: Lily. HEX triplet: BA, 9E and AE. RGB value is (186,158,174). Sum of RGB (Red+Green+Blue) = 186+158+174=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAE is #456151. Grayscale: #A8A8A8. Windows color (decimal): -4546898 or 11443898. OLE color: 11443898.
HSL color Cylindrical-coordinate representation of color #BA9EAE: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EAE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 174 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.27 |
| HSL | 325.71º | 0.17% | 0.67% | - |
| HSV(B) | 325.71º | 0.15% | 0.73% | - |
| XYZ | 40.12 | 37.95 | 45.25 | - |
| YUV | 168.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 174 | 0 | 0.15 | 0.06 | 0.27 | 325.71 | 0.17 | 0.67 |
| Hex | BA | 9E | AE | 0 | F | 6 | 1B | 146 | 11 | 43 |
| Octal | 272 | 236 | 256 | 0 | 17 | 6 | 33 | 506 | 21 | 103 |
| Binary | 10111010 | 10011110 | 10101110 | 0 | 1111 | 110 | 11011 | 101000110 | 10001 | 1000011 |
Color Harmonies of #BA9EAE
Complementary color
Monochromatic Colors of #BA9EAE
Black with #BA9EAE
Text Example
Text Example
White with #BA9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EAE; }
p { color: rgb(186,158,174); }
H1.HeaderClassName
{
color: #BA9EAE;
}
.AnyTagClassName
{
color: #BA9EAE;
}
</style>
background-color css
<style>
a { background-color: #BA9EAE; }
a { background-color: rgb(186,158,174); }
div.DivClassName
{
background-color: #BA9EAE;
}
.BgClassName
{
background-color: #BA9EAE;
}
</style>
border-color css
<style>
span { border-color: #BA9EAE; }
span { border-color: rgb(186,158,174); }
td.TdClassName
{
border-color: #BA9EAE;
}
.TagClassName
{
border-color: #BA9EAE;
}
</style>