Shades of Lily #BA9FB1
Tints of Lily #BA9FB1
RGB
CMYK
RGB Variations
Color information
#BA9FB1 (or 0xBA9FB1) is known color: Lily. HEX triplet: BA, 9F and B1. RGB value is (186,159,177). Sum of RGB (Red+Green+Blue) = 186+159+177=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FB1 is #45604E. Grayscale: #A9A9A9. Windows color (decimal): -4546639 or 11640762. OLE color: 11640762.
HSL color Cylindrical-coordinate representation of color #BA9FB1: hue angle of 320º 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 #BA9FB1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 177 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.27 |
| HSL | 320º | 0.16% | 0.68% | - |
| HSV(B) | 320º | 0.15% | 0.73% | - |
| XYZ | 40.58 | 38.41 | 46.87 | - |
| YUV | 169.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 177 | 0 | 0.15 | 0.05 | 0.27 | 320 | 0.16 | 0.68 |
| Hex | BA | 9F | B1 | 0 | F | 5 | 1B | 140 | 10 | 44 |
| Octal | 272 | 237 | 261 | 0 | 17 | 5 | 33 | 500 | 20 | 104 |
| Binary | 10111010 | 10011111 | 10110001 | 0 | 1111 | 101 | 11011 | 101000000 | 10000 | 1000100 |
Color Harmonies of #BA9FB1
Complementary color
Monochromatic Colors of #BA9FB1
Black with #BA9FB1
Text Example
Text Example
White with #BA9FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FB1; }
p { color: rgb(186,159,177); }
H1.HeaderClassName
{
color: #BA9FB1;
}
.AnyTagClassName
{
color: #BA9FB1;
}
</style>
background-color css
<style>
a { background-color: #BA9FB1; }
a { background-color: rgb(186,159,177); }
div.DivClassName
{
background-color: #BA9FB1;
}
.BgClassName
{
background-color: #BA9FB1;
}
</style>
border-color css
<style>
span { border-color: #BA9FB1; }
span { border-color: rgb(186,159,177); }
td.TdClassName
{
border-color: #BA9FB1;
}
.TagClassName
{
border-color: #BA9FB1;
}
</style>