Shades of Silver Chalice #B2B7A8
Tints of Silver Chalice #B2B7A8
RGB
CMYK
RGB Variations
Color information
#B2B7A8 (or 0xB2B7A8) is known color: Silver Chalice. HEX triplet: B2, B7 and A8. RGB value is (178,183,168). Sum of RGB (Red+Green+Blue) = 178+183+168=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B7A8 is #4D4857. Grayscale: #B3B3B3. Windows color (decimal): -5064792 or 11057074. OLE color: 11057074.
HSL color Cylindrical-coordinate representation of color #B2B7A8: hue angle of 80º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2B7A8 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 178 | 183 | 168 | - |
CMYK | 0.03 | 0 | 0.08 | 0.28 |
HSL | 80º | 0.09% | 0.69% | - |
HSV(B) | 80º | 0.08% | 0.72% | - |
XYZ | 42.36 | 46.16 | 43.72 | - |
YUV | 179.8 | 121.34 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 183 | 168 | 0.03 | 0 | 0.08 | 0.28 | 80 | 0.09 | 0.69 |
Hex | B2 | B7 | A8 | 3 | 0 | 8 | 1C | 50 | 9 | 45 |
Octal | 262 | 267 | 250 | 3 | 0 | 10 | 34 | 120 | 11 | 105 |
Binary | 10110010 | 10110111 | 10101000 | 11 | 0 | 1000 | 11100 | 1010000 | 1001 | 1000101 |
Color Harmonies of #B2B7A8
Complementary color
Monochromatic Colors of #B2B7A8
Black with #B2B7A8
Text Example
Text Example
White with #B2B7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B7A8; }
p { color: rgb(178,183,168); }
H1.HeaderClassName
{
color: #B2B7A8;
}
.AnyTagClassName
{
color: #B2B7A8;
}
</style>
background-color css
<style>
a { background-color: #B2B7A8; }
a { background-color: rgb(178,183,168); }
div.DivClassName
{
background-color: #B2B7A8;
}
.BgClassName
{
background-color: #B2B7A8;
}
</style>
border-color css
<style>
span { border-color: #B2B7A8; }
span { border-color: rgb(178,183,168); }
td.TdClassName
{
border-color: #B2B7A8;
}
.TagClassName
{
border-color: #B2B7A8;
}
</style>