Shades of Lily #BA99AF
Tints of Lily #BA99AF
RGB
CMYK
RGB Variations
Color information
#BA99AF (or 0xBA99AF) is known color: Lily. HEX triplet: BA, 99 and AF. RGB value is (186,153,175). Sum of RGB (Red+Green+Blue) = 186+153+175=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AF is #456650. Grayscale: #A5A5A5. Windows color (decimal): -4548177 or 11508154. OLE color: 11508154.
HSL color Cylindrical-coordinate representation of color #BA99AF: hue angle of 320º 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 #BA99AF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 175 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.27 |
| HSL | 320º | 0.19% | 0.66% | - |
| HSV(B) | 320º | 0.18% | 0.73% | - |
| XYZ | 39.38 | 36.32 | 45.49 | - |
| YUV | 165.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 175 | 0 | 0.18 | 0.06 | 0.27 | 320 | 0.19 | 0.66 |
| Hex | BA | 99 | AF | 0 | 12 | 6 | 1B | 140 | 13 | 42 |
| Octal | 272 | 231 | 257 | 0 | 22 | 6 | 33 | 500 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10101111 | 0 | 10010 | 110 | 11011 | 101000000 | 10011 | 1000010 |
Color Harmonies of #BA99AF
Complementary color
Monochromatic Colors of #BA99AF
Black with #BA99AF
Text Example
Text Example
White with #BA99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99AF; }
p { color: rgb(186,153,175); }
H1.HeaderClassName
{
color: #BA99AF;
}
.AnyTagClassName
{
color: #BA99AF;
}
</style>
background-color css
<style>
a { background-color: #BA99AF; }
a { background-color: rgb(186,153,175); }
div.DivClassName
{
background-color: #BA99AF;
}
.BgClassName
{
background-color: #BA99AF;
}
</style>
border-color css
<style>
span { border-color: #BA99AF; }
span { border-color: rgb(186,153,175); }
td.TdClassName
{
border-color: #BA99AF;
}
.TagClassName
{
border-color: #BA99AF;
}
</style>