Shades of Lily #BA8FAC
Tints of Lily #BA8FAC
RGB
CMYK
RGB Variations
Color information
#BA8FAC (or 0xBA8FAC) is known color: Lily. HEX triplet: BA, 8F and AC. RGB value is (186,143,172). Sum of RGB (Red+Green+Blue) = 186+143+172=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8FAC is #457053. Grayscale: #9F9F9F. Windows color (decimal): -4550740 or 11308986. OLE color: 11308986.
HSL color Cylindrical-coordinate representation of color #BA8FAC: hue angle of 319.53º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA8FAC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 172 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.27 |
| HSL | 319.53º | 0.24% | 0.65% | - |
| HSV(B) | 319.53º | 0.23% | 0.73% | - |
| XYZ | 37.52 | 33.06 | 43.43 | - |
| YUV | 159.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 172 | 0 | 0.23 | 0.08 | 0.27 | 319.53 | 0.24 | 0.65 |
| Hex | BA | 8F | AC | 0 | 17 | 8 | 1B | 140 | 18 | 41 |
| Octal | 272 | 217 | 254 | 0 | 27 | 10 | 33 | 500 | 30 | 101 |
| Binary | 10111010 | 10001111 | 10101100 | 0 | 10111 | 1000 | 11011 | 101000000 | 11000 | 1000001 |
Color Harmonies of #BA8FAC
Complementary color
Monochromatic Colors of #BA8FAC
Black with #BA8FAC
Text Example
Text Example
White with #BA8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FAC; }
p { color: rgb(186,143,172); }
H1.HeaderClassName
{
color: #BA8FAC;
}
.AnyTagClassName
{
color: #BA8FAC;
}
</style>
background-color css
<style>
a { background-color: #BA8FAC; }
a { background-color: rgb(186,143,172); }
div.DivClassName
{
background-color: #BA8FAC;
}
.BgClassName
{
background-color: #BA8FAC;
}
</style>
border-color css
<style>
span { border-color: #BA8FAC; }
span { border-color: rgb(186,143,172); }
td.TdClassName
{
border-color: #BA8FAC;
}
.TagClassName
{
border-color: #BA8FAC;
}
</style>