Shades of Lily #BA8BA7
Tints of Lily #BA8BA7
RGB
CMYK
RGB Variations
Color information
#BA8BA7 (or 0xBA8BA7) is known color: Lily. HEX triplet: BA, 8B and A7. RGB value is (186,139,167). Sum of RGB (Red+Green+Blue) = 186+139+167=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BA7 is #457458. Grayscale: #9C9C9C. Windows color (decimal): -4551769 or 10980282. OLE color: 10980282.
HSL color Cylindrical-coordinate representation of color #BA8BA7: hue angle of 324.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8BA7 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 167 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.27 |
| HSL | 324.26º | 0.25% | 0.64% | - |
| HSV(B) | 324.26º | 0.25% | 0.73% | - |
| XYZ | 36.46 | 31.69 | 40.76 | - |
| YUV | 156.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 167 | 0 | 0.25 | 0.10 | 0.27 | 324.26 | 0.25 | 0.64 |
| Hex | BA | 8B | A7 | 0 | 19 | A | 1B | 144 | 19 | 40 |
| Octal | 272 | 213 | 247 | 0 | 31 | 12 | 33 | 504 | 31 | 100 |
| Binary | 10111010 | 10001011 | 10100111 | 0 | 11001 | 1010 | 11011 | 101000100 | 11001 | 1000000 |
Color Harmonies of #BA8BA7
Complementary color
Monochromatic Colors of #BA8BA7
Black with #BA8BA7
Text Example
Text Example
White with #BA8BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BA7; }
p { color: rgb(186,139,167); }
H1.HeaderClassName
{
color: #BA8BA7;
}
.AnyTagClassName
{
color: #BA8BA7;
}
</style>
background-color css
<style>
a { background-color: #BA8BA7; }
a { background-color: rgb(186,139,167); }
div.DivClassName
{
background-color: #BA8BA7;
}
.BgClassName
{
background-color: #BA8BA7;
}
</style>
border-color css
<style>
span { border-color: #BA8BA7; }
span { border-color: rgb(186,139,167); }
td.TdClassName
{
border-color: #BA8BA7;
}
.TagClassName
{
border-color: #BA8BA7;
}
</style>