Shades of Lily #BA93AB
Tints of Lily #BA93AB
RGB
CMYK
RGB Variations
Color information
#BA93AB (or 0xBA93AB) is known color: Lily. HEX triplet: BA, 93 and AB. RGB value is (186,147,171). Sum of RGB (Red+Green+Blue) = 186+147+171=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AB is #456C54. Grayscale: #A1A1A1. Windows color (decimal): -4549717 or 11244474. OLE color: 11244474.
HSL color Cylindrical-coordinate representation of color #BA93AB: hue angle of 323.08º 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 #BA93AB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 171 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.27 |
| HSL | 323.08º | 0.22% | 0.65% | - |
| HSV(B) | 323.08º | 0.21% | 0.73% | - |
| XYZ | 38.03 | 34.25 | 43.13 | - |
| YUV | 161.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 171 | 0 | 0.21 | 0.08 | 0.27 | 323.08 | 0.22 | 0.65 |
| Hex | BA | 93 | AB | 0 | 15 | 8 | 1B | 143 | 16 | 41 |
| Octal | 272 | 223 | 253 | 0 | 25 | 10 | 33 | 503 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10101011 | 0 | 10101 | 1000 | 11011 | 101000011 | 10110 | 1000001 |
Color Harmonies of #BA93AB
Complementary color
Monochromatic Colors of #BA93AB
Black with #BA93AB
Text Example
Text Example
White with #BA93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93AB; }
p { color: rgb(186,147,171); }
H1.HeaderClassName
{
color: #BA93AB;
}
.AnyTagClassName
{
color: #BA93AB;
}
</style>
background-color css
<style>
a { background-color: #BA93AB; }
a { background-color: rgb(186,147,171); }
div.DivClassName
{
background-color: #BA93AB;
}
.BgClassName
{
background-color: #BA93AB;
}
</style>
border-color css
<style>
span { border-color: #BA93AB; }
span { border-color: rgb(186,147,171); }
td.TdClassName
{
border-color: #BA93AB;
}
.TagClassName
{
border-color: #BA93AB;
}
</style>