Shades of Silver #C4BCBC
Tints of Silver #C4BCBC
RGB
CMYK
RGB Variations
Color information
#C4BCBC (or 0xC4BCBC) is known color: Silver. HEX triplet: C4, BC and BC. RGB value is (196,188,188). Sum of RGB (Red+Green+Blue) = 196+188+188=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBC is #3B4343. Grayscale: #BEBEBE. Windows color (decimal): -3883844 or 12369092. OLE color: 12369092.
HSL color Cylindrical-coordinate representation of color #C4BCBC: hue angle of 0º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4BCBC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 188 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.23 |
| HSL | 0º | 0.06% | 0.75% | - |
| HSV(B) | 0º | 0.04% | 0.77% | - |
| XYZ | 49.83 | 51.33 | 54.86 | - |
| YUV | 190.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 188 | 0 | 0.04 | 0.04 | 0.23 | 0 | 0.06 | 0.75 |
| Hex | C4 | BC | BC | 0 | 4 | 4 | 17 | 0 | 6 | 4B |
| Octal | 304 | 274 | 274 | 0 | 4 | 4 | 27 | 0 | 6 | 113 |
| Binary | 11000100 | 10111100 | 10111100 | 0 | 100 | 100 | 10111 | 0 | 110 | 1001011 |
Color Harmonies of #C4BCBC
Complementary color
Monochromatic Colors of #C4BCBC
Black with #C4BCBC
Text Example
Text Example
White with #C4BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCBC; }
p { color: rgb(196,188,188); }
H1.HeaderClassName
{
color: #C4BCBC;
}
.AnyTagClassName
{
color: #C4BCBC;
}
</style>
background-color css
<style>
a { background-color: #C4BCBC; }
a { background-color: rgb(196,188,188); }
div.DivClassName
{
background-color: #C4BCBC;
}
.BgClassName
{
background-color: #C4BCBC;
}
</style>
border-color css
<style>
span { border-color: #C4BCBC; }
span { border-color: rgb(196,188,188); }
td.TdClassName
{
border-color: #C4BCBC;
}
.TagClassName
{
border-color: #C4BCBC;
}
</style>