Shades of Lily #BA96AD
Tints of Lily #BA96AD
RGB
CMYK
RGB Variations
Color information
#BA96AD (or 0xBA96AD) is known color: Lily. HEX triplet: BA, 96 and AD. RGB value is (186,150,173). Sum of RGB (Red+Green+Blue) = 186+150+173=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96AD is #456952. Grayscale: #A3A3A3. Windows color (decimal): -4548947 or 11376314. OLE color: 11376314.
HSL color Cylindrical-coordinate representation of color #BA96AD: hue angle of 321.67º 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 #BA96AD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 173 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.27 |
| HSL | 321.67º | 0.21% | 0.66% | - |
| HSV(B) | 321.67º | 0.19% | 0.73% | - |
| XYZ | 38.7 | 35.27 | 44.3 | - |
| YUV | 163.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 173 | 0 | 0.19 | 0.07 | 0.27 | 321.67 | 0.21 | 0.66 |
| Hex | BA | 96 | AD | 0 | 13 | 7 | 1B | 142 | 15 | 42 |
| Octal | 272 | 226 | 255 | 0 | 23 | 7 | 33 | 502 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10101101 | 0 | 10011 | 111 | 11011 | 101000010 | 10101 | 1000010 |
Color Harmonies of #BA96AD
Complementary color
Monochromatic Colors of #BA96AD
Black with #BA96AD
Text Example
Text Example
White with #BA96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96AD; }
p { color: rgb(186,150,173); }
H1.HeaderClassName
{
color: #BA96AD;
}
.AnyTagClassName
{
color: #BA96AD;
}
</style>
background-color css
<style>
a { background-color: #BA96AD; }
a { background-color: rgb(186,150,173); }
div.DivClassName
{
background-color: #BA96AD;
}
.BgClassName
{
background-color: #BA96AD;
}
</style>
border-color css
<style>
span { border-color: #BA96AD; }
span { border-color: rgb(186,150,173); }
td.TdClassName
{
border-color: #BA96AD;
}
.TagClassName
{
border-color: #BA96AD;
}
</style>