Shades of Silver Chalice #B2B9A8
Tints of Silver Chalice #B2B9A8
RGB
CMYK
RGB Variations
Color information
#B2B9A8 (or 0xB2B9A8) is known color: Silver Chalice. HEX triplet: B2, B9 and A8. RGB value is (178,185,168). Sum of RGB (Red+Green+Blue) = 178+185+168=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B9A8 is #4D4657. Grayscale: #B5B5B5. Windows color (decimal): -5064280 or 11057586. OLE color: 11057586.
HSL color Cylindrical-coordinate representation of color #B2B9A8: hue angle of 84.71º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2B9A8 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 185 | 168 | - |
CMYK | 0.04 | 0 | 0.09 | 0.27 |
HSL | 84.71º | 0.11% | 0.69% | - |
HSV(B) | 84.71º | 0.09% | 0.73% | - |
XYZ | 42.78 | 46.99 | 43.86 | - |
YUV | 180.97 | 120.68 | 125.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 185 | 168 | 0.04 | 0 | 0.09 | 0.27 | 84.71 | 0.11 | 0.69 |
Hex | B2 | B9 | A8 | 4 | 0 | 9 | 1B | 55 | B | 45 |
Octal | 262 | 271 | 250 | 4 | 0 | 11 | 33 | 125 | 13 | 105 |
Binary | 10110010 | 10111001 | 10101000 | 100 | 0 | 1001 | 11011 | 1010101 | 1011 | 1000101 |
Color Harmonies of #B2B9A8
Complementary color
Monochromatic Colors of #B2B9A8
Black with #B2B9A8
Text Example
Text Example
White with #B2B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9A8; }
p { color: rgb(178,185,168); }
H1.HeaderClassName
{
color: #B2B9A8;
}
.AnyTagClassName
{
color: #B2B9A8;
}
</style>
background-color css
<style>
a { background-color: #B2B9A8; }
a { background-color: rgb(178,185,168); }
div.DivClassName
{
background-color: #B2B9A8;
}
.BgClassName
{
background-color: #B2B9A8;
}
</style>
border-color css
<style>
span { border-color: #B2B9A8; }
span { border-color: rgb(178,185,168); }
td.TdClassName
{
border-color: #B2B9A8;
}
.TagClassName
{
border-color: #B2B9A8;
}
</style>