Shades of Lily #BA99AE
Tints of Lily #BA99AE
RGB
CMYK
RGB Variations
Color information
#BA99AE (or 0xBA99AE) is known color: Lily. HEX triplet: BA, 99 and AE. RGB value is (186,153,174). Sum of RGB (Red+Green+Blue) = 186+153+174=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AE is #456651. Grayscale: #A5A5A5. Windows color (decimal): -4548178 or 11442618. OLE color: 11442618.
HSL color Cylindrical-coordinate representation of color #BA99AE: hue angle of 321.82º 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 #BA99AE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 174 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.27 |
| HSL | 321.82º | 0.19% | 0.66% | - |
| HSV(B) | 321.82º | 0.18% | 0.73% | - |
| XYZ | 39.28 | 36.28 | 44.98 | - |
| YUV | 165.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 174 | 0 | 0.18 | 0.06 | 0.27 | 321.82 | 0.19 | 0.66 |
| Hex | BA | 99 | AE | 0 | 12 | 6 | 1B | 142 | 13 | 42 |
| Octal | 272 | 231 | 256 | 0 | 22 | 6 | 33 | 502 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10101110 | 0 | 10010 | 110 | 11011 | 101000010 | 10011 | 1000010 |
Color Harmonies of #BA99AE
Complementary color
Monochromatic Colors of #BA99AE
Black with #BA99AE
Text Example
Text Example
White with #BA99AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99AE; }
p { color: rgb(186,153,174); }
H1.HeaderClassName
{
color: #BA99AE;
}
.AnyTagClassName
{
color: #BA99AE;
}
</style>
background-color css
<style>
a { background-color: #BA99AE; }
a { background-color: rgb(186,153,174); }
div.DivClassName
{
background-color: #BA99AE;
}
.BgClassName
{
background-color: #BA99AE;
}
</style>
border-color css
<style>
span { border-color: #BA99AE; }
span { border-color: rgb(186,153,174); }
td.TdClassName
{
border-color: #BA99AE;
}
.TagClassName
{
border-color: #BA99AE;
}
</style>