Shades of Lily #BA97A8
Tints of Lily #BA97A8
RGB
CMYK
RGB Variations
Color information
#BA97A8 (or 0xBA97A8) is known color: Lily. HEX triplet: BA, 97 and A8. RGB value is (186,151,168). Sum of RGB (Red+Green+Blue) = 186+151+168=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA97A8 is #456857. Grayscale: #A3A3A3. Windows color (decimal): -4548696 or 11048890. OLE color: 11048890.
HSL color Cylindrical-coordinate representation of color #BA97A8: hue angle of 330.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA97A8 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 168 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.27 |
| HSL | 330.86º | 0.2% | 0.66% | - |
| HSV(B) | 330.86º | 0.19% | 0.73% | - |
| XYZ | 38.38 | 35.4 | 41.86 | - |
| YUV | 163.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 168 | 0 | 0.19 | 0.10 | 0.27 | 330.86 | 0.2 | 0.66 |
| Hex | BA | 97 | A8 | 0 | 13 | A | 1B | 14B | 14 | 42 |
| Octal | 272 | 227 | 250 | 0 | 23 | 12 | 33 | 513 | 24 | 102 |
| Binary | 10111010 | 10010111 | 10101000 | 0 | 10011 | 1010 | 11011 | 101001011 | 10100 | 1000010 |
Color Harmonies of #BA97A8
Complementary color
Monochromatic Colors of #BA97A8
Black with #BA97A8
Text Example
Text Example
White with #BA97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97A8; }
p { color: rgb(186,151,168); }
H1.HeaderClassName
{
color: #BA97A8;
}
.AnyTagClassName
{
color: #BA97A8;
}
</style>
background-color css
<style>
a { background-color: #BA97A8; }
a { background-color: rgb(186,151,168); }
div.DivClassName
{
background-color: #BA97A8;
}
.BgClassName
{
background-color: #BA97A8;
}
</style>
border-color css
<style>
span { border-color: #BA97A8; }
span { border-color: rgb(186,151,168); }
td.TdClassName
{
border-color: #BA97A8;
}
.TagClassName
{
border-color: #BA97A8;
}
</style>