Shades of Lily #B7A1AF
Tints of Lily #B7A1AF
RGB
CMYK
RGB Variations
Color information
#B7A1AF (or 0xB7A1AF) is known color: Lily. HEX triplet: B7, A1 and AF. RGB value is (183,161,175). Sum of RGB (Red+Green+Blue) = 183+161+175=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A1AF is #485E50. Grayscale: #A9A9A9. Windows color (decimal): -4742737 or 11510199. OLE color: 11510199.
HSL color Cylindrical-coordinate representation of color #B7A1AF: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7A1AF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 175 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.28 |
| HSL | 321.82º | 0.13% | 0.67% | - |
| HSV(B) | 321.82º | 0.12% | 0.72% | - |
| XYZ | 40.01 | 38.65 | 45.91 | - |
| YUV | 169.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 175 | 0 | 0.12 | 0.04 | 0.28 | 321.82 | 0.13 | 0.67 |
| Hex | B7 | A1 | AF | 0 | C | 4 | 1C | 142 | D | 43 |
| Octal | 267 | 241 | 257 | 0 | 14 | 4 | 34 | 502 | 15 | 103 |
| Binary | 10110111 | 10100001 | 10101111 | 0 | 1100 | 100 | 11100 | 101000010 | 1101 | 1000011 |
Color Harmonies of #B7A1AF
Complementary color
Monochromatic Colors of #B7A1AF
Black with #B7A1AF
Text Example
Text Example
White with #B7A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A1AF; }
p { color: rgb(183,161,175); }
H1.HeaderClassName
{
color: #B7A1AF;
}
.AnyTagClassName
{
color: #B7A1AF;
}
</style>
background-color css
<style>
a { background-color: #B7A1AF; }
a { background-color: rgb(183,161,175); }
div.DivClassName
{
background-color: #B7A1AF;
}
.BgClassName
{
background-color: #B7A1AF;
}
</style>
border-color css
<style>
span { border-color: #B7A1AF; }
span { border-color: rgb(183,161,175); }
td.TdClassName
{
border-color: #B7A1AF;
}
.TagClassName
{
border-color: #B7A1AF;
}
</style>