Shades of Lily #BA9FA9
Tints of Lily #BA9FA9
RGB
CMYK
RGB Variations
Color information
#BA9FA9 (or 0xBA9FA9) is known color: Lily. HEX triplet: BA, 9F and A9. RGB value is (186,159,169). Sum of RGB (Red+Green+Blue) = 186+159+169=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FA9 is #456056. Grayscale: #A8A8A8. Windows color (decimal): -4546647 or 11116474. OLE color: 11116474.
HSL color Cylindrical-coordinate representation of color #BA9FA9: hue angle of 337.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9FA9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 169 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.27 |
| HSL | 337.78º | 0.16% | 0.68% | - |
| HSV(B) | 337.78º | 0.15% | 0.73% | - |
| XYZ | 39.81 | 38.1 | 42.79 | - |
| YUV | 168.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 169 | 0 | 0.15 | 0.09 | 0.27 | 337.78 | 0.16 | 0.68 |
| Hex | BA | 9F | A9 | 0 | F | 9 | 1B | 152 | 10 | 44 |
| Octal | 272 | 237 | 251 | 0 | 17 | 11 | 33 | 522 | 20 | 104 |
| Binary | 10111010 | 10011111 | 10101001 | 0 | 1111 | 1001 | 11011 | 101010010 | 10000 | 1000100 |
Color Harmonies of #BA9FA9
Complementary color
Monochromatic Colors of #BA9FA9
Black with #BA9FA9
Text Example
Text Example
White with #BA9FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FA9; }
p { color: rgb(186,159,169); }
H1.HeaderClassName
{
color: #BA9FA9;
}
.AnyTagClassName
{
color: #BA9FA9;
}
</style>
background-color css
<style>
a { background-color: #BA9FA9; }
a { background-color: rgb(186,159,169); }
div.DivClassName
{
background-color: #BA9FA9;
}
.BgClassName
{
background-color: #BA9FA9;
}
</style>
border-color css
<style>
span { border-color: #BA9FA9; }
span { border-color: rgb(186,159,169); }
td.TdClassName
{
border-color: #BA9FA9;
}
.TagClassName
{
border-color: #BA9FA9;
}
</style>