Shades of Silver Chalice #B0B8A2
Tints of Silver Chalice #B0B8A2
RGB
CMYK
RGB Variations
Color information
#B0B8A2 (or 0xB0B8A2) is known color: Silver Chalice. HEX triplet: B0, B8 and A2. RGB value is (176,184,162). Sum of RGB (Red+Green+Blue) = 176+184+162=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B8A2 is #4F475D. Grayscale: #B3B3B3. Windows color (decimal): -5195614 or 10664112. OLE color: 10664112.
HSL color Cylindrical-coordinate representation of color #B0B8A2: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B8A2 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 162 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.28 |
| HSL | 81.82º | 0.13% | 0.68% | - |
| HSV(B) | 81.82º | 0.12% | 0.72% | - |
| XYZ | 41.57 | 46.12 | 40.89 | - |
| YUV | 179.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 162 | 0.04 | 0 | 0.12 | 0.28 | 81.82 | 0.13 | 0.68 |
| Hex | B0 | B8 | A2 | 4 | 0 | C | 1C | 52 | D | 44 |
| Octal | 260 | 270 | 242 | 4 | 0 | 14 | 34 | 122 | 15 | 104 |
| Binary | 10110000 | 10111000 | 10100010 | 100 | 0 | 1100 | 11100 | 1010010 | 1101 | 1000100 |
Color Harmonies of #B0B8A2
Complementary color
Monochromatic Colors of #B0B8A2
Black with #B0B8A2
Text Example
Text Example
White with #B0B8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B8A2; }
p { color: rgb(176,184,162); }
H1.HeaderClassName
{
color: #B0B8A2;
}
.AnyTagClassName
{
color: #B0B8A2;
}
</style>
background-color css
<style>
a { background-color: #B0B8A2; }
a { background-color: rgb(176,184,162); }
div.DivClassName
{
background-color: #B0B8A2;
}
.BgClassName
{
background-color: #B0B8A2;
}
</style>
border-color css
<style>
span { border-color: #B0B8A2; }
span { border-color: rgb(176,184,162); }
td.TdClassName
{
border-color: #B0B8A2;
}
.TagClassName
{
border-color: #B0B8A2;
}
</style>