Shades of Silver Chalice #B2B6AC
Tints of Silver Chalice #B2B6AC
RGB
CMYK
RGB Variations
Color information
#B2B6AC (or 0xB2B6AC) is known color: Silver Chalice. HEX triplet: B2, B6 and AC. RGB value is (178,182,172). Sum of RGB (Red+Green+Blue) = 178+182+172=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B6AC is #4D4953. Grayscale: #B3B3B3. Windows color (decimal): -5065044 or 11318962. OLE color: 11318962.
HSL color Cylindrical-coordinate representation of color #B2B6AC: hue angle of 84º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B6AC is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 182 | 172 | - |
CMYK | 0.02 | 0 | 0.05 | 0.29 |
HSL | 84º | 0.06% | 0.69% | - |
HSV(B) | 84º | 0.05% | 0.71% | - |
XYZ | 42.53 | 45.9 | 45.65 | - |
YUV | 179.66 | 123.67 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 182 | 172 | 0.02 | 0 | 0.05 | 0.29 | 84 | 0.06 | 0.69 |
Hex | B2 | B6 | AC | 2 | 0 | 5 | 1D | 54 | 6 | 45 |
Octal | 262 | 266 | 254 | 2 | 0 | 5 | 35 | 124 | 6 | 105 |
Binary | 10110010 | 10110110 | 10101100 | 10 | 0 | 101 | 11101 | 1010100 | 110 | 1000101 |
Color Harmonies of #B2B6AC
Complementary color
Monochromatic Colors of #B2B6AC
Black with #B2B6AC
Text Example
Text Example
White with #B2B6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B6AC; }
p { color: rgb(178,182,172); }
H1.HeaderClassName
{
color: #B2B6AC;
}
.AnyTagClassName
{
color: #B2B6AC;
}
</style>
background-color css
<style>
a { background-color: #B2B6AC; }
a { background-color: rgb(178,182,172); }
div.DivClassName
{
background-color: #B2B6AC;
}
.BgClassName
{
background-color: #B2B6AC;
}
</style>
border-color css
<style>
span { border-color: #B2B6AC; }
span { border-color: rgb(178,182,172); }
td.TdClassName
{
border-color: #B2B6AC;
}
.TagClassName
{
border-color: #B2B6AC;
}
</style>