Shades of Lily #B4A3AB
Tints of Lily #B4A3AB
RGB
CMYK
RGB Variations
Color information
#B4A3AB (or 0xB4A3AB) is known color: Lily. HEX triplet: B4, A3 and AB. RGB value is (180,163,171). Sum of RGB (Red+Green+Blue) = 180+163+171=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A3AB is #4B5C54. Grayscale: #A8A8A8. Windows color (decimal): -4938837 or 11248564. OLE color: 11248564.
HSL color Cylindrical-coordinate representation of color #B4A3AB: hue angle of 331.76º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A3AB is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 171 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.29 |
| HSL | 331.76º | 0.1% | 0.67% | - |
| HSV(B) | 331.76º | 0.09% | 0.71% | - |
| XYZ | 39.27 | 38.84 | 43.95 | - |
| YUV | 169 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 171 | 0 | 0.09 | 0.05 | 0.29 | 331.76 | 0.1 | 0.67 |
| Hex | B4 | A3 | AB | 0 | 9 | 5 | 1D | 14C | A | 43 |
| Octal | 264 | 243 | 253 | 0 | 11 | 5 | 35 | 514 | 12 | 103 |
| Binary | 10110100 | 10100011 | 10101011 | 0 | 1001 | 101 | 11101 | 101001100 | 1010 | 1000011 |
Color Harmonies of #B4A3AB
Complementary color
Monochromatic Colors of #B4A3AB
Black with #B4A3AB
Text Example
Text Example
White with #B4A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3AB; }
p { color: rgb(180,163,171); }
H1.HeaderClassName
{
color: #B4A3AB;
}
.AnyTagClassName
{
color: #B4A3AB;
}
</style>
background-color css
<style>
a { background-color: #B4A3AB; }
a { background-color: rgb(180,163,171); }
div.DivClassName
{
background-color: #B4A3AB;
}
.BgClassName
{
background-color: #B4A3AB;
}
</style>
border-color css
<style>
span { border-color: #B4A3AB; }
span { border-color: rgb(180,163,171); }
td.TdClassName
{
border-color: #B4A3AB;
}
.TagClassName
{
border-color: #B4A3AB;
}
</style>