Shades of Silver Chalice #B1B8A7
Tints of Silver Chalice #B1B8A7
RGB
CMYK
RGB Variations
Color information
#B1B8A7 (or 0xB1B8A7) is known color: Silver Chalice. HEX triplet: B1, B8 and A7. RGB value is (177,184,167). Sum of RGB (Red+Green+Blue) = 177+184+167=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B8A7 is #4E4758. Grayscale: #B4B4B4. Windows color (decimal): -5130073 or 10991793. OLE color: 10991793.
HSL color Cylindrical-coordinate representation of color #B1B8A7: hue angle of 84.71º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1B8A7 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 167 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.28 |
| HSL | 84.71º | 0.11% | 0.69% | - |
| HSV(B) | 84.71º | 0.09% | 0.72% | - |
| XYZ | 42.25 | 46.42 | 43.29 | - |
| YUV | 179.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 167 | 0.04 | 0 | 0.09 | 0.28 | 84.71 | 0.11 | 0.69 |
| Hex | B1 | B8 | A7 | 4 | 0 | 9 | 1C | 55 | B | 45 |
| Octal | 261 | 270 | 247 | 4 | 0 | 11 | 34 | 125 | 13 | 105 |
| Binary | 10110001 | 10111000 | 10100111 | 100 | 0 | 1001 | 11100 | 1010101 | 1011 | 1000101 |
Color Harmonies of #B1B8A7
Complementary color
Monochromatic Colors of #B1B8A7
Black with #B1B8A7
Text Example
Text Example
White with #B1B8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B8A7; }
p { color: rgb(177,184,167); }
H1.HeaderClassName
{
color: #B1B8A7;
}
.AnyTagClassName
{
color: #B1B8A7;
}
</style>
background-color css
<style>
a { background-color: #B1B8A7; }
a { background-color: rgb(177,184,167); }
div.DivClassName
{
background-color: #B1B8A7;
}
.BgClassName
{
background-color: #B1B8A7;
}
</style>
border-color css
<style>
span { border-color: #B1B8A7; }
span { border-color: rgb(177,184,167); }
td.TdClassName
{
border-color: #B1B8A7;
}
.TagClassName
{
border-color: #B1B8A7;
}
</style>