Shades of Lily #B7A3AD
Tints of Lily #B7A3AD
RGB
CMYK
RGB Variations
Color information
#B7A3AD (or 0xB7A3AD) is known color: Lily. HEX triplet: B7, A3 and AD. RGB value is (183,163,173). Sum of RGB (Red+Green+Blue) = 183+163+173=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A3AD is #485C52. Grayscale: #AAAAAA. Windows color (decimal): -4742227 or 11379639. OLE color: 11379639.
HSL color Cylindrical-coordinate representation of color #B7A3AD: hue angle of 330º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7A3AD is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 173 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.28 |
| HSL | 330º | 0.12% | 0.68% | - |
| HSV(B) | 330º | 0.11% | 0.72% | - |
| XYZ | 40.17 | 39.28 | 45 | - |
| YUV | 170.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 173 | 0 | 0.11 | 0.05 | 0.28 | 330 | 0.12 | 0.68 |
| Hex | B7 | A3 | AD | 0 | B | 5 | 1C | 14A | C | 44 |
| Octal | 267 | 243 | 255 | 0 | 13 | 5 | 34 | 512 | 14 | 104 |
| Binary | 10110111 | 10100011 | 10101101 | 0 | 1011 | 101 | 11100 | 101001010 | 1100 | 1000100 |
Color Harmonies of #B7A3AD
Complementary color
Monochromatic Colors of #B7A3AD
Black with #B7A3AD
Text Example
Text Example
White with #B7A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A3AD; }
p { color: rgb(183,163,173); }
H1.HeaderClassName
{
color: #B7A3AD;
}
.AnyTagClassName
{
color: #B7A3AD;
}
</style>
background-color css
<style>
a { background-color: #B7A3AD; }
a { background-color: rgb(183,163,173); }
div.DivClassName
{
background-color: #B7A3AD;
}
.BgClassName
{
background-color: #B7A3AD;
}
</style>
border-color css
<style>
span { border-color: #B7A3AD; }
span { border-color: rgb(183,163,173); }
td.TdClassName
{
border-color: #B7A3AD;
}
.TagClassName
{
border-color: #B7A3AD;
}
</style>