Shades of Silver #C2BCBC
Tints of Silver #C2BCBC
RGB
CMYK
RGB Variations
Color information
#C2BCBC (or 0xC2BCBC) is known color: Silver. HEX triplet: C2, BC and BC. RGB value is (194,188,188). Sum of RGB (Red+Green+Blue) = 194+188+188=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCBC is #3D4343. Grayscale: #BDBDBD. Windows color (decimal): -4014916 or 12369090. OLE color: 12369090.
HSL color Cylindrical-coordinate representation of color #C2BCBC: hue angle of 0º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C2BCBC is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 188 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.24 |
| HSL | 0º | 0.05% | 0.75% | - |
| HSV(B) | 0º | 0.03% | 0.76% | - |
| XYZ | 49.31 | 51.07 | 54.83 | - |
| YUV | 189.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 188 | 0 | 0.03 | 0.03 | 0.24 | 0 | 0.05 | 0.75 |
| Hex | C2 | BC | BC | 0 | 3 | 3 | 18 | 0 | 5 | 4B |
| Octal | 302 | 274 | 274 | 0 | 3 | 3 | 30 | 0 | 5 | 113 |
| Binary | 11000010 | 10111100 | 10111100 | 0 | 11 | 11 | 11000 | 0 | 101 | 1001011 |
Color Harmonies of #C2BCBC
Complementary color
Monochromatic Colors of #C2BCBC
Black with #C2BCBC
Text Example
Text Example
White with #C2BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCBC; }
p { color: rgb(194,188,188); }
H1.HeaderClassName
{
color: #C2BCBC;
}
.AnyTagClassName
{
color: #C2BCBC;
}
</style>
background-color css
<style>
a { background-color: #C2BCBC; }
a { background-color: rgb(194,188,188); }
div.DivClassName
{
background-color: #C2BCBC;
}
.BgClassName
{
background-color: #C2BCBC;
}
</style>
border-color css
<style>
span { border-color: #C2BCBC; }
span { border-color: rgb(194,188,188); }
td.TdClassName
{
border-color: #C2BCBC;
}
.TagClassName
{
border-color: #C2BCBC;
}
</style>