Shades of Lily #BA94AC
Tints of Lily #BA94AC
RGB
CMYK
RGB Variations
Color information
#BA94AC (or 0xBA94AC) is known color: Lily. HEX triplet: BA, 94 and AC. RGB value is (186,148,172). Sum of RGB (Red+Green+Blue) = 186+148+172=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA94AC is #456B53. Grayscale: #A2A2A2. Windows color (decimal): -4549460 or 11310266. OLE color: 11310266.
HSL color Cylindrical-coordinate representation of color #BA94AC: hue angle of 322.11º 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 #BA94AC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 172 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.27 |
| HSL | 322.11º | 0.22% | 0.65% | - |
| HSV(B) | 322.11º | 0.2% | 0.73% | - |
| XYZ | 38.29 | 34.6 | 43.69 | - |
| YUV | 162.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 172 | 0 | 0.20 | 0.08 | 0.27 | 322.11 | 0.22 | 0.65 |
| Hex | BA | 94 | AC | 0 | 14 | 8 | 1B | 142 | 16 | 41 |
| Octal | 272 | 224 | 254 | 0 | 24 | 10 | 33 | 502 | 26 | 101 |
| Binary | 10111010 | 10010100 | 10101100 | 0 | 10100 | 1000 | 11011 | 101000010 | 10110 | 1000001 |
Color Harmonies of #BA94AC
Complementary color
Monochromatic Colors of #BA94AC
Black with #BA94AC
Text Example
Text Example
White with #BA94AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94AC; }
p { color: rgb(186,148,172); }
H1.HeaderClassName
{
color: #BA94AC;
}
.AnyTagClassName
{
color: #BA94AC;
}
</style>
background-color css
<style>
a { background-color: #BA94AC; }
a { background-color: rgb(186,148,172); }
div.DivClassName
{
background-color: #BA94AC;
}
.BgClassName
{
background-color: #BA94AC;
}
</style>
border-color css
<style>
span { border-color: #BA94AC; }
span { border-color: rgb(186,148,172); }
td.TdClassName
{
border-color: #BA94AC;
}
.TagClassName
{
border-color: #BA94AC;
}
</style>