Shades of Lily #B4A3AF
Tints of Lily #B4A3AF
RGB
CMYK
RGB Variations
Color information
#B4A3AF (or 0xB4A3AF) is known color: Lily. HEX triplet: B4, A3 and AF. RGB value is (180,163,175). Sum of RGB (Red+Green+Blue) = 180+163+175=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A3AF is #4B5C50. Grayscale: #A9A9A9. Windows color (decimal): -4938833 or 11510708. OLE color: 11510708.
HSL color Cylindrical-coordinate representation of color #B4A3AF: hue angle of 317.65º 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 #B4A3AF is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 175 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.29 |
| HSL | 317.65º | 0.1% | 0.67% | - |
| HSV(B) | 317.65º | 0.09% | 0.71% | - |
| XYZ | 39.66 | 38.99 | 45.99 | - |
| YUV | 169.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 175 | 0 | 0.09 | 0.03 | 0.29 | 317.65 | 0.1 | 0.67 |
| Hex | B4 | A3 | AF | 0 | 9 | 3 | 1D | 13E | A | 43 |
| Octal | 264 | 243 | 257 | 0 | 11 | 3 | 35 | 476 | 12 | 103 |
| Binary | 10110100 | 10100011 | 10101111 | 0 | 1001 | 11 | 11101 | 100111110 | 1010 | 1000011 |
Color Harmonies of #B4A3AF
Complementary color
Monochromatic Colors of #B4A3AF
Black with #B4A3AF
Text Example
Text Example
White with #B4A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3AF; }
p { color: rgb(180,163,175); }
H1.HeaderClassName
{
color: #B4A3AF;
}
.AnyTagClassName
{
color: #B4A3AF;
}
</style>
background-color css
<style>
a { background-color: #B4A3AF; }
a { background-color: rgb(180,163,175); }
div.DivClassName
{
background-color: #B4A3AF;
}
.BgClassName
{
background-color: #B4A3AF;
}
</style>
border-color css
<style>
span { border-color: #B4A3AF; }
span { border-color: rgb(180,163,175); }
td.TdClassName
{
border-color: #B4A3AF;
}
.TagClassName
{
border-color: #B4A3AF;
}
</style>