Shades of Lily #BAA4B5
Tints of Lily #BAA4B5
RGB
CMYK
RGB Variations
Color information
#BAA4B5 (or 0xBAA4B5) is known color: Lily. HEX triplet: BA, A4 and B5. RGB value is (186,164,181). Sum of RGB (Red+Green+Blue) = 186+164+181=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4B5 is #455B4A. Grayscale: #ACACAC. Windows color (decimal): -4545355 or 11904186. OLE color: 11904186.
HSL color Cylindrical-coordinate representation of color #BAA4B5: hue angle of 313.64º 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 #BAA4B5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 181 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.27 |
| HSL | 313.64º | 0.14% | 0.69% | - |
| HSV(B) | 313.64º | 0.12% | 0.73% | - |
| XYZ | 41.87 | 40.33 | 49.29 | - |
| YUV | 172.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 181 | 0 | 0.12 | 0.03 | 0.27 | 313.64 | 0.14 | 0.69 |
| Hex | BA | A4 | B5 | 0 | C | 3 | 1B | 13A | E | 45 |
| Octal | 272 | 244 | 265 | 0 | 14 | 3 | 33 | 472 | 16 | 105 |
| Binary | 10111010 | 10100100 | 10110101 | 0 | 1100 | 11 | 11011 | 100111010 | 1110 | 1000101 |
Color Harmonies of #BAA4B5
Complementary color
Monochromatic Colors of #BAA4B5
Black with #BAA4B5
Text Example
Text Example
White with #BAA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4B5; }
p { color: rgb(186,164,181); }
H1.HeaderClassName
{
color: #BAA4B5;
}
.AnyTagClassName
{
color: #BAA4B5;
}
</style>
background-color css
<style>
a { background-color: #BAA4B5; }
a { background-color: rgb(186,164,181); }
div.DivClassName
{
background-color: #BAA4B5;
}
.BgClassName
{
background-color: #BAA4B5;
}
</style>
border-color css
<style>
span { border-color: #BAA4B5; }
span { border-color: rgb(186,164,181); }
td.TdClassName
{
border-color: #BAA4B5;
}
.TagClassName
{
border-color: #BAA4B5;
}
</style>