Shades of Silver Chalice #B1B8A6
Tints of Silver Chalice #B1B8A6
RGB
CMYK
RGB Variations
Color information
#B1B8A6 (or 0xB1B8A6) is known color: Silver Chalice. HEX triplet: B1, B8 and A6. RGB value is (177,184,166). Sum of RGB (Red+Green+Blue) = 177+184+166=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B8A6 is #4E4759. Grayscale: #B3B3B3. Windows color (decimal): -5130074 or 10926257. OLE color: 10926257.
HSL color Cylindrical-coordinate representation of color #B1B8A6: hue angle of 83.33º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1B8A6 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 166 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.28 |
| HSL | 83.33º | 0.11% | 0.69% | - |
| HSV(B) | 83.33º | 0.1% | 0.72% | - |
| XYZ | 42.15 | 46.38 | 42.81 | - |
| YUV | 179.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 166 | 0.04 | 0 | 0.10 | 0.28 | 83.33 | 0.11 | 0.69 |
| Hex | B1 | B8 | A6 | 4 | 0 | A | 1C | 53 | B | 45 |
| Octal | 261 | 270 | 246 | 4 | 0 | 12 | 34 | 123 | 13 | 105 |
| Binary | 10110001 | 10111000 | 10100110 | 100 | 0 | 1010 | 11100 | 1010011 | 1011 | 1000101 |
Color Harmonies of #B1B8A6
Complementary color
Monochromatic Colors of #B1B8A6
Black with #B1B8A6
Text Example
Text Example
White with #B1B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B8A6; }
p { color: rgb(177,184,166); }
H1.HeaderClassName
{
color: #B1B8A6;
}
.AnyTagClassName
{
color: #B1B8A6;
}
</style>
background-color css
<style>
a { background-color: #B1B8A6; }
a { background-color: rgb(177,184,166); }
div.DivClassName
{
background-color: #B1B8A6;
}
.BgClassName
{
background-color: #B1B8A6;
}
</style>
border-color css
<style>
span { border-color: #B1B8A6; }
span { border-color: rgb(177,184,166); }
td.TdClassName
{
border-color: #B1B8A6;
}
.TagClassName
{
border-color: #B1B8A6;
}
</style>