Shades of Lily #BA9EB1
Tints of Lily #BA9EB1
RGB
CMYK
RGB Variations
Color information
#BA9EB1 (or 0xBA9EB1) is known color: Lily. HEX triplet: BA, 9E and B1. RGB value is (186,158,177). Sum of RGB (Red+Green+Blue) = 186+158+177=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EB1 is #45614E. Grayscale: #A8A8A8. Windows color (decimal): -4546895 or 11640506. OLE color: 11640506.
HSL color Cylindrical-coordinate representation of color #BA9EB1: hue angle of 319.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EB1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 177 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.27 |
| HSL | 319.29º | 0.17% | 0.67% | - |
| HSV(B) | 319.29º | 0.15% | 0.73% | - |
| XYZ | 40.41 | 38.07 | 46.81 | - |
| YUV | 168.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 177 | 0 | 0.15 | 0.05 | 0.27 | 319.29 | 0.17 | 0.67 |
| Hex | BA | 9E | B1 | 0 | F | 5 | 1B | 13F | 11 | 43 |
| Octal | 272 | 236 | 261 | 0 | 17 | 5 | 33 | 477 | 21 | 103 |
| Binary | 10111010 | 10011110 | 10110001 | 0 | 1111 | 101 | 11011 | 100111111 | 10001 | 1000011 |
Color Harmonies of #BA9EB1
Complementary color
Monochromatic Colors of #BA9EB1
Black with #BA9EB1
Text Example
Text Example
White with #BA9EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EB1; }
p { color: rgb(186,158,177); }
H1.HeaderClassName
{
color: #BA9EB1;
}
.AnyTagClassName
{
color: #BA9EB1;
}
</style>
background-color css
<style>
a { background-color: #BA9EB1; }
a { background-color: rgb(186,158,177); }
div.DivClassName
{
background-color: #BA9EB1;
}
.BgClassName
{
background-color: #BA9EB1;
}
</style>
border-color css
<style>
span { border-color: #BA9EB1; }
span { border-color: rgb(186,158,177); }
td.TdClassName
{
border-color: #BA9EB1;
}
.TagClassName
{
border-color: #BA9EB1;
}
</style>