Shades of Lily #BA90AC
Tints of Lily #BA90AC
RGB
CMYK
RGB Variations
Color information
#BA90AC (or 0xBA90AC) is known color: Lily. HEX triplet: BA, 90 and AC. RGB value is (186,144,172). Sum of RGB (Red+Green+Blue) = 186+144+172=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA90AC is #456F53. Grayscale: #9F9F9F. Windows color (decimal): -4550484 or 11309242. OLE color: 11309242.
HSL color Cylindrical-coordinate representation of color #BA90AC: hue angle of 320º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA90AC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 172 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.27 |
| HSL | 320º | 0.23% | 0.65% | - |
| HSV(B) | 320º | 0.23% | 0.73% | - |
| XYZ | 37.67 | 33.36 | 43.48 | - |
| YUV | 159.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 172 | 0 | 0.23 | 0.08 | 0.27 | 320 | 0.23 | 0.65 |
| Hex | BA | 90 | AC | 0 | 17 | 8 | 1B | 140 | 17 | 41 |
| Octal | 272 | 220 | 254 | 0 | 27 | 10 | 33 | 500 | 27 | 101 |
| Binary | 10111010 | 10010000 | 10101100 | 0 | 10111 | 1000 | 11011 | 101000000 | 10111 | 1000001 |
Color Harmonies of #BA90AC
Complementary color
Monochromatic Colors of #BA90AC
Black with #BA90AC
Text Example
Text Example
White with #BA90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90AC; }
p { color: rgb(186,144,172); }
H1.HeaderClassName
{
color: #BA90AC;
}
.AnyTagClassName
{
color: #BA90AC;
}
</style>
background-color css
<style>
a { background-color: #BA90AC; }
a { background-color: rgb(186,144,172); }
div.DivClassName
{
background-color: #BA90AC;
}
.BgClassName
{
background-color: #BA90AC;
}
</style>
border-color css
<style>
span { border-color: #BA90AC; }
span { border-color: rgb(186,144,172); }
td.TdClassName
{
border-color: #BA90AC;
}
.TagClassName
{
border-color: #BA90AC;
}
</style>