Shades of Silver Chalice #B0B3AB
Tints of Silver Chalice #B0B3AB
RGB
CMYK
RGB Variations
Color information
#B0B3AB (or 0xB0B3AB) is known color: Silver Chalice. HEX triplet: B0, B3 and AB. RGB value is (176,179,171). Sum of RGB (Red+Green+Blue) = 176+179+171=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3AB is #4F4C54. Grayscale: #B1B1B1. Windows color (decimal): -5196885 or 11252656. OLE color: 11252656.
HSL color Cylindrical-coordinate representation of color #B0B3AB: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0B3AB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 171 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.30 |
| HSL | 82.5º | 0.05% | 0.69% | - |
| HSV(B) | 82.5º | 0.04% | 0.7% | - |
| XYZ | 41.38 | 44.41 | 44.92 | - |
| YUV | 177.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 171 | 0.02 | 0 | 0.04 | 0.30 | 82.5 | 0.05 | 0.69 |
| Hex | B0 | B3 | AB | 2 | 0 | 4 | 1E | 52 | 5 | 45 |
| Octal | 260 | 263 | 253 | 2 | 0 | 4 | 36 | 122 | 5 | 105 |
| Binary | 10110000 | 10110011 | 10101011 | 10 | 0 | 100 | 11110 | 1010010 | 101 | 1000101 |
Color Harmonies of #B0B3AB
Complementary color
Monochromatic Colors of #B0B3AB
Black with #B0B3AB
Text Example
Text Example
White with #B0B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B3AB; }
p { color: rgb(176,179,171); }
H1.HeaderClassName
{
color: #B0B3AB;
}
.AnyTagClassName
{
color: #B0B3AB;
}
</style>
background-color css
<style>
a { background-color: #B0B3AB; }
a { background-color: rgb(176,179,171); }
div.DivClassName
{
background-color: #B0B3AB;
}
.BgClassName
{
background-color: #B0B3AB;
}
</style>
border-color css
<style>
span { border-color: #B0B3AB; }
span { border-color: rgb(176,179,171); }
td.TdClassName
{
border-color: #B0B3AB;
}
.TagClassName
{
border-color: #B0B3AB;
}
</style>