Shades of Lily #B7A3AB
Tints of Lily #B7A3AB
RGB
CMYK
RGB Variations
Color information
#B7A3AB (or 0xB7A3AB) is known color: Lily. HEX triplet: B7, A3 and AB. RGB value is (183,163,171). Sum of RGB (Red+Green+Blue) = 183+163+171=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A3AB is #485C54. Grayscale: #A9A9A9. Windows color (decimal): -4742229 or 11248567. OLE color: 11248567.
HSL color Cylindrical-coordinate representation of color #B7A3AB: hue angle of 336º 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 #B7A3AB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 171 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.28 |
| HSL | 336º | 0.12% | 0.68% | - |
| HSV(B) | 336º | 0.11% | 0.72% | - |
| XYZ | 39.98 | 39.2 | 43.99 | - |
| YUV | 169.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 171 | 0 | 0.11 | 0.07 | 0.28 | 336 | 0.12 | 0.68 |
| Hex | B7 | A3 | AB | 0 | B | 7 | 1C | 150 | C | 44 |
| Octal | 267 | 243 | 253 | 0 | 13 | 7 | 34 | 520 | 14 | 104 |
| Binary | 10110111 | 10100011 | 10101011 | 0 | 1011 | 111 | 11100 | 101010000 | 1100 | 1000100 |
Color Harmonies of #B7A3AB
Complementary color
Monochromatic Colors of #B7A3AB
Black with #B7A3AB
Text Example
Text Example
White with #B7A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A3AB; }
p { color: rgb(183,163,171); }
H1.HeaderClassName
{
color: #B7A3AB;
}
.AnyTagClassName
{
color: #B7A3AB;
}
</style>
background-color css
<style>
a { background-color: #B7A3AB; }
a { background-color: rgb(183,163,171); }
div.DivClassName
{
background-color: #B7A3AB;
}
.BgClassName
{
background-color: #B7A3AB;
}
</style>
border-color css
<style>
span { border-color: #B7A3AB; }
span { border-color: rgb(183,163,171); }
td.TdClassName
{
border-color: #B7A3AB;
}
.TagClassName
{
border-color: #B7A3AB;
}
</style>