Shades of Silver Chalice #B0B2AB
Tints of Silver Chalice #B0B2AB
RGB
CMYK
RGB Variations
Color information
#B0B2AB (or 0xB0B2AB) is known color: Silver Chalice. HEX triplet: B0, B2 and AB. RGB value is (176,178,171). Sum of RGB (Red+Green+Blue) = 176+178+171=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B2AB is #4F4D54. Grayscale: #B0B0B0. Windows color (decimal): -5197141 or 11252400. OLE color: 11252400.
HSL color Cylindrical-coordinate representation of color #B0B2AB: hue angle of 77.14º degrees, saturation: 0.04, 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 #B0B2AB is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
RGB | 176 | 178 | 171 | - |
CMYK | 0.01 | 0 | 0.04 | 0.30 |
HSL | 77.14º | 0.04% | 0.68% | - |
HSV(B) | 77.14º | 0.04% | 0.7% | - |
XYZ | 41.18 | 44.01 | 44.85 | - |
YUV | 176.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 178 | 171 | 0.01 | 0 | 0.04 | 0.30 | 77.14 | 0.04 | 0.68 |
Hex | B0 | B2 | AB | 1 | 0 | 4 | 1E | 4D | 4 | 44 |
Octal | 260 | 262 | 253 | 1 | 0 | 4 | 36 | 115 | 4 | 104 |
Binary | 10110000 | 10110010 | 10101011 | 1 | 0 | 100 | 11110 | 1001101 | 100 | 1000100 |
Color Harmonies of #B0B2AB
Complementary color
Monochromatic Colors of #B0B2AB
Black with #B0B2AB
Text Example
Text Example
White with #B0B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B2AB; }
p { color: rgb(176,178,171); }
H1.HeaderClassName
{
color: #B0B2AB;
}
.AnyTagClassName
{
color: #B0B2AB;
}
</style>
background-color css
<style>
a { background-color: #B0B2AB; }
a { background-color: rgb(176,178,171); }
div.DivClassName
{
background-color: #B0B2AB;
}
.BgClassName
{
background-color: #B0B2AB;
}
</style>
border-color css
<style>
span { border-color: #B0B2AB; }
span { border-color: rgb(176,178,171); }
td.TdClassName
{
border-color: #B0B2AB;
}
.TagClassName
{
border-color: #B0B2AB;
}
</style>