Shades of Silver Chalice #B0B2AA
Tints of Silver Chalice #B0B2AA
RGB
CMYK
RGB Variations
Color information
#B0B2AA (or 0xB0B2AA) is known color: Silver Chalice. HEX triplet: B0, B2 and AA. RGB value is (176,178,170). Sum of RGB (Red+Green+Blue) = 176+178+170=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B2AA is #4F4D55. Grayscale: #B0B0B0. Windows color (decimal): -5197142 or 11186864. OLE color: 11186864.
HSL color Cylindrical-coordinate representation of color #B0B2AA: hue angle of 75º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0B2AA is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 170 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.30 |
| HSL | 75º | 0.05% | 0.68% | - |
| HSV(B) | 75º | 0.04% | 0.7% | - |
| XYZ | 41.08 | 43.97 | 44.35 | - |
| YUV | 176.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 170 | 0.01 | 0 | 0.04 | 0.30 | 75 | 0.05 | 0.68 |
| Hex | B0 | B2 | AA | 1 | 0 | 4 | 1E | 4B | 5 | 44 |
| Octal | 260 | 262 | 252 | 1 | 0 | 4 | 36 | 113 | 5 | 104 |
| Binary | 10110000 | 10110010 | 10101010 | 1 | 0 | 100 | 11110 | 1001011 | 101 | 1000100 |
Color Harmonies of #B0B2AA
Complementary color
Monochromatic Colors of #B0B2AA
Black with #B0B2AA
Text Example
Text Example
White with #B0B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B2AA; }
p { color: rgb(176,178,170); }
H1.HeaderClassName
{
color: #B0B2AA;
}
.AnyTagClassName
{
color: #B0B2AA;
}
</style>
background-color css
<style>
a { background-color: #B0B2AA; }
a { background-color: rgb(176,178,170); }
div.DivClassName
{
background-color: #B0B2AA;
}
.BgClassName
{
background-color: #B0B2AA;
}
</style>
border-color css
<style>
span { border-color: #B0B2AA; }
span { border-color: rgb(176,178,170); }
td.TdClassName
{
border-color: #B0B2AA;
}
.TagClassName
{
border-color: #B0B2AA;
}
</style>