Shades of Lily #BA91AD
Tints of Lily #BA91AD
RGB
CMYK
RGB Variations
Color information
#BA91AD (or 0xBA91AD) is known color: Lily. HEX triplet: BA, 91 and AD. RGB value is (186,145,173). Sum of RGB (Red+Green+Blue) = 186+145+173=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91AD is #456E52. Grayscale: #A0A0A0. Windows color (decimal): -4550227 or 11375034. OLE color: 11375034.
HSL color Cylindrical-coordinate representation of color #BA91AD: hue angle of 319.02º 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 #BA91AD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 173 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.27 |
| HSL | 319.02º | 0.23% | 0.65% | - |
| HSV(B) | 319.02º | 0.22% | 0.73% | - |
| XYZ | 37.92 | 33.71 | 44.04 | - |
| YUV | 160.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 173 | 0 | 0.22 | 0.07 | 0.27 | 319.02 | 0.23 | 0.65 |
| Hex | BA | 91 | AD | 0 | 16 | 7 | 1B | 13F | 17 | 41 |
| Octal | 272 | 221 | 255 | 0 | 26 | 7 | 33 | 477 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10101101 | 0 | 10110 | 111 | 11011 | 100111111 | 10111 | 1000001 |
Color Harmonies of #BA91AD
Complementary color
Monochromatic Colors of #BA91AD
Black with #BA91AD
Text Example
Text Example
White with #BA91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91AD; }
p { color: rgb(186,145,173); }
H1.HeaderClassName
{
color: #BA91AD;
}
.AnyTagClassName
{
color: #BA91AD;
}
</style>
background-color css
<style>
a { background-color: #BA91AD; }
a { background-color: rgb(186,145,173); }
div.DivClassName
{
background-color: #BA91AD;
}
.BgClassName
{
background-color: #BA91AD;
}
</style>
border-color css
<style>
span { border-color: #BA91AD; }
span { border-color: rgb(186,145,173); }
td.TdClassName
{
border-color: #BA91AD;
}
.TagClassName
{
border-color: #BA91AD;
}
</style>