Shades of Silver Chalice #B0BCA2
Tints of Silver Chalice #B0BCA2
RGB
CMYK
RGB Variations
Color information
#B0BCA2 (or 0xB0BCA2) is known color: Silver Chalice. HEX triplet: B0, BC and A2. RGB value is (176,188,162). Sum of RGB (Red+Green+Blue) = 176+188+162=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCA2 is #4F435D. Grayscale: #B5B5B5. Windows color (decimal): -5194590 or 10665136. OLE color: 10665136.
HSL color Cylindrical-coordinate representation of color #B0BCA2: hue angle of 87.69º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BCA2 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 162 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.26 |
| HSL | 87.69º | 0.16% | 0.69% | - |
| HSV(B) | 87.69º | 0.14% | 0.74% | - |
| XYZ | 42.41 | 47.81 | 41.17 | - |
| YUV | 181.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 162 | 0.06 | 0 | 0.14 | 0.26 | 87.69 | 0.16 | 0.69 |
| Hex | B0 | BC | A2 | 6 | 0 | E | 1A | 58 | 10 | 45 |
| Octal | 260 | 274 | 242 | 6 | 0 | 16 | 32 | 130 | 20 | 105 |
| Binary | 10110000 | 10111100 | 10100010 | 110 | 0 | 1110 | 11010 | 1011000 | 10000 | 1000101 |
Color Harmonies of #B0BCA2
Complementary color
Monochromatic Colors of #B0BCA2
Black with #B0BCA2
Text Example
Text Example
White with #B0BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCA2; }
p { color: rgb(176,188,162); }
H1.HeaderClassName
{
color: #B0BCA2;
}
.AnyTagClassName
{
color: #B0BCA2;
}
</style>
background-color css
<style>
a { background-color: #B0BCA2; }
a { background-color: rgb(176,188,162); }
div.DivClassName
{
background-color: #B0BCA2;
}
.BgClassName
{
background-color: #B0BCA2;
}
</style>
border-color css
<style>
span { border-color: #B0BCA2; }
span { border-color: rgb(176,188,162); }
td.TdClassName
{
border-color: #B0BCA2;
}
.TagClassName
{
border-color: #B0BCA2;
}
</style>