Shades of Lily #BA94AB
Tints of Lily #BA94AB
RGB
CMYK
RGB Variations
Color information
#BA94AB (or 0xBA94AB) is known color: Lily. HEX triplet: BA, 94 and AB. RGB value is (186,148,171). Sum of RGB (Red+Green+Blue) = 186+148+171=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA94AB is #456B54. Grayscale: #A1A1A1. Windows color (decimal): -4549461 or 11244730. OLE color: 11244730.
HSL color Cylindrical-coordinate representation of color #BA94AB: hue angle of 323.68º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA94AB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 171 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.27 |
| HSL | 323.68º | 0.22% | 0.65% | - |
| HSV(B) | 323.68º | 0.2% | 0.73% | - |
| XYZ | 38.19 | 34.56 | 43.19 | - |
| YUV | 161.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 171 | 0 | 0.20 | 0.08 | 0.27 | 323.68 | 0.22 | 0.65 |
| Hex | BA | 94 | AB | 0 | 14 | 8 | 1B | 144 | 16 | 41 |
| Octal | 272 | 224 | 253 | 0 | 24 | 10 | 33 | 504 | 26 | 101 |
| Binary | 10111010 | 10010100 | 10101011 | 0 | 10100 | 1000 | 11011 | 101000100 | 10110 | 1000001 |
Color Harmonies of #BA94AB
Complementary color
Monochromatic Colors of #BA94AB
Black with #BA94AB
Text Example
Text Example
White with #BA94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94AB; }
p { color: rgb(186,148,171); }
H1.HeaderClassName
{
color: #BA94AB;
}
.AnyTagClassName
{
color: #BA94AB;
}
</style>
background-color css
<style>
a { background-color: #BA94AB; }
a { background-color: rgb(186,148,171); }
div.DivClassName
{
background-color: #BA94AB;
}
.BgClassName
{
background-color: #BA94AB;
}
</style>
border-color css
<style>
span { border-color: #BA94AB; }
span { border-color: rgb(186,148,171); }
td.TdClassName
{
border-color: #BA94AB;
}
.TagClassName
{
border-color: #BA94AB;
}
</style>