Shades of Lily #BA8FA9
Tints of Lily #BA8FA9
RGB
CMYK
RGB Variations
Color information
#BA8FA9 (or 0xBA8FA9) is known color: Lily. HEX triplet: BA, 8F and A9. RGB value is (186,143,169). Sum of RGB (Red+Green+Blue) = 186+143+169=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8FA9 is #457056. Grayscale: #9E9E9E. Windows color (decimal): -4550743 or 11112378. OLE color: 11112378.
HSL color Cylindrical-coordinate representation of color #BA8FA9: hue angle of 323.72º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA8FA9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 169 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.27 |
| HSL | 323.72º | 0.24% | 0.65% | - |
| HSV(B) | 323.72º | 0.23% | 0.73% | - |
| XYZ | 37.23 | 32.95 | 41.93 | - |
| YUV | 158.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 169 | 0 | 0.23 | 0.09 | 0.27 | 323.72 | 0.24 | 0.65 |
| Hex | BA | 8F | A9 | 0 | 17 | 9 | 1B | 144 | 18 | 41 |
| Octal | 272 | 217 | 251 | 0 | 27 | 11 | 33 | 504 | 30 | 101 |
| Binary | 10111010 | 10001111 | 10101001 | 0 | 10111 | 1001 | 11011 | 101000100 | 11000 | 1000001 |
Color Harmonies of #BA8FA9
Complementary color
Monochromatic Colors of #BA8FA9
Black with #BA8FA9
Text Example
Text Example
White with #BA8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FA9; }
p { color: rgb(186,143,169); }
H1.HeaderClassName
{
color: #BA8FA9;
}
.AnyTagClassName
{
color: #BA8FA9;
}
</style>
background-color css
<style>
a { background-color: #BA8FA9; }
a { background-color: rgb(186,143,169); }
div.DivClassName
{
background-color: #BA8FA9;
}
.BgClassName
{
background-color: #BA8FA9;
}
</style>
border-color css
<style>
span { border-color: #BA8FA9; }
span { border-color: rgb(186,143,169); }
td.TdClassName
{
border-color: #BA8FA9;
}
.TagClassName
{
border-color: #BA8FA9;
}
</style>