Shades of Lily #BA99AC
Tints of Lily #BA99AC
RGB
CMYK
RGB Variations
Color information
#BA99AC (or 0xBA99AC) is known color: Lily. HEX triplet: BA, 99 and AC. RGB value is (186,153,172). Sum of RGB (Red+Green+Blue) = 186+153+172=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AC is #456653. Grayscale: #A4A4A4. Windows color (decimal): -4548180 or 11311546. OLE color: 11311546.
HSL color Cylindrical-coordinate representation of color #BA99AC: hue angle of 325.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA99AC is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 172 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.27 |
| HSL | 325.45º | 0.19% | 0.66% | - |
| HSV(B) | 325.45º | 0.18% | 0.73% | - |
| XYZ | 39.09 | 36.2 | 43.96 | - |
| YUV | 165.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 172 | 0 | 0.18 | 0.08 | 0.27 | 325.45 | 0.19 | 0.66 |
| Hex | BA | 99 | AC | 0 | 12 | 8 | 1B | 145 | 13 | 42 |
| Octal | 272 | 231 | 254 | 0 | 22 | 10 | 33 | 505 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10101100 | 0 | 10010 | 1000 | 11011 | 101000101 | 10011 | 1000010 |
Color Harmonies of #BA99AC
Complementary color
Monochromatic Colors of #BA99AC
Black with #BA99AC
Text Example
Text Example
White with #BA99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99AC; }
p { color: rgb(186,153,172); }
H1.HeaderClassName
{
color: #BA99AC;
}
.AnyTagClassName
{
color: #BA99AC;
}
</style>
background-color css
<style>
a { background-color: #BA99AC; }
a { background-color: rgb(186,153,172); }
div.DivClassName
{
background-color: #BA99AC;
}
.BgClassName
{
background-color: #BA99AC;
}
</style>
border-color css
<style>
span { border-color: #BA99AC; }
span { border-color: rgb(186,153,172); }
td.TdClassName
{
border-color: #BA99AC;
}
.TagClassName
{
border-color: #BA99AC;
}
</style>