Shades of Lily #B7A5AD
Tints of Lily #B7A5AD
RGB
CMYK
RGB Variations
Color information
#B7A5AD (or 0xB7A5AD) is known color: Lily. HEX triplet: B7, A5 and AD. RGB value is (183,165,173). Sum of RGB (Red+Green+Blue) = 183+165+173=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A5AD is #485A52. Grayscale: #ABABAB. Windows color (decimal): -4741715 or 11380151. OLE color: 11380151.
HSL color Cylindrical-coordinate representation of color #B7A5AD: hue angle of 333.33º degrees, saturation: 0.11, 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 #B7A5AD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 173 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.28 |
| HSL | 333.33º | 0.11% | 0.68% | - |
| HSV(B) | 333.33º | 0.1% | 0.72% | - |
| XYZ | 40.53 | 39.99 | 45.12 | - |
| YUV | 171.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 173 | 0 | 0.10 | 0.05 | 0.28 | 333.33 | 0.11 | 0.68 |
| Hex | B7 | A5 | AD | 0 | A | 5 | 1C | 14D | B | 44 |
| Octal | 267 | 245 | 255 | 0 | 12 | 5 | 34 | 515 | 13 | 104 |
| Binary | 10110111 | 10100101 | 10101101 | 0 | 1010 | 101 | 11100 | 101001101 | 1011 | 1000100 |
Color Harmonies of #B7A5AD
Complementary color
Monochromatic Colors of #B7A5AD
Black with #B7A5AD
Text Example
Text Example
White with #B7A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5AD; }
p { color: rgb(183,165,173); }
H1.HeaderClassName
{
color: #B7A5AD;
}
.AnyTagClassName
{
color: #B7A5AD;
}
</style>
background-color css
<style>
a { background-color: #B7A5AD; }
a { background-color: rgb(183,165,173); }
div.DivClassName
{
background-color: #B7A5AD;
}
.BgClassName
{
background-color: #B7A5AD;
}
</style>
border-color css
<style>
span { border-color: #B7A5AD; }
span { border-color: rgb(183,165,173); }
td.TdClassName
{
border-color: #B7A5AD;
}
.TagClassName
{
border-color: #B7A5AD;
}
</style>