Shades of Lily #BA91AB
Tints of Lily #BA91AB
RGB
CMYK
RGB Variations
Color information
#BA91AB (or 0xBA91AB) is known color: Lily. HEX triplet: BA, 91 and AB. RGB value is (186,145,171). Sum of RGB (Red+Green+Blue) = 186+145+171=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91AB is #456E54. Grayscale: #A0A0A0. Windows color (decimal): -4550229 or 11243962. OLE color: 11243962.
HSL color Cylindrical-coordinate representation of color #BA91AB: hue angle of 321.95º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA91AB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 171 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.27 |
| HSL | 321.95º | 0.23% | 0.65% | - |
| HSV(B) | 321.95º | 0.22% | 0.73% | - |
| XYZ | 37.73 | 33.63 | 43.03 | - |
| YUV | 160.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 171 | 0 | 0.22 | 0.08 | 0.27 | 321.95 | 0.23 | 0.65 |
| Hex | BA | 91 | AB | 0 | 16 | 8 | 1B | 142 | 17 | 41 |
| Octal | 272 | 221 | 253 | 0 | 26 | 10 | 33 | 502 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10101011 | 0 | 10110 | 1000 | 11011 | 101000010 | 10111 | 1000001 |
Color Harmonies of #BA91AB
Complementary color
Monochromatic Colors of #BA91AB
Black with #BA91AB
Text Example
Text Example
White with #BA91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91AB; }
p { color: rgb(186,145,171); }
H1.HeaderClassName
{
color: #BA91AB;
}
.AnyTagClassName
{
color: #BA91AB;
}
</style>
background-color css
<style>
a { background-color: #BA91AB; }
a { background-color: rgb(186,145,171); }
div.DivClassName
{
background-color: #BA91AB;
}
.BgClassName
{
background-color: #BA91AB;
}
</style>
border-color css
<style>
span { border-color: #BA91AB; }
span { border-color: rgb(186,145,171); }
td.TdClassName
{
border-color: #BA91AB;
}
.TagClassName
{
border-color: #BA91AB;
}
</style>