Shades of Lily #B7A7AC
Tints of Lily #B7A7AC
RGB
CMYK
RGB Variations
Color information
#B7A7AC (or 0xB7A7AC) is known color: Lily. HEX triplet: B7, A7 and AC. RGB value is (183,167,172). Sum of RGB (Red+Green+Blue) = 183+167+172=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A7AC is #485853. Grayscale: #ACACAC. Windows color (decimal): -4741204 or 11315127. OLE color: 11315127.
HSL color Cylindrical-coordinate representation of color #B7A7AC: hue angle of 341.25º 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 #B7A7AC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 172 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.28 |
| HSL | 341.25º | 0.1% | 0.69% | - |
| HSV(B) | 341.25º | 0.09% | 0.72% | - |
| XYZ | 40.79 | 40.68 | 44.73 | - |
| YUV | 172.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 172 | 0 | 0.09 | 0.06 | 0.28 | 341.25 | 0.1 | 0.69 |
| Hex | B7 | A7 | AC | 0 | 9 | 6 | 1C | 155 | A | 45 |
| Octal | 267 | 247 | 254 | 0 | 11 | 6 | 34 | 525 | 12 | 105 |
| Binary | 10110111 | 10100111 | 10101100 | 0 | 1001 | 110 | 11100 | 101010101 | 1010 | 1000101 |
Color Harmonies of #B7A7AC
Complementary color
Monochromatic Colors of #B7A7AC
Black with #B7A7AC
Text Example
Text Example
White with #B7A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7AC; }
p { color: rgb(183,167,172); }
H1.HeaderClassName
{
color: #B7A7AC;
}
.AnyTagClassName
{
color: #B7A7AC;
}
</style>
background-color css
<style>
a { background-color: #B7A7AC; }
a { background-color: rgb(183,167,172); }
div.DivClassName
{
background-color: #B7A7AC;
}
.BgClassName
{
background-color: #B7A7AC;
}
</style>
border-color css
<style>
span { border-color: #B7A7AC; }
span { border-color: rgb(183,167,172); }
td.TdClassName
{
border-color: #B7A7AC;
}
.TagClassName
{
border-color: #B7A7AC;
}
</style>