Shades of Silver Chalice #B0B1AD
Tints of Silver Chalice #B0B1AD
RGB
CMYK
RGB Variations
Color information
#B0B1AD (or 0xB0B1AD) is known color: Silver Chalice. HEX triplet: B0, B1 and AD. RGB value is (176,177,173). Sum of RGB (Red+Green+Blue) = 176+177+173=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1AD is #4F4E52. Grayscale: #B0B0B0. Windows color (decimal): -5197395 or 11383216. OLE color: 11383216.
HSL color Cylindrical-coordinate representation of color #B0B1AD: hue angle of 75º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0B1AD is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 173 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.31 |
| HSL | 75º | 0.03% | 0.69% | - |
| HSV(B) | 75º | 0.02% | 0.69% | - |
| XYZ | 41.17 | 43.69 | 45.8 | - |
| YUV | 176.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 173 | 0.01 | 0 | 0.02 | 0.31 | 75 | 0.03 | 0.69 |
| Hex | B0 | B1 | AD | 1 | 0 | 2 | 1F | 4B | 2 | 45 |
| Octal | 260 | 261 | 255 | 1 | 0 | 2 | 37 | 113 | 2 | 105 |
| Binary | 10110000 | 10110001 | 10101101 | 1 | 0 | 10 | 11111 | 1001011 | 10 | 1000101 |
Color Harmonies of #B0B1AD
Complementary color
Monochromatic Colors of #B0B1AD
Black with #B0B1AD
Text Example
Text Example
White with #B0B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B1AD; }
p { color: rgb(176,177,173); }
H1.HeaderClassName
{
color: #B0B1AD;
}
.AnyTagClassName
{
color: #B0B1AD;
}
</style>
background-color css
<style>
a { background-color: #B0B1AD; }
a { background-color: rgb(176,177,173); }
div.DivClassName
{
background-color: #B0B1AD;
}
.BgClassName
{
background-color: #B0B1AD;
}
</style>
border-color css
<style>
span { border-color: #B0B1AD; }
span { border-color: rgb(176,177,173); }
td.TdClassName
{
border-color: #B0B1AD;
}
.TagClassName
{
border-color: #B0B1AD;
}
</style>