Shades of Silver Chalice #B0B3A9
Tints of Silver Chalice #B0B3A9
RGB
CMYK
RGB Variations
Color information
#B0B3A9 (or 0xB0B3A9) is known color: Silver Chalice. HEX triplet: B0, B3 and A9. RGB value is (176,179,169). Sum of RGB (Red+Green+Blue) = 176+179+169=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3A9 is #4F4C56. Grayscale: #B1B1B1. Windows color (decimal): -5196887 or 11121584. OLE color: 11121584.
HSL color Cylindrical-coordinate representation of color #B0B3A9: hue angle of 78º 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 #B0B3A9 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 169 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.30 |
| HSL | 78º | 0.06% | 0.68% | - |
| HSV(B) | 78º | 0.06% | 0.7% | - |
| XYZ | 41.19 | 44.33 | 43.92 | - |
| YUV | 176.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 169 | 0.02 | 0 | 0.06 | 0.30 | 78 | 0.06 | 0.68 |
| Hex | B0 | B3 | A9 | 2 | 0 | 6 | 1E | 4E | 6 | 44 |
| Octal | 260 | 263 | 251 | 2 | 0 | 6 | 36 | 116 | 6 | 104 |
| Binary | 10110000 | 10110011 | 10101001 | 10 | 0 | 110 | 11110 | 1001110 | 110 | 1000100 |
Color Harmonies of #B0B3A9
Complementary color
Monochromatic Colors of #B0B3A9
Black with #B0B3A9
Text Example
Text Example
White with #B0B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B3A9; }
p { color: rgb(176,179,169); }
H1.HeaderClassName
{
color: #B0B3A9;
}
.AnyTagClassName
{
color: #B0B3A9;
}
</style>
background-color css
<style>
a { background-color: #B0B3A9; }
a { background-color: rgb(176,179,169); }
div.DivClassName
{
background-color: #B0B3A9;
}
.BgClassName
{
background-color: #B0B3A9;
}
</style>
border-color css
<style>
span { border-color: #B0B3A9; }
span { border-color: rgb(176,179,169); }
td.TdClassName
{
border-color: #B0B3A9;
}
.TagClassName
{
border-color: #B0B3A9;
}
</style>