Shades of Lily #B7A5AC
Tints of Lily #B7A5AC
RGB
CMYK
RGB Variations
Color information
#B7A5AC (or 0xB7A5AC) is known color: Lily. HEX triplet: B7, A5 and AC. RGB value is (183,165,172). Sum of RGB (Red+Green+Blue) = 183+165+172=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A5AC is #485A53. Grayscale: #ABABAB. Windows color (decimal): -4741716 or 11314615. OLE color: 11314615.
HSL color Cylindrical-coordinate representation of color #B7A5AC: hue angle of 336.67º 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 #B7A5AC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 172 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.28 |
| HSL | 336.67º | 0.11% | 0.68% | - |
| HSV(B) | 336.67º | 0.1% | 0.72% | - |
| XYZ | 40.43 | 39.96 | 44.61 | - |
| YUV | 171.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 172 | 0 | 0.10 | 0.06 | 0.28 | 336.67 | 0.11 | 0.68 |
| Hex | B7 | A5 | AC | 0 | A | 6 | 1C | 151 | B | 44 |
| Octal | 267 | 245 | 254 | 0 | 12 | 6 | 34 | 521 | 13 | 104 |
| Binary | 10110111 | 10100101 | 10101100 | 0 | 1010 | 110 | 11100 | 101010001 | 1011 | 1000100 |
Color Harmonies of #B7A5AC
Complementary color
Monochromatic Colors of #B7A5AC
Black with #B7A5AC
Text Example
Text Example
White with #B7A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5AC; }
p { color: rgb(183,165,172); }
H1.HeaderClassName
{
color: #B7A5AC;
}
.AnyTagClassName
{
color: #B7A5AC;
}
</style>
background-color css
<style>
a { background-color: #B7A5AC; }
a { background-color: rgb(183,165,172); }
div.DivClassName
{
background-color: #B7A5AC;
}
.BgClassName
{
background-color: #B7A5AC;
}
</style>
border-color css
<style>
span { border-color: #B7A5AC; }
span { border-color: rgb(183,165,172); }
td.TdClassName
{
border-color: #B7A5AC;
}
.TagClassName
{
border-color: #B7A5AC;
}
</style>