Shades of Silver Chalice #B2B4AD
Tints of Silver Chalice #B2B4AD
RGB
CMYK
RGB Variations
Color information
#B2B4AD (or 0xB2B4AD) is known color: Silver Chalice. HEX triplet: B2, B4 and AD. RGB value is (178,180,173). Sum of RGB (Red+Green+Blue) = 178+180+173=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B4AD is #4D4B52. Grayscale: #B2B2B2. Windows color (decimal): -5065555 or 11383986. OLE color: 11383986.
HSL color Cylindrical-coordinate representation of color #B2B4AD: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2B4AD is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 173 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.29 |
| HSL | 77.14º | 0.04% | 0.69% | - |
| HSV(B) | 77.14º | 0.04% | 0.71% | - |
| XYZ | 42.22 | 45.12 | 46.02 | - |
| YUV | 178.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 173 | 0.01 | 0 | 0.04 | 0.29 | 77.14 | 0.04 | 0.69 |
| Hex | B2 | B4 | AD | 1 | 0 | 4 | 1D | 4D | 4 | 45 |
| Octal | 262 | 264 | 255 | 1 | 0 | 4 | 35 | 115 | 4 | 105 |
| Binary | 10110010 | 10110100 | 10101101 | 1 | 0 | 100 | 11101 | 1001101 | 100 | 1000101 |
Color Harmonies of #B2B4AD
Complementary color
Monochromatic Colors of #B2B4AD
Black with #B2B4AD
Text Example
Text Example
White with #B2B4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B4AD; }
p { color: rgb(178,180,173); }
H1.HeaderClassName
{
color: #B2B4AD;
}
.AnyTagClassName
{
color: #B2B4AD;
}
</style>
background-color css
<style>
a { background-color: #B2B4AD; }
a { background-color: rgb(178,180,173); }
div.DivClassName
{
background-color: #B2B4AD;
}
.BgClassName
{
background-color: #B2B4AD;
}
</style>
border-color css
<style>
span { border-color: #B2B4AD; }
span { border-color: rgb(178,180,173); }
td.TdClassName
{
border-color: #B2B4AD;
}
.TagClassName
{
border-color: #B2B4AD;
}
</style>