Shades of Silver #C2BDBD
Tints of Silver #C2BDBD
RGB
CMYK
RGB Variations
Color information
#C2BDBD (or 0xC2BDBD) is known color: Silver. HEX triplet: C2, BD and BD. RGB value is (194,189,189). Sum of RGB (Red+Green+Blue) = 194+189+189=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDBD is #3D4242. Grayscale: #BEBEBE. Windows color (decimal): -4014659 or 12434882. OLE color: 12434882.
HSL color Cylindrical-coordinate representation of color #C2BDBD: hue angle of 0º degrees, saturation: 0.04, 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 #C2BDBD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 189 | 189 | - |
CMYK | 0 | 0.03 | 0.03 | 0.24 |
HSL | 0º | 0.04% | 0.75% | - |
HSV(B) | 0º | 0.03% | 0.76% | - |
XYZ | 49.63 | 51.54 | 55.48 | - |
YUV | 190.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 189 | 189 | 0 | 0.03 | 0.03 | 0.24 | 0 | 0.04 | 0.75 |
Hex | C2 | BD | BD | 0 | 3 | 3 | 18 | 0 | 4 | 4B |
Octal | 302 | 275 | 275 | 0 | 3 | 3 | 30 | 0 | 4 | 113 |
Binary | 11000010 | 10111101 | 10111101 | 0 | 11 | 11 | 11000 | 0 | 100 | 1001011 |
Color Harmonies of #C2BDBD
Complementary color
Monochromatic Colors of #C2BDBD
Black with #C2BDBD
Text Example
Text Example
White with #C2BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDBD; }
p { color: rgb(194,189,189); }
H1.HeaderClassName
{
color: #C2BDBD;
}
.AnyTagClassName
{
color: #C2BDBD;
}
</style>
background-color css
<style>
a { background-color: #C2BDBD; }
a { background-color: rgb(194,189,189); }
div.DivClassName
{
background-color: #C2BDBD;
}
.BgClassName
{
background-color: #C2BDBD;
}
</style>
border-color css
<style>
span { border-color: #C2BDBD; }
span { border-color: rgb(194,189,189); }
td.TdClassName
{
border-color: #C2BDBD;
}
.TagClassName
{
border-color: #C2BDBD;
}
</style>