Shades of Silver Chalice #B1BBA5
Tints of Silver Chalice #B1BBA5
RGB
CMYK
RGB Variations
Color information
#B1BBA5 (or 0xB1BBA5) is known color: Silver Chalice. HEX triplet: B1, BB and A5. RGB value is (177,187,165). Sum of RGB (Red+Green+Blue) = 177+187+165=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBA5 is #4E445A. Grayscale: #B5B5B5. Windows color (decimal): -5129307 or 10861489. OLE color: 10861489.
HSL color Cylindrical-coordinate representation of color #B1BBA5: hue angle of 87.27º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BBA5 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 165 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.27 |
| HSL | 87.27º | 0.14% | 0.69% | - |
| HSV(B) | 87.27º | 0.12% | 0.73% | - |
| XYZ | 42.69 | 47.6 | 42.54 | - |
| YUV | 181.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 165 | 0.05 | 0 | 0.12 | 0.27 | 87.27 | 0.14 | 0.69 |
| Hex | B1 | BB | A5 | 5 | 0 | C | 1B | 57 | E | 45 |
| Octal | 261 | 273 | 245 | 5 | 0 | 14 | 33 | 127 | 16 | 105 |
| Binary | 10110001 | 10111011 | 10100101 | 101 | 0 | 1100 | 11011 | 1010111 | 1110 | 1000101 |
Color Harmonies of #B1BBA5
Complementary color
Monochromatic Colors of #B1BBA5
Black with #B1BBA5
Text Example
Text Example
White with #B1BBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBA5; }
p { color: rgb(177,187,165); }
H1.HeaderClassName
{
color: #B1BBA5;
}
.AnyTagClassName
{
color: #B1BBA5;
}
</style>
background-color css
<style>
a { background-color: #B1BBA5; }
a { background-color: rgb(177,187,165); }
div.DivClassName
{
background-color: #B1BBA5;
}
.BgClassName
{
background-color: #B1BBA5;
}
</style>
border-color css
<style>
span { border-color: #B1BBA5; }
span { border-color: rgb(177,187,165); }
td.TdClassName
{
border-color: #B1BBA5;
}
.TagClassName
{
border-color: #B1BBA5;
}
</style>