Shades of Lily #BA9CB0
Tints of Lily #BA9CB0
RGB
CMYK
RGB Variations
Color information
#BA9CB0 (or 0xBA9CB0) is known color: Lily. HEX triplet: BA, 9C and B0. RGB value is (186,156,176). Sum of RGB (Red+Green+Blue) = 186+156+176=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CB0 is #45634F. Grayscale: #A7A7A7. Windows color (decimal): -4547408 or 11574458. OLE color: 11574458.
HSL color Cylindrical-coordinate representation of color #BA9CB0: hue angle of 320º degrees, saturation: 0.18, 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 #BA9CB0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 176 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.27 |
| HSL | 320º | 0.18% | 0.67% | - |
| HSV(B) | 320º | 0.16% | 0.73% | - |
| XYZ | 39.97 | 37.35 | 46.18 | - |
| YUV | 167.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 176 | 0 | 0.16 | 0.05 | 0.27 | 320 | 0.18 | 0.67 |
| Hex | BA | 9C | B0 | 0 | 10 | 5 | 1B | 140 | 12 | 43 |
| Octal | 272 | 234 | 260 | 0 | 20 | 5 | 33 | 500 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10110000 | 0 | 10000 | 101 | 11011 | 101000000 | 10010 | 1000011 |
Color Harmonies of #BA9CB0
Complementary color
Monochromatic Colors of #BA9CB0
Black with #BA9CB0
Text Example
Text Example
White with #BA9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CB0; }
p { color: rgb(186,156,176); }
H1.HeaderClassName
{
color: #BA9CB0;
}
.AnyTagClassName
{
color: #BA9CB0;
}
</style>
background-color css
<style>
a { background-color: #BA9CB0; }
a { background-color: rgb(186,156,176); }
div.DivClassName
{
background-color: #BA9CB0;
}
.BgClassName
{
background-color: #BA9CB0;
}
</style>
border-color css
<style>
span { border-color: #BA9CB0; }
span { border-color: rgb(186,156,176); }
td.TdClassName
{
border-color: #BA9CB0;
}
.TagClassName
{
border-color: #BA9CB0;
}
</style>