Shades of Lily #B7A7AF
Tints of Lily #B7A7AF
RGB
CMYK
RGB Variations
Color information
#B7A7AF (or 0xB7A7AF) is known color: Lily. HEX triplet: B7, A7 and AF. RGB value is (183,167,175). Sum of RGB (Red+Green+Blue) = 183+167+175=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A7AF is #485850. Grayscale: #ACACAC. Windows color (decimal): -4741201 or 11511735. OLE color: 11511735.
HSL color Cylindrical-coordinate representation of color #B7A7AF: hue angle of 330º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7A7AF is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 175 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.28 |
| HSL | 330º | 0.1% | 0.69% | - |
| HSV(B) | 330º | 0.09% | 0.72% | - |
| XYZ | 41.09 | 40.8 | 46.27 | - |
| YUV | 172.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 175 | 0 | 0.09 | 0.04 | 0.28 | 330 | 0.1 | 0.69 |
| Hex | B7 | A7 | AF | 0 | 9 | 4 | 1C | 14A | A | 45 |
| Octal | 267 | 247 | 257 | 0 | 11 | 4 | 34 | 512 | 12 | 105 |
| Binary | 10110111 | 10100111 | 10101111 | 0 | 1001 | 100 | 11100 | 101001010 | 1010 | 1000101 |
Color Harmonies of #B7A7AF
Complementary color
Monochromatic Colors of #B7A7AF
Black with #B7A7AF
Text Example
Text Example
White with #B7A7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7AF; }
p { color: rgb(183,167,175); }
H1.HeaderClassName
{
color: #B7A7AF;
}
.AnyTagClassName
{
color: #B7A7AF;
}
</style>
background-color css
<style>
a { background-color: #B7A7AF; }
a { background-color: rgb(183,167,175); }
div.DivClassName
{
background-color: #B7A7AF;
}
.BgClassName
{
background-color: #B7A7AF;
}
</style>
border-color css
<style>
span { border-color: #B7A7AF; }
span { border-color: rgb(183,167,175); }
td.TdClassName
{
border-color: #B7A7AF;
}
.TagClassName
{
border-color: #B7A7AF;
}
</style>