Shades of Lily #BA93AE
Tints of Lily #BA93AE
RGB
CMYK
RGB Variations
Color information
#BA93AE (or 0xBA93AE) is known color: Lily. HEX triplet: BA, 93 and AE. RGB value is (186,147,174). Sum of RGB (Red+Green+Blue) = 186+147+174=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AE is #456C51. Grayscale: #A1A1A1. Windows color (decimal): -4549714 or 11441082. OLE color: 11441082.
HSL color Cylindrical-coordinate representation of color #BA93AE: hue angle of 318.46º 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 #BA93AE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 174 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.27 |
| HSL | 318.46º | 0.22% | 0.65% | - |
| HSV(B) | 318.46º | 0.21% | 0.73% | - |
| XYZ | 38.32 | 34.36 | 44.66 | - |
| YUV | 161.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 174 | 0 | 0.21 | 0.06 | 0.27 | 318.46 | 0.22 | 0.65 |
| Hex | BA | 93 | AE | 0 | 15 | 6 | 1B | 13E | 16 | 41 |
| Octal | 272 | 223 | 256 | 0 | 25 | 6 | 33 | 476 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10101110 | 0 | 10101 | 110 | 11011 | 100111110 | 10110 | 1000001 |
Color Harmonies of #BA93AE
Complementary color
Monochromatic Colors of #BA93AE
Black with #BA93AE
Text Example
Text Example
White with #BA93AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93AE; }
p { color: rgb(186,147,174); }
H1.HeaderClassName
{
color: #BA93AE;
}
.AnyTagClassName
{
color: #BA93AE;
}
</style>
background-color css
<style>
a { background-color: #BA93AE; }
a { background-color: rgb(186,147,174); }
div.DivClassName
{
background-color: #BA93AE;
}
.BgClassName
{
background-color: #BA93AE;
}
</style>
border-color css
<style>
span { border-color: #BA93AE; }
span { border-color: rgb(186,147,174); }
td.TdClassName
{
border-color: #BA93AE;
}
.TagClassName
{
border-color: #BA93AE;
}
</style>