Shades of Lily #BA95AD
Tints of Lily #BA95AD
RGB
CMYK
RGB Variations
Color information
#BA95AD (or 0xBA95AD) is known color: Lily. HEX triplet: BA, 95 and AD. RGB value is (186,149,173). Sum of RGB (Red+Green+Blue) = 186+149+173=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95AD is #456A52. Grayscale: #A2A2A2. Windows color (decimal): -4549203 or 11376058. OLE color: 11376058.
HSL color Cylindrical-coordinate representation of color #BA95AD: hue angle of 321.08º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95AD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 173 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.27 |
| HSL | 321.08º | 0.21% | 0.66% | - |
| HSV(B) | 321.08º | 0.2% | 0.73% | - |
| XYZ | 38.54 | 34.95 | 44.25 | - |
| YUV | 162.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 173 | 0 | 0.20 | 0.07 | 0.27 | 321.08 | 0.21 | 0.66 |
| Hex | BA | 95 | AD | 0 | 14 | 7 | 1B | 141 | 15 | 42 |
| Octal | 272 | 225 | 255 | 0 | 24 | 7 | 33 | 501 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10101101 | 0 | 10100 | 111 | 11011 | 101000001 | 10101 | 1000010 |
Color Harmonies of #BA95AD
Complementary color
Monochromatic Colors of #BA95AD
Black with #BA95AD
Text Example
Text Example
White with #BA95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95AD; }
p { color: rgb(186,149,173); }
H1.HeaderClassName
{
color: #BA95AD;
}
.AnyTagClassName
{
color: #BA95AD;
}
</style>
background-color css
<style>
a { background-color: #BA95AD; }
a { background-color: rgb(186,149,173); }
div.DivClassName
{
background-color: #BA95AD;
}
.BgClassName
{
background-color: #BA95AD;
}
</style>
border-color css
<style>
span { border-color: #BA95AD; }
span { border-color: rgb(186,149,173); }
td.TdClassName
{
border-color: #BA95AD;
}
.TagClassName
{
border-color: #BA95AD;
}
</style>