Shades of Lily #BA93AF
Tints of Lily #BA93AF
RGB
CMYK
RGB Variations
Color information
#BA93AF (or 0xBA93AF) is known color: Lily. HEX triplet: BA, 93 and AF. RGB value is (186,147,175). Sum of RGB (Red+Green+Blue) = 186+147+175=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AF is #456C50. Grayscale: #A1A1A1. Windows color (decimal): -4549713 or 11506618. OLE color: 11506618.
HSL color Cylindrical-coordinate representation of color #BA93AF: hue angle of 316.92º 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 #BA93AF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 175 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.27 |
| HSL | 316.92º | 0.22% | 0.65% | - |
| HSV(B) | 316.92º | 0.21% | 0.73% | - |
| XYZ | 38.42 | 34.4 | 45.17 | - |
| YUV | 161.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 175 | 0 | 0.21 | 0.06 | 0.27 | 316.92 | 0.22 | 0.65 |
| Hex | BA | 93 | AF | 0 | 15 | 6 | 1B | 13D | 16 | 41 |
| Octal | 272 | 223 | 257 | 0 | 25 | 6 | 33 | 475 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10101111 | 0 | 10101 | 110 | 11011 | 100111101 | 10110 | 1000001 |
Color Harmonies of #BA93AF
Complementary color
Monochromatic Colors of #BA93AF
Black with #BA93AF
Text Example
Text Example
White with #BA93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93AF; }
p { color: rgb(186,147,175); }
H1.HeaderClassName
{
color: #BA93AF;
}
.AnyTagClassName
{
color: #BA93AF;
}
</style>
background-color css
<style>
a { background-color: #BA93AF; }
a { background-color: rgb(186,147,175); }
div.DivClassName
{
background-color: #BA93AF;
}
.BgClassName
{
background-color: #BA93AF;
}
</style>
border-color css
<style>
span { border-color: #BA93AF; }
span { border-color: rgb(186,147,175); }
td.TdClassName
{
border-color: #BA93AF;
}
.TagClassName
{
border-color: #BA93AF;
}
</style>