Shades of Lily #BA99AA
Tints of Lily #BA99AA
RGB
CMYK
RGB Variations
Color information
#BA99AA (or 0xBA99AA) is known color: Lily. HEX triplet: BA, 99 and AA. RGB value is (186,153,170). Sum of RGB (Red+Green+Blue) = 186+153+170=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AA is #456655. Grayscale: #A4A4A4. Windows color (decimal): -4548182 or 11180474. OLE color: 11180474.
HSL color Cylindrical-coordinate representation of color #BA99AA: hue angle of 329.09º 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 #BA99AA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 170 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.27 |
| HSL | 329.09º | 0.19% | 0.66% | - |
| HSV(B) | 329.09º | 0.18% | 0.73% | - |
| XYZ | 38.9 | 36.12 | 42.95 | - |
| YUV | 164.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 170 | 0 | 0.18 | 0.09 | 0.27 | 329.09 | 0.19 | 0.66 |
| Hex | BA | 99 | AA | 0 | 12 | 9 | 1B | 149 | 13 | 42 |
| Octal | 272 | 231 | 252 | 0 | 22 | 11 | 33 | 511 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10101010 | 0 | 10010 | 1001 | 11011 | 101001001 | 10011 | 1000010 |
Color Harmonies of #BA99AA
Complementary color
Monochromatic Colors of #BA99AA
Black with #BA99AA
Text Example
Text Example
White with #BA99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99AA; }
p { color: rgb(186,153,170); }
H1.HeaderClassName
{
color: #BA99AA;
}
.AnyTagClassName
{
color: #BA99AA;
}
</style>
background-color css
<style>
a { background-color: #BA99AA; }
a { background-color: rgb(186,153,170); }
div.DivClassName
{
background-color: #BA99AA;
}
.BgClassName
{
background-color: #BA99AA;
}
</style>
border-color css
<style>
span { border-color: #BA99AA; }
span { border-color: rgb(186,153,170); }
td.TdClassName
{
border-color: #BA99AA;
}
.TagClassName
{
border-color: #BA99AA;
}
</style>