Shades of Lily #B5A3AB
Tints of Lily #B5A3AB
RGB
CMYK
RGB Variations
Color information
#B5A3AB (or 0xB5A3AB) is known color: Lily. HEX triplet: B5, A3 and AB. RGB value is (181,163,171). Sum of RGB (Red+Green+Blue) = 181+163+171=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3AB is #4A5C54. Grayscale: #A9A9A9. Windows color (decimal): -4873301 or 11248565. OLE color: 11248565.
HSL color Cylindrical-coordinate representation of color #B5A3AB: hue angle of 333.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A3AB is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 171 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.29 |
| HSL | 333.33º | 0.11% | 0.67% | - |
| HSV(B) | 333.33º | 0.1% | 0.71% | - |
| XYZ | 39.5 | 38.96 | 43.97 | - |
| YUV | 169.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 171 | 0 | 0.10 | 0.06 | 0.29 | 333.33 | 0.11 | 0.67 |
| Hex | B5 | A3 | AB | 0 | A | 6 | 1D | 14D | B | 43 |
| Octal | 265 | 243 | 253 | 0 | 12 | 6 | 35 | 515 | 13 | 103 |
| Binary | 10110101 | 10100011 | 10101011 | 0 | 1010 | 110 | 11101 | 101001101 | 1011 | 1000011 |
Color Harmonies of #B5A3AB
Complementary color
Monochromatic Colors of #B5A3AB
Black with #B5A3AB
Text Example
Text Example
White with #B5A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3AB; }
p { color: rgb(181,163,171); }
H1.HeaderClassName
{
color: #B5A3AB;
}
.AnyTagClassName
{
color: #B5A3AB;
}
</style>
background-color css
<style>
a { background-color: #B5A3AB; }
a { background-color: rgb(181,163,171); }
div.DivClassName
{
background-color: #B5A3AB;
}
.BgClassName
{
background-color: #B5A3AB;
}
</style>
border-color css
<style>
span { border-color: #B5A3AB; }
span { border-color: rgb(181,163,171); }
td.TdClassName
{
border-color: #B5A3AB;
}
.TagClassName
{
border-color: #B5A3AB;
}
</style>