Shades of Silver Chalice #B0B2A8
Tints of Silver Chalice #B0B2A8
RGB
CMYK
RGB Variations
Color information
#B0B2A8 (or 0xB0B2A8) is known color: Silver Chalice. HEX triplet: B0, B2 and A8. RGB value is (176,178,168). Sum of RGB (Red+Green+Blue) = 176+178+168=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B2A8 is #4F4D57. Grayscale: #B0B0B0. Windows color (decimal): -5197144 or 11055792. OLE color: 11055792.
HSL color Cylindrical-coordinate representation of color #B0B2A8: hue angle of 72º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0B2A8 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 168 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.30 |
| HSL | 72º | 0.06% | 0.68% | - |
| HSV(B) | 72º | 0.06% | 0.7% | - |
| XYZ | 40.89 | 43.9 | 43.36 | - |
| YUV | 176.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 168 | 0.01 | 0 | 0.06 | 0.30 | 72 | 0.06 | 0.68 |
| Hex | B0 | B2 | A8 | 1 | 0 | 6 | 1E | 48 | 6 | 44 |
| Octal | 260 | 262 | 250 | 1 | 0 | 6 | 36 | 110 | 6 | 104 |
| Binary | 10110000 | 10110010 | 10101000 | 1 | 0 | 110 | 11110 | 1001000 | 110 | 1000100 |
Color Harmonies of #B0B2A8
Complementary color
Monochromatic Colors of #B0B2A8
Black with #B0B2A8
Text Example
Text Example
White with #B0B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B2A8; }
p { color: rgb(176,178,168); }
H1.HeaderClassName
{
color: #B0B2A8;
}
.AnyTagClassName
{
color: #B0B2A8;
}
</style>
background-color css
<style>
a { background-color: #B0B2A8; }
a { background-color: rgb(176,178,168); }
div.DivClassName
{
background-color: #B0B2A8;
}
.BgClassName
{
background-color: #B0B2A8;
}
</style>
border-color css
<style>
span { border-color: #B0B2A8; }
span { border-color: rgb(176,178,168); }
td.TdClassName
{
border-color: #B0B2A8;
}
.TagClassName
{
border-color: #B0B2A8;
}
</style>