Shades of Silver Chalice #B1B6A8
Tints of Silver Chalice #B1B6A8
RGB
CMYK
RGB Variations
Color information
#B1B6A8 (or 0xB1B6A8) is known color: Silver Chalice. HEX triplet: B1, B6 and A8. RGB value is (177,182,168). Sum of RGB (Red+Green+Blue) = 177+182+168=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B6A8 is #4E4957. Grayscale: #B2B2B2. Windows color (decimal): -5130584 or 11056817. OLE color: 11056817.
HSL color Cylindrical-coordinate representation of color #B1B6A8: hue angle of 81.43º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1B6A8 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
RGB | 177 | 182 | 168 | - |
CMYK | 0.03 | 0 | 0.08 | 0.29 |
HSL | 81.43º | 0.09% | 0.69% | - |
HSV(B) | 81.43º | 0.08% | 0.71% | - |
XYZ | 41.93 | 45.63 | 43.64 | - |
YUV | 178.91 | 121.84 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 182 | 168 | 0.03 | 0 | 0.08 | 0.29 | 81.43 | 0.09 | 0.69 |
Hex | B1 | B6 | A8 | 3 | 0 | 8 | 1D | 51 | 9 | 45 |
Octal | 261 | 266 | 250 | 3 | 0 | 10 | 35 | 121 | 11 | 105 |
Binary | 10110001 | 10110110 | 10101000 | 11 | 0 | 1000 | 11101 | 1010001 | 1001 | 1000101 |
Color Harmonies of #B1B6A8
Complementary color
Monochromatic Colors of #B1B6A8
Black with #B1B6A8
Text Example
Text Example
White with #B1B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B6A8; }
p { color: rgb(177,182,168); }
H1.HeaderClassName
{
color: #B1B6A8;
}
.AnyTagClassName
{
color: #B1B6A8;
}
</style>
background-color css
<style>
a { background-color: #B1B6A8; }
a { background-color: rgb(177,182,168); }
div.DivClassName
{
background-color: #B1B6A8;
}
.BgClassName
{
background-color: #B1B6A8;
}
</style>
border-color css
<style>
span { border-color: #B1B6A8; }
span { border-color: rgb(177,182,168); }
td.TdClassName
{
border-color: #B1B6A8;
}
.TagClassName
{
border-color: #B1B6A8;
}
</style>