Shades of Lily #BA99A9
Tints of Lily #BA99A9
RGB
CMYK
RGB Variations
Color information
#BA99A9 (or 0xBA99A9) is known color: Lily. HEX triplet: BA, 99 and A9. RGB value is (186,153,169). Sum of RGB (Red+Green+Blue) = 186+153+169=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99A9 is #456656. Grayscale: #A4A4A4. Windows color (decimal): -4548183 or 11114938. OLE color: 11114938.
HSL color Cylindrical-coordinate representation of color #BA99A9: hue angle of 330.91º 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 #BA99A9 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 169 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.27 |
| HSL | 330.91º | 0.19% | 0.66% | - |
| HSV(B) | 330.91º | 0.18% | 0.73% | - |
| XYZ | 38.8 | 36.09 | 42.46 | - |
| YUV | 164.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 169 | 0 | 0.18 | 0.09 | 0.27 | 330.91 | 0.19 | 0.66 |
| Hex | BA | 99 | A9 | 0 | 12 | 9 | 1B | 14B | 13 | 42 |
| Octal | 272 | 231 | 251 | 0 | 22 | 11 | 33 | 513 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10101001 | 0 | 10010 | 1001 | 11011 | 101001011 | 10011 | 1000010 |
Color Harmonies of #BA99A9
Complementary color
Monochromatic Colors of #BA99A9
Black with #BA99A9
Text Example
Text Example
White with #BA99A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99A9; }
p { color: rgb(186,153,169); }
H1.HeaderClassName
{
color: #BA99A9;
}
.AnyTagClassName
{
color: #BA99A9;
}
</style>
background-color css
<style>
a { background-color: #BA99A9; }
a { background-color: rgb(186,153,169); }
div.DivClassName
{
background-color: #BA99A9;
}
.BgClassName
{
background-color: #BA99A9;
}
</style>
border-color css
<style>
span { border-color: #BA99A9; }
span { border-color: rgb(186,153,169); }
td.TdClassName
{
border-color: #BA99A9;
}
.TagClassName
{
border-color: #BA99A9;
}
</style>