Shades of Silver #C2BFBF
Tints of Silver #C2BFBF
RGB
CMYK
RGB Variations
Color information
#C2BFBF (or 0xC2BFBF) is known color: Silver. HEX triplet: C2, BF and BF. RGB value is (194,191,191). Sum of RGB (Red+Green+Blue) = 194+191+191=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBF is #3D4040. Grayscale: #BFBFBF. Windows color (decimal): -4014145 or 12566466. OLE color: 12566466.
HSL color Cylindrical-coordinate representation of color #C2BFBF: hue angle of 0º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2BFBF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 191 | 191 | - |
CMYK | 0 | 0.02 | 0.02 | 0.24 |
HSL | 0º | 0.02% | 0.75% | - |
HSV(B) | 0º | 0.02% | 0.76% | - |
XYZ | 50.28 | 52.49 | 56.77 | - |
YUV | 191.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 191 | 191 | 0 | 0.02 | 0.02 | 0.24 | 0 | 0.02 | 0.75 |
Hex | C2 | BF | BF | 0 | 2 | 2 | 18 | 0 | 2 | 4B |
Octal | 302 | 277 | 277 | 0 | 2 | 2 | 30 | 0 | 2 | 113 |
Binary | 11000010 | 10111111 | 10111111 | 0 | 10 | 10 | 11000 | 0 | 10 | 1001011 |
Color Harmonies of #C2BFBF
Complementary color
Monochromatic Colors of #C2BFBF
Black with #C2BFBF
Text Example
Text Example
White with #C2BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFBF; }
p { color: rgb(194,191,191); }
H1.HeaderClassName
{
color: #C2BFBF;
}
.AnyTagClassName
{
color: #C2BFBF;
}
</style>
background-color css
<style>
a { background-color: #C2BFBF; }
a { background-color: rgb(194,191,191); }
div.DivClassName
{
background-color: #C2BFBF;
}
.BgClassName
{
background-color: #C2BFBF;
}
</style>
border-color css
<style>
span { border-color: #C2BFBF; }
span { border-color: rgb(194,191,191); }
td.TdClassName
{
border-color: #C2BFBF;
}
.TagClassName
{
border-color: #C2BFBF;
}
</style>