Shades of Lily #B0A3AC
Tints of Lily #B0A3AC
RGB
CMYK
RGB Variations
Color information
#B0A3AC (or 0xB0A3AC) is known color: Lily. HEX triplet: B0, A3 and AC. RGB value is (176,163,172). Sum of RGB (Red+Green+Blue) = 176+163+172=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A3AC is #4F5C53. Grayscale: #A7A7A7. Windows color (decimal): -5200980 or 11314096. OLE color: 11314096.
HSL color Cylindrical-coordinate representation of color #B0A3AC: hue angle of 318.46º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0A3AC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 172 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.31 |
| HSL | 318.46º | 0.08% | 0.66% | - |
| HSV(B) | 318.46º | 0.07% | 0.69% | - |
| XYZ | 38.45 | 38.4 | 44.42 | - |
| YUV | 167.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 172 | 0 | 0.07 | 0.02 | 0.31 | 318.46 | 0.08 | 0.66 |
| Hex | B0 | A3 | AC | 0 | 7 | 2 | 1F | 13E | 8 | 42 |
| Octal | 260 | 243 | 254 | 0 | 7 | 2 | 37 | 476 | 10 | 102 |
| Binary | 10110000 | 10100011 | 10101100 | 0 | 111 | 10 | 11111 | 100111110 | 1000 | 1000010 |
Color Harmonies of #B0A3AC
Complementary color
Monochromatic Colors of #B0A3AC
Black with #B0A3AC
Text Example
Text Example
White with #B0A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A3AC; }
p { color: rgb(176,163,172); }
H1.HeaderClassName
{
color: #B0A3AC;
}
.AnyTagClassName
{
color: #B0A3AC;
}
</style>
background-color css
<style>
a { background-color: #B0A3AC; }
a { background-color: rgb(176,163,172); }
div.DivClassName
{
background-color: #B0A3AC;
}
.BgClassName
{
background-color: #B0A3AC;
}
</style>
border-color css
<style>
span { border-color: #B0A3AC; }
span { border-color: rgb(176,163,172); }
td.TdClassName
{
border-color: #B0A3AC;
}
.TagClassName
{
border-color: #B0A3AC;
}
</style>