Shades of Lily #B8A0AE
Tints of Lily #B8A0AE
RGB
CMYK
RGB Variations
Color information
#B8A0AE (or 0xB8A0AE) is known color: Lily. HEX triplet: B8, A0 and AE. RGB value is (184,160,174). Sum of RGB (Red+Green+Blue) = 184+160+174=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A0AE is #475F51. Grayscale: #A8A8A8. Windows color (decimal): -4677458 or 11444408. OLE color: 11444408.
HSL color Cylindrical-coordinate representation of color #B8A0AE: hue angle of 325º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8A0AE is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 174 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.28 |
| HSL | 325º | 0.14% | 0.67% | - |
| HSV(B) | 325º | 0.13% | 0.72% | - |
| XYZ | 39.98 | 38.39 | 45.35 | - |
| YUV | 168.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 174 | 0 | 0.13 | 0.05 | 0.28 | 325 | 0.14 | 0.67 |
| Hex | B8 | A0 | AE | 0 | D | 5 | 1C | 145 | E | 43 |
| Octal | 270 | 240 | 256 | 0 | 15 | 5 | 34 | 505 | 16 | 103 |
| Binary | 10111000 | 10100000 | 10101110 | 0 | 1101 | 101 | 11100 | 101000101 | 1110 | 1000011 |
Color Harmonies of #B8A0AE
Complementary color
Monochromatic Colors of #B8A0AE
Black with #B8A0AE
Text Example
Text Example
White with #B8A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A0AE; }
p { color: rgb(184,160,174); }
H1.HeaderClassName
{
color: #B8A0AE;
}
.AnyTagClassName
{
color: #B8A0AE;
}
</style>
background-color css
<style>
a { background-color: #B8A0AE; }
a { background-color: rgb(184,160,174); }
div.DivClassName
{
background-color: #B8A0AE;
}
.BgClassName
{
background-color: #B8A0AE;
}
</style>
border-color css
<style>
span { border-color: #B8A0AE; }
span { border-color: rgb(184,160,174); }
td.TdClassName
{
border-color: #B8A0AE;
}
.TagClassName
{
border-color: #B8A0AE;
}
</style>