Shades of Lily #BA92AC
Tints of Lily #BA92AC
RGB
CMYK
RGB Variations
Color information
#BA92AC (or 0xBA92AC) is known color: Lily. HEX triplet: BA, 92 and AC. RGB value is (186,146,172). Sum of RGB (Red+Green+Blue) = 186+146+172=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92AC is #456D53. Grayscale: #A0A0A0. Windows color (decimal): -4549972 or 11309754. OLE color: 11309754.
HSL color Cylindrical-coordinate representation of color #BA92AC: hue angle of 321º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA92AC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 172 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.27 |
| HSL | 321º | 0.22% | 0.65% | - |
| HSV(B) | 321º | 0.22% | 0.73% | - |
| XYZ | 37.97 | 33.98 | 43.59 | - |
| YUV | 160.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 172 | 0 | 0.22 | 0.08 | 0.27 | 321 | 0.22 | 0.65 |
| Hex | BA | 92 | AC | 0 | 16 | 8 | 1B | 141 | 16 | 41 |
| Octal | 272 | 222 | 254 | 0 | 26 | 10 | 33 | 501 | 26 | 101 |
| Binary | 10111010 | 10010010 | 10101100 | 0 | 10110 | 1000 | 11011 | 101000001 | 10110 | 1000001 |
Color Harmonies of #BA92AC
Complementary color
Monochromatic Colors of #BA92AC
Black with #BA92AC
Text Example
Text Example
White with #BA92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92AC; }
p { color: rgb(186,146,172); }
H1.HeaderClassName
{
color: #BA92AC;
}
.AnyTagClassName
{
color: #BA92AC;
}
</style>
background-color css
<style>
a { background-color: #BA92AC; }
a { background-color: rgb(186,146,172); }
div.DivClassName
{
background-color: #BA92AC;
}
.BgClassName
{
background-color: #BA92AC;
}
</style>
border-color css
<style>
span { border-color: #BA92AC; }
span { border-color: rgb(186,146,172); }
td.TdClassName
{
border-color: #BA92AC;
}
.TagClassName
{
border-color: #BA92AC;
}
</style>