Shades of Lily #BA8DA7
Tints of Lily #BA8DA7
RGB
CMYK
RGB Variations
Color information
#BA8DA7 (or 0xBA8DA7) is known color: Lily. HEX triplet: BA, 8D and A7. RGB value is (186,141,167). Sum of RGB (Red+Green+Blue) = 186+141+167=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DA7 is #457258. Grayscale: #9D9D9D. Windows color (decimal): -4551257 or 10980794. OLE color: 10980794.
HSL color Cylindrical-coordinate representation of color #BA8DA7: hue angle of 325.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8DA7 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 167 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.27 |
| HSL | 325.33º | 0.25% | 0.64% | - |
| HSV(B) | 325.33º | 0.24% | 0.73% | - |
| XYZ | 36.75 | 32.28 | 40.85 | - |
| YUV | 157.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 167 | 0 | 0.24 | 0.10 | 0.27 | 325.33 | 0.25 | 0.64 |
| Hex | BA | 8D | A7 | 0 | 18 | A | 1B | 145 | 19 | 40 |
| Octal | 272 | 215 | 247 | 0 | 30 | 12 | 33 | 505 | 31 | 100 |
| Binary | 10111010 | 10001101 | 10100111 | 0 | 11000 | 1010 | 11011 | 101000101 | 11001 | 1000000 |
Color Harmonies of #BA8DA7
Complementary color
Monochromatic Colors of #BA8DA7
Black with #BA8DA7
Text Example
Text Example
White with #BA8DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DA7; }
p { color: rgb(186,141,167); }
H1.HeaderClassName
{
color: #BA8DA7;
}
.AnyTagClassName
{
color: #BA8DA7;
}
</style>
background-color css
<style>
a { background-color: #BA8DA7; }
a { background-color: rgb(186,141,167); }
div.DivClassName
{
background-color: #BA8DA7;
}
.BgClassName
{
background-color: #BA8DA7;
}
</style>
border-color css
<style>
span { border-color: #BA8DA7; }
span { border-color: rgb(186,141,167); }
td.TdClassName
{
border-color: #BA8DA7;
}
.TagClassName
{
border-color: #BA8DA7;
}
</style>