Shades of Silver Chalice #B2B6AB
Tints of Silver Chalice #B2B6AB
RGB
CMYK
RGB Variations
Color information
#B2B6AB (or 0xB2B6AB) is known color: Silver Chalice. HEX triplet: B2, B6 and AB. RGB value is (178,182,171). Sum of RGB (Red+Green+Blue) = 178+182+171=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B6AB is #4D4954. Grayscale: #B3B3B3. Windows color (decimal): -5065045 or 11253426. OLE color: 11253426.
HSL color Cylindrical-coordinate representation of color #B2B6AB: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2B6AB is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 182 | 171 | - |
CMYK | 0.02 | 0 | 0.06 | 0.29 |
HSL | 81.82º | 0.07% | 0.69% | - |
HSV(B) | 81.82º | 0.06% | 0.71% | - |
XYZ | 42.44 | 45.86 | 45.14 | - |
YUV | 179.55 | 123.17 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 182 | 171 | 0.02 | 0 | 0.06 | 0.29 | 81.82 | 0.07 | 0.69 |
Hex | B2 | B6 | AB | 2 | 0 | 6 | 1D | 52 | 7 | 45 |
Octal | 262 | 266 | 253 | 2 | 0 | 6 | 35 | 122 | 7 | 105 |
Binary | 10110010 | 10110110 | 10101011 | 10 | 0 | 110 | 11101 | 1010010 | 111 | 1000101 |
Color Harmonies of #B2B6AB
Complementary color
Monochromatic Colors of #B2B6AB
Black with #B2B6AB
Text Example
Text Example
White with #B2B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B6AB; }
p { color: rgb(178,182,171); }
H1.HeaderClassName
{
color: #B2B6AB;
}
.AnyTagClassName
{
color: #B2B6AB;
}
</style>
background-color css
<style>
a { background-color: #B2B6AB; }
a { background-color: rgb(178,182,171); }
div.DivClassName
{
background-color: #B2B6AB;
}
.BgClassName
{
background-color: #B2B6AB;
}
</style>
border-color css
<style>
span { border-color: #B2B6AB; }
span { border-color: rgb(178,182,171); }
td.TdClassName
{
border-color: #B2B6AB;
}
.TagClassName
{
border-color: #B2B6AB;
}
</style>