Shades of Lily #BA97AF
Tints of Lily #BA97AF
RGB
CMYK
RGB Variations
Color information
#BA97AF (or 0xBA97AF) is known color: Lily. HEX triplet: BA, 97 and AF. RGB value is (186,151,175). Sum of RGB (Red+Green+Blue) = 186+151+175=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA97AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA97AF is #456850. Grayscale: #A4A4A4. Windows color (decimal): -4548689 or 11507642. OLE color: 11507642.
HSL color Cylindrical-coordinate representation of color #BA97AF: hue angle of 318.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 #BA97AF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 175 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.27 |
| HSL | 318.86º | 0.2% | 0.66% | - |
| HSV(B) | 318.86º | 0.19% | 0.73% | - |
| XYZ | 39.05 | 35.67 | 45.38 | - |
| YUV | 164.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 175 | 0 | 0.19 | 0.06 | 0.27 | 318.86 | 0.2 | 0.66 |
| Hex | BA | 97 | AF | 0 | 13 | 6 | 1B | 13F | 14 | 42 |
| Octal | 272 | 227 | 257 | 0 | 23 | 6 | 33 | 477 | 24 | 102 |
| Binary | 10111010 | 10010111 | 10101111 | 0 | 10011 | 110 | 11011 | 100111111 | 10100 | 1000010 |
Color Harmonies of #BA97AF
Complementary color
Monochromatic Colors of #BA97AF
Black with #BA97AF
Text Example
Text Example
White with #BA97AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97AF; }
p { color: rgb(186,151,175); }
H1.HeaderClassName
{
color: #BA97AF;
}
.AnyTagClassName
{
color: #BA97AF;
}
</style>
background-color css
<style>
a { background-color: #BA97AF; }
a { background-color: rgb(186,151,175); }
div.DivClassName
{
background-color: #BA97AF;
}
.BgClassName
{
background-color: #BA97AF;
}
</style>
border-color css
<style>
span { border-color: #BA97AF; }
span { border-color: rgb(186,151,175); }
td.TdClassName
{
border-color: #BA97AF;
}
.TagClassName
{
border-color: #BA97AF;
}
</style>