Shades of Lily #BA93AC
Tints of Lily #BA93AC
RGB
CMYK
RGB Variations
Color information
#BA93AC (or 0xBA93AC) is known color: Lily. HEX triplet: BA, 93 and AC. RGB value is (186,147,172). Sum of RGB (Red+Green+Blue) = 186+147+172=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AC is #456C53. Grayscale: #A1A1A1. Windows color (decimal): -4549716 or 11310010. OLE color: 11310010.
HSL color Cylindrical-coordinate representation of color #BA93AC: hue angle of 321.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA93AC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 172 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.27 |
| HSL | 321.54º | 0.22% | 0.65% | - |
| HSV(B) | 321.54º | 0.21% | 0.73% | - |
| XYZ | 38.13 | 34.29 | 43.64 | - |
| YUV | 161.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 172 | 0 | 0.21 | 0.08 | 0.27 | 321.54 | 0.22 | 0.65 |
| Hex | BA | 93 | AC | 0 | 15 | 8 | 1B | 142 | 16 | 41 |
| Octal | 272 | 223 | 254 | 0 | 25 | 10 | 33 | 502 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10101100 | 0 | 10101 | 1000 | 11011 | 101000010 | 10110 | 1000001 |
Color Harmonies of #BA93AC
Complementary color
Monochromatic Colors of #BA93AC
Black with #BA93AC
Text Example
Text Example
White with #BA93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93AC; }
p { color: rgb(186,147,172); }
H1.HeaderClassName
{
color: #BA93AC;
}
.AnyTagClassName
{
color: #BA93AC;
}
</style>
background-color css
<style>
a { background-color: #BA93AC; }
a { background-color: rgb(186,147,172); }
div.DivClassName
{
background-color: #BA93AC;
}
.BgClassName
{
background-color: #BA93AC;
}
</style>
border-color css
<style>
span { border-color: #BA93AC; }
span { border-color: rgb(186,147,172); }
td.TdClassName
{
border-color: #BA93AC;
}
.TagClassName
{
border-color: #BA93AC;
}
</style>