Shades of Silver Chalice #B0B7A9
Tints of Silver Chalice #B0B7A9
RGB
CMYK
RGB Variations
Color information
#B0B7A9 (or 0xB0B7A9) is known color: Silver Chalice. HEX triplet: B0, B7 and A9. RGB value is (176,183,169). Sum of RGB (Red+Green+Blue) = 176+183+169=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B7A9 is #4F4856. Grayscale: #B3B3B3. Windows color (decimal): -5195863 or 11122608. OLE color: 11122608.
HSL color Cylindrical-coordinate representation of color #B0B7A9: hue angle of 90º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0B7A9 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 169 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.28 |
| HSL | 90º | 0.09% | 0.69% | - |
| HSV(B) | 90º | 0.08% | 0.72% | - |
| XYZ | 42 | 45.96 | 44.19 | - |
| YUV | 179.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 169 | 0.04 | 0 | 0.08 | 0.28 | 90 | 0.09 | 0.69 |
| Hex | B0 | B7 | A9 | 4 | 0 | 8 | 1C | 5A | 9 | 45 |
| Octal | 260 | 267 | 251 | 4 | 0 | 10 | 34 | 132 | 11 | 105 |
| Binary | 10110000 | 10110111 | 10101001 | 100 | 0 | 1000 | 11100 | 1011010 | 1001 | 1000101 |
Color Harmonies of #B0B7A9
Complementary color
Monochromatic Colors of #B0B7A9
Black with #B0B7A9
Text Example
Text Example
White with #B0B7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B7A9; }
p { color: rgb(176,183,169); }
H1.HeaderClassName
{
color: #B0B7A9;
}
.AnyTagClassName
{
color: #B0B7A9;
}
</style>
background-color css
<style>
a { background-color: #B0B7A9; }
a { background-color: rgb(176,183,169); }
div.DivClassName
{
background-color: #B0B7A9;
}
.BgClassName
{
background-color: #B0B7A9;
}
</style>
border-color css
<style>
span { border-color: #B0B7A9; }
span { border-color: rgb(176,183,169); }
td.TdClassName
{
border-color: #B0B7A9;
}
.TagClassName
{
border-color: #B0B7A9;
}
</style>