Shades of Lily #BA9DA9
Tints of Lily #BA9DA9
RGB
CMYK
RGB Variations
Color information
#BA9DA9 (or 0xBA9DA9) is known color: Lily. HEX triplet: BA, 9D and A9. RGB value is (186,157,169). Sum of RGB (Red+Green+Blue) = 186+157+169=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DA9 is #456256. Grayscale: #A7A7A7. Windows color (decimal): -4547159 or 11115962. OLE color: 11115962.
HSL color Cylindrical-coordinate representation of color #BA9DA9: hue angle of 335.17º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9DA9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 169 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.27 |
| HSL | 335.17º | 0.17% | 0.67% | - |
| HSV(B) | 335.17º | 0.16% | 0.73% | - |
| XYZ | 39.47 | 37.42 | 42.68 | - |
| YUV | 167.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 169 | 0 | 0.16 | 0.09 | 0.27 | 335.17 | 0.17 | 0.67 |
| Hex | BA | 9D | A9 | 0 | 10 | 9 | 1B | 14F | 11 | 43 |
| Octal | 272 | 235 | 251 | 0 | 20 | 11 | 33 | 517 | 21 | 103 |
| Binary | 10111010 | 10011101 | 10101001 | 0 | 10000 | 1001 | 11011 | 101001111 | 10001 | 1000011 |
Color Harmonies of #BA9DA9
Complementary color
Monochromatic Colors of #BA9DA9
Black with #BA9DA9
Text Example
Text Example
White with #BA9DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DA9; }
p { color: rgb(186,157,169); }
H1.HeaderClassName
{
color: #BA9DA9;
}
.AnyTagClassName
{
color: #BA9DA9;
}
</style>
background-color css
<style>
a { background-color: #BA9DA9; }
a { background-color: rgb(186,157,169); }
div.DivClassName
{
background-color: #BA9DA9;
}
.BgClassName
{
background-color: #BA9DA9;
}
</style>
border-color css
<style>
span { border-color: #BA9DA9; }
span { border-color: rgb(186,157,169); }
td.TdClassName
{
border-color: #BA9DA9;
}
.TagClassName
{
border-color: #BA9DA9;
}
</style>