Shades of Lily #BA9FB0
Tints of Lily #BA9FB0
RGB
CMYK
RGB Variations
Color information
#BA9FB0 (or 0xBA9FB0) is known color: Lily. HEX triplet: BA, 9F and B0. RGB value is (186,159,176). Sum of RGB (Red+Green+Blue) = 186+159+176=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FB0 is #45604F. Grayscale: #A8A8A8. Windows color (decimal): -4546640 or 11575226. OLE color: 11575226.
HSL color Cylindrical-coordinate representation of color #BA9FB0: hue angle of 322.22º 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 #BA9FB0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 176 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.27 |
| HSL | 322.22º | 0.16% | 0.68% | - |
| HSV(B) | 322.22º | 0.15% | 0.73% | - |
| XYZ | 40.48 | 38.37 | 46.35 | - |
| YUV | 169.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 176 | 0 | 0.15 | 0.05 | 0.27 | 322.22 | 0.16 | 0.68 |
| Hex | BA | 9F | B0 | 0 | F | 5 | 1B | 142 | 10 | 44 |
| Octal | 272 | 237 | 260 | 0 | 17 | 5 | 33 | 502 | 20 | 104 |
| Binary | 10111010 | 10011111 | 10110000 | 0 | 1111 | 101 | 11011 | 101000010 | 10000 | 1000100 |
Color Harmonies of #BA9FB0
Complementary color
Monochromatic Colors of #BA9FB0
Black with #BA9FB0
Text Example
Text Example
White with #BA9FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FB0; }
p { color: rgb(186,159,176); }
H1.HeaderClassName
{
color: #BA9FB0;
}
.AnyTagClassName
{
color: #BA9FB0;
}
</style>
background-color css
<style>
a { background-color: #BA9FB0; }
a { background-color: rgb(186,159,176); }
div.DivClassName
{
background-color: #BA9FB0;
}
.BgClassName
{
background-color: #BA9FB0;
}
</style>
border-color css
<style>
span { border-color: #BA9FB0; }
span { border-color: rgb(186,159,176); }
td.TdClassName
{
border-color: #BA9FB0;
}
.TagClassName
{
border-color: #BA9FB0;
}
</style>