Shades of Lily #BA94A8
Tints of Lily #BA94A8
RGB
CMYK
RGB Variations
Color information
#BA94A8 (or 0xBA94A8) is known color: Lily. HEX triplet: BA, 94 and A8. RGB value is (186,148,168). Sum of RGB (Red+Green+Blue) = 186+148+168=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA94A8 is #456B57. Grayscale: #A1A1A1. Windows color (decimal): -4549464 or 11048122. OLE color: 11048122.
HSL color Cylindrical-coordinate representation of color #BA94A8: hue angle of 328.42º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA94A8 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 168 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.27 |
| HSL | 328.42º | 0.22% | 0.65% | - |
| HSV(B) | 328.42º | 0.2% | 0.73% | - |
| XYZ | 37.91 | 34.45 | 41.7 | - |
| YUV | 161.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 168 | 0 | 0.20 | 0.10 | 0.27 | 328.42 | 0.22 | 0.65 |
| Hex | BA | 94 | A8 | 0 | 14 | A | 1B | 148 | 16 | 41 |
| Octal | 272 | 224 | 250 | 0 | 24 | 12 | 33 | 510 | 26 | 101 |
| Binary | 10111010 | 10010100 | 10101000 | 0 | 10100 | 1010 | 11011 | 101001000 | 10110 | 1000001 |
Color Harmonies of #BA94A8
Complementary color
Monochromatic Colors of #BA94A8
Black with #BA94A8
Text Example
Text Example
White with #BA94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94A8; }
p { color: rgb(186,148,168); }
H1.HeaderClassName
{
color: #BA94A8;
}
.AnyTagClassName
{
color: #BA94A8;
}
</style>
background-color css
<style>
a { background-color: #BA94A8; }
a { background-color: rgb(186,148,168); }
div.DivClassName
{
background-color: #BA94A8;
}
.BgClassName
{
background-color: #BA94A8;
}
</style>
border-color css
<style>
span { border-color: #BA94A8; }
span { border-color: rgb(186,148,168); }
td.TdClassName
{
border-color: #BA94A8;
}
.TagClassName
{
border-color: #BA94A8;
}
</style>