Shades of Lily #BA99A8
Tints of Lily #BA99A8
RGB
CMYK
RGB Variations
Color information
#BA99A8 (or 0xBA99A8) is known color: Lily. HEX triplet: BA, 99 and A8. RGB value is (186,153,168). Sum of RGB (Red+Green+Blue) = 186+153+168=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99A8 is #456657. Grayscale: #A4A4A4. Windows color (decimal): -4548184 or 11049402. OLE color: 11049402.
HSL color Cylindrical-coordinate representation of color #BA99A8: hue angle of 332.73º 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 #BA99A8 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 168 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.27 |
| HSL | 332.73º | 0.19% | 0.66% | - |
| HSV(B) | 332.73º | 0.18% | 0.73% | - |
| XYZ | 38.71 | 36.05 | 41.96 | - |
| YUV | 164.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 168 | 0 | 0.18 | 0.10 | 0.27 | 332.73 | 0.19 | 0.66 |
| Hex | BA | 99 | A8 | 0 | 12 | A | 1B | 14D | 13 | 42 |
| Octal | 272 | 231 | 250 | 0 | 22 | 12 | 33 | 515 | 23 | 102 |
| Binary | 10111010 | 10011001 | 10101000 | 0 | 10010 | 1010 | 11011 | 101001101 | 10011 | 1000010 |
Color Harmonies of #BA99A8
Complementary color
Monochromatic Colors of #BA99A8
Black with #BA99A8
Text Example
Text Example
White with #BA99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99A8; }
p { color: rgb(186,153,168); }
H1.HeaderClassName
{
color: #BA99A8;
}
.AnyTagClassName
{
color: #BA99A8;
}
</style>
background-color css
<style>
a { background-color: #BA99A8; }
a { background-color: rgb(186,153,168); }
div.DivClassName
{
background-color: #BA99A8;
}
.BgClassName
{
background-color: #BA99A8;
}
</style>
border-color css
<style>
span { border-color: #BA99A8; }
span { border-color: rgb(186,153,168); }
td.TdClassName
{
border-color: #BA99A8;
}
.TagClassName
{
border-color: #BA99A8;
}
</style>