Shades of Lily #BAA4B2
Tints of Lily #BAA4B2
RGB
CMYK
RGB Variations
Color information
#BAA4B2 (or 0xBAA4B2) is known color: Lily. HEX triplet: BA, A4 and B2. RGB value is (186,164,178). Sum of RGB (Red+Green+Blue) = 186+164+178=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4B2 is #455B4D. Grayscale: #ACACAC. Windows color (decimal): -4545358 or 11707578. OLE color: 11707578.
HSL color Cylindrical-coordinate representation of color #BAA4B2: hue angle of 321.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA4B2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 178 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.27 |
| HSL | 321.82º | 0.14% | 0.69% | - |
| HSV(B) | 321.82º | 0.12% | 0.73% | - |
| XYZ | 41.56 | 40.2 | 47.69 | - |
| YUV | 172.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 178 | 0 | 0.12 | 0.04 | 0.27 | 321.82 | 0.14 | 0.69 |
| Hex | BA | A4 | B2 | 0 | C | 4 | 1B | 142 | E | 45 |
| Octal | 272 | 244 | 262 | 0 | 14 | 4 | 33 | 502 | 16 | 105 |
| Binary | 10111010 | 10100100 | 10110010 | 0 | 1100 | 100 | 11011 | 101000010 | 1110 | 1000101 |
Color Harmonies of #BAA4B2
Complementary color
Monochromatic Colors of #BAA4B2
Black with #BAA4B2
Text Example
Text Example
White with #BAA4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4B2; }
p { color: rgb(186,164,178); }
H1.HeaderClassName
{
color: #BAA4B2;
}
.AnyTagClassName
{
color: #BAA4B2;
}
</style>
background-color css
<style>
a { background-color: #BAA4B2; }
a { background-color: rgb(186,164,178); }
div.DivClassName
{
background-color: #BAA4B2;
}
.BgClassName
{
background-color: #BAA4B2;
}
</style>
border-color css
<style>
span { border-color: #BAA4B2; }
span { border-color: rgb(186,164,178); }
td.TdClassName
{
border-color: #BAA4B2;
}
.TagClassName
{
border-color: #BAA4B2;
}
</style>