Shades of Lily #B8A5AD
Tints of Lily #B8A5AD
RGB
CMYK
RGB Variations
Color information
#B8A5AD (or 0xB8A5AD) is known color: Lily. HEX triplet: B8, A5 and AD. RGB value is (184,165,173). Sum of RGB (Red+Green+Blue) = 184+165+173=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A5AD is #475A52. Grayscale: #ABABAB. Windows color (decimal): -4676179 or 11380152. OLE color: 11380152.
HSL color Cylindrical-coordinate representation of color #B8A5AD: hue angle of 334.74º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8A5AD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 173 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.28 |
| HSL | 334.74º | 0.12% | 0.68% | - |
| HSV(B) | 334.74º | 0.1% | 0.72% | - |
| XYZ | 40.77 | 40.12 | 45.13 | - |
| YUV | 171.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 173 | 0 | 0.10 | 0.06 | 0.28 | 334.74 | 0.12 | 0.68 |
| Hex | B8 | A5 | AD | 0 | A | 6 | 1C | 14F | C | 44 |
| Octal | 270 | 245 | 255 | 0 | 12 | 6 | 34 | 517 | 14 | 104 |
| Binary | 10111000 | 10100101 | 10101101 | 0 | 1010 | 110 | 11100 | 101001111 | 1100 | 1000100 |
Color Harmonies of #B8A5AD
Complementary color
Monochromatic Colors of #B8A5AD
Black with #B8A5AD
Text Example
Text Example
White with #B8A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A5AD; }
p { color: rgb(184,165,173); }
H1.HeaderClassName
{
color: #B8A5AD;
}
.AnyTagClassName
{
color: #B8A5AD;
}
</style>
background-color css
<style>
a { background-color: #B8A5AD; }
a { background-color: rgb(184,165,173); }
div.DivClassName
{
background-color: #B8A5AD;
}
.BgClassName
{
background-color: #B8A5AD;
}
</style>
border-color css
<style>
span { border-color: #B8A5AD; }
span { border-color: rgb(184,165,173); }
td.TdClassName
{
border-color: #B8A5AD;
}
.TagClassName
{
border-color: #B8A5AD;
}
</style>