Shades of Lily #BA9AB1
Tints of Lily #BA9AB1
RGB
CMYK
RGB Variations
Color information
#BA9AB1 (or 0xBA9AB1) is known color: Lily. HEX triplet: BA, 9A and B1. RGB value is (186,154,177). Sum of RGB (Red+Green+Blue) = 186+154+177=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AB1 is #45654E. Grayscale: #A6A6A6. Windows color (decimal): -4547919 or 11639482. OLE color: 11639482.
HSL color Cylindrical-coordinate representation of color #BA9AB1: hue angle of 316.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9AB1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 177 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.27 |
| HSL | 316.88º | 0.19% | 0.67% | - |
| HSV(B) | 316.88º | 0.17% | 0.73% | - |
| XYZ | 39.74 | 36.72 | 46.59 | - |
| YUV | 166.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 177 | 0 | 0.17 | 0.05 | 0.27 | 316.88 | 0.19 | 0.67 |
| Hex | BA | 9A | B1 | 0 | 11 | 5 | 1B | 13D | 13 | 43 |
| Octal | 272 | 232 | 261 | 0 | 21 | 5 | 33 | 475 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10110001 | 0 | 10001 | 101 | 11011 | 100111101 | 10011 | 1000011 |
Color Harmonies of #BA9AB1
Complementary color
Monochromatic Colors of #BA9AB1
Black with #BA9AB1
Text Example
Text Example
White with #BA9AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AB1; }
p { color: rgb(186,154,177); }
H1.HeaderClassName
{
color: #BA9AB1;
}
.AnyTagClassName
{
color: #BA9AB1;
}
</style>
background-color css
<style>
a { background-color: #BA9AB1; }
a { background-color: rgb(186,154,177); }
div.DivClassName
{
background-color: #BA9AB1;
}
.BgClassName
{
background-color: #BA9AB1;
}
</style>
border-color css
<style>
span { border-color: #BA9AB1; }
span { border-color: rgb(186,154,177); }
td.TdClassName
{
border-color: #BA9AB1;
}
.TagClassName
{
border-color: #BA9AB1;
}
</style>