Shades of Lily #BA98AA
Tints of Lily #BA98AA
RGB
CMYK
RGB Variations
Color information
#BA98AA (or 0xBA98AA) is known color: Lily. HEX triplet: BA, 98 and AA. RGB value is (186,152,170). Sum of RGB (Red+Green+Blue) = 186+152+170=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA98AA is #456755. Grayscale: #A4A4A4. Windows color (decimal): -4548438 or 11180218. OLE color: 11180218.
HSL color Cylindrical-coordinate representation of color #BA98AA: hue angle of 328.24º degrees, saturation: 0.2, 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 #BA98AA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 170 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.27 |
| HSL | 328.24º | 0.2% | 0.66% | - |
| HSV(B) | 328.24º | 0.18% | 0.73% | - |
| XYZ | 38.73 | 35.8 | 42.9 | - |
| YUV | 164.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 170 | 0 | 0.18 | 0.09 | 0.27 | 328.24 | 0.2 | 0.66 |
| Hex | BA | 98 | AA | 0 | 12 | 9 | 1B | 148 | 14 | 42 |
| Octal | 272 | 230 | 252 | 0 | 22 | 11 | 33 | 510 | 24 | 102 |
| Binary | 10111010 | 10011000 | 10101010 | 0 | 10010 | 1001 | 11011 | 101001000 | 10100 | 1000010 |
Color Harmonies of #BA98AA
Complementary color
Monochromatic Colors of #BA98AA
Black with #BA98AA
Text Example
Text Example
White with #BA98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98AA; }
p { color: rgb(186,152,170); }
H1.HeaderClassName
{
color: #BA98AA;
}
.AnyTagClassName
{
color: #BA98AA;
}
</style>
background-color css
<style>
a { background-color: #BA98AA; }
a { background-color: rgb(186,152,170); }
div.DivClassName
{
background-color: #BA98AA;
}
.BgClassName
{
background-color: #BA98AA;
}
</style>
border-color css
<style>
span { border-color: #BA98AA; }
span { border-color: rgb(186,152,170); }
td.TdClassName
{
border-color: #BA98AA;
}
.TagClassName
{
border-color: #BA98AA;
}
</style>