Shades of Lily #BA95B0
Tints of Lily #BA95B0
RGB
CMYK
RGB Variations
Color information
#BA95B0 (or 0xBA95B0) is known color: Lily. HEX triplet: BA, 95 and B0. RGB value is (186,149,176). Sum of RGB (Red+Green+Blue) = 186+149+176=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95B0 is #456A4F. Grayscale: #A3A3A3. Windows color (decimal): -4549200 or 11572666. OLE color: 11572666.
HSL color Cylindrical-coordinate representation of color #BA95B0: hue angle of 316.22º 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 #BA95B0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 176 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.27 |
| HSL | 316.22º | 0.21% | 0.66% | - |
| HSV(B) | 316.22º | 0.2% | 0.73% | - |
| XYZ | 38.83 | 35.07 | 45.8 | - |
| YUV | 163.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 176 | 0 | 0.20 | 0.05 | 0.27 | 316.22 | 0.21 | 0.66 |
| Hex | BA | 95 | B0 | 0 | 14 | 5 | 1B | 13C | 15 | 42 |
| Octal | 272 | 225 | 260 | 0 | 24 | 5 | 33 | 474 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10110000 | 0 | 10100 | 101 | 11011 | 100111100 | 10101 | 1000010 |
Color Harmonies of #BA95B0
Complementary color
Monochromatic Colors of #BA95B0
Black with #BA95B0
Text Example
Text Example
White with #BA95B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95B0; }
p { color: rgb(186,149,176); }
H1.HeaderClassName
{
color: #BA95B0;
}
.AnyTagClassName
{
color: #BA95B0;
}
</style>
background-color css
<style>
a { background-color: #BA95B0; }
a { background-color: rgb(186,149,176); }
div.DivClassName
{
background-color: #BA95B0;
}
.BgClassName
{
background-color: #BA95B0;
}
</style>
border-color css
<style>
span { border-color: #BA95B0; }
span { border-color: rgb(186,149,176); }
td.TdClassName
{
border-color: #BA95B0;
}
.TagClassName
{
border-color: #BA95B0;
}
</style>