Shades of Lily #B0A4AB
Tints of Lily #B0A4AB
RGB
CMYK
RGB Variations
Color information
#B0A4AB (or 0xB0A4AB) is known color: Lily. HEX triplet: B0, A4 and AB. RGB value is (176,164,171). Sum of RGB (Red+Green+Blue) = 176+164+171=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A4AB is #4F5B54. Grayscale: #A8A8A8. Windows color (decimal): -5200725 or 11248816. OLE color: 11248816.
HSL color Cylindrical-coordinate representation of color #B0A4AB: hue angle of 325º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0A4AB is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 171 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.31 |
| HSL | 325º | 0.07% | 0.67% | - |
| HSV(B) | 325º | 0.07% | 0.69% | - |
| XYZ | 38.53 | 38.72 | 43.97 | - |
| YUV | 168.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 171 | 0 | 0.07 | 0.03 | 0.31 | 325 | 0.07 | 0.67 |
| Hex | B0 | A4 | AB | 0 | 7 | 3 | 1F | 145 | 7 | 43 |
| Octal | 260 | 244 | 253 | 0 | 7 | 3 | 37 | 505 | 7 | 103 |
| Binary | 10110000 | 10100100 | 10101011 | 0 | 111 | 11 | 11111 | 101000101 | 111 | 1000011 |
Color Harmonies of #B0A4AB
Complementary color
Monochromatic Colors of #B0A4AB
Black with #B0A4AB
Text Example
Text Example
White with #B0A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A4AB; }
p { color: rgb(176,164,171); }
H1.HeaderClassName
{
color: #B0A4AB;
}
.AnyTagClassName
{
color: #B0A4AB;
}
</style>
background-color css
<style>
a { background-color: #B0A4AB; }
a { background-color: rgb(176,164,171); }
div.DivClassName
{
background-color: #B0A4AB;
}
.BgClassName
{
background-color: #B0A4AB;
}
</style>
border-color css
<style>
span { border-color: #B0A4AB; }
span { border-color: rgb(176,164,171); }
td.TdClassName
{
border-color: #B0A4AB;
}
.TagClassName
{
border-color: #B0A4AB;
}
</style>