Shades of Lily #BAA8AF
Tints of Lily #BAA8AF
RGB
CMYK
RGB Variations
Color information
#BAA8AF (or 0xBAA8AF) is known color: Lily. HEX triplet: BA, A8 and AF. RGB value is (186,168,175). Sum of RGB (Red+Green+Blue) = 186+168+175=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8AF is #455750. Grayscale: #AEAEAE. Windows color (decimal): -4544337 or 11511994. OLE color: 11511994.
HSL color Cylindrical-coordinate representation of color #BAA8AF: hue angle of 336.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA8AF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 175 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.27 |
| HSL | 336.67º | 0.12% | 0.69% | - |
| HSV(B) | 336.67º | 0.1% | 0.73% | - |
| XYZ | 41.99 | 41.54 | 46.36 | - |
| YUV | 174.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 175 | 0 | 0.10 | 0.06 | 0.27 | 336.67 | 0.12 | 0.69 |
| Hex | BA | A8 | AF | 0 | A | 6 | 1B | 151 | C | 45 |
| Octal | 272 | 250 | 257 | 0 | 12 | 6 | 33 | 521 | 14 | 105 |
| Binary | 10111010 | 10101000 | 10101111 | 0 | 1010 | 110 | 11011 | 101010001 | 1100 | 1000101 |
Color Harmonies of #BAA8AF
Complementary color
Monochromatic Colors of #BAA8AF
Black with #BAA8AF
Text Example
Text Example
White with #BAA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8AF; }
p { color: rgb(186,168,175); }
H1.HeaderClassName
{
color: #BAA8AF;
}
.AnyTagClassName
{
color: #BAA8AF;
}
</style>
background-color css
<style>
a { background-color: #BAA8AF; }
a { background-color: rgb(186,168,175); }
div.DivClassName
{
background-color: #BAA8AF;
}
.BgClassName
{
background-color: #BAA8AF;
}
</style>
border-color css
<style>
span { border-color: #BAA8AF; }
span { border-color: rgb(186,168,175); }
td.TdClassName
{
border-color: #BAA8AF;
}
.TagClassName
{
border-color: #BAA8AF;
}
</style>