Shades of Lily #BA96AC
Tints of Lily #BA96AC
RGB
CMYK
RGB Variations
Color information
#BA96AC (or 0xBA96AC) is known color: Lily. HEX triplet: BA, 96 and AC. RGB value is (186,150,172). Sum of RGB (Red+Green+Blue) = 186+150+172=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96AC is #456953. Grayscale: #A3A3A3. Windows color (decimal): -4548948 or 11310778. OLE color: 11310778.
HSL color Cylindrical-coordinate representation of color #BA96AC: hue angle of 323.33º degrees, saturation: 0.21, 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 #BA96AC is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 172 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.27 |
| HSL | 323.33º | 0.21% | 0.66% | - |
| HSV(B) | 323.33º | 0.19% | 0.73% | - |
| XYZ | 38.6 | 35.23 | 43.8 | - |
| YUV | 163.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 172 | 0 | 0.19 | 0.08 | 0.27 | 323.33 | 0.21 | 0.66 |
| Hex | BA | 96 | AC | 0 | 13 | 8 | 1B | 143 | 15 | 42 |
| Octal | 272 | 226 | 254 | 0 | 23 | 10 | 33 | 503 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10101100 | 0 | 10011 | 1000 | 11011 | 101000011 | 10101 | 1000010 |
Color Harmonies of #BA96AC
Complementary color
Monochromatic Colors of #BA96AC
Black with #BA96AC
Text Example
Text Example
White with #BA96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96AC; }
p { color: rgb(186,150,172); }
H1.HeaderClassName
{
color: #BA96AC;
}
.AnyTagClassName
{
color: #BA96AC;
}
</style>
background-color css
<style>
a { background-color: #BA96AC; }
a { background-color: rgb(186,150,172); }
div.DivClassName
{
background-color: #BA96AC;
}
.BgClassName
{
background-color: #BA96AC;
}
</style>
border-color css
<style>
span { border-color: #BA96AC; }
span { border-color: rgb(186,150,172); }
td.TdClassName
{
border-color: #BA96AC;
}
.TagClassName
{
border-color: #BA96AC;
}
</style>