Shades of Lily #BA93A7
Tints of Lily #BA93A7
RGB
CMYK
RGB Variations
Color information
#BA93A7 (or 0xBA93A7) is known color: Lily. HEX triplet: BA, 93 and A7. RGB value is (186,147,167). Sum of RGB (Red+Green+Blue) = 186+147+167=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93A7 is #456C58. Grayscale: #A0A0A0. Windows color (decimal): -4549721 or 10982330. OLE color: 10982330.
HSL color Cylindrical-coordinate representation of color #BA93A7: hue angle of 329.23º 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 #BA93A7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 167 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.27 |
| HSL | 329.23º | 0.22% | 0.65% | - |
| HSV(B) | 329.23º | 0.21% | 0.73% | - |
| XYZ | 37.66 | 34.1 | 41.16 | - |
| YUV | 160.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 167 | 0 | 0.21 | 0.10 | 0.27 | 329.23 | 0.22 | 0.65 |
| Hex | BA | 93 | A7 | 0 | 15 | A | 1B | 149 | 16 | 41 |
| Octal | 272 | 223 | 247 | 0 | 25 | 12 | 33 | 511 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10100111 | 0 | 10101 | 1010 | 11011 | 101001001 | 10110 | 1000001 |
Color Harmonies of #BA93A7
Complementary color
Monochromatic Colors of #BA93A7
Black with #BA93A7
Text Example
Text Example
White with #BA93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93A7; }
p { color: rgb(186,147,167); }
H1.HeaderClassName
{
color: #BA93A7;
}
.AnyTagClassName
{
color: #BA93A7;
}
</style>
background-color css
<style>
a { background-color: #BA93A7; }
a { background-color: rgb(186,147,167); }
div.DivClassName
{
background-color: #BA93A7;
}
.BgClassName
{
background-color: #BA93A7;
}
</style>
border-color css
<style>
span { border-color: #BA93A7; }
span { border-color: rgb(186,147,167); }
td.TdClassName
{
border-color: #BA93A7;
}
.TagClassName
{
border-color: #BA93A7;
}
</style>