Shades of Silver #C5BEBD
Tints of Silver #C5BEBD
RGB
CMYK
RGB Variations
Color information
#C5BEBD (or 0xC5BEBD) is known color: Silver. HEX triplet: C5, BE and BD. RGB value is (197,190,189). Sum of RGB (Red+Green+Blue) = 197+190+189=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEBD is #3A4142. Grayscale: #BFBFBF. Windows color (decimal): -3817795 or 12435141. OLE color: 12435141.
HSL color Cylindrical-coordinate representation of color #C5BEBD: hue angle of 7.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5BEBD is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 189 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.23 |
| HSL | 7.5º | 0.06% | 0.76% | - |
| HSV(B) | 7.5º | 0.04% | 0.77% | - |
| XYZ | 50.62 | 52.37 | 55.58 | - |
| YUV | 191.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 189 | 0 | 0.04 | 0.04 | 0.23 | 7.5 | 0.06 | 0.76 |
| Hex | C5 | BE | BD | 0 | 4 | 4 | 17 | 8 | 6 | 4C |
| Octal | 305 | 276 | 275 | 0 | 4 | 4 | 27 | 10 | 6 | 114 |
| Binary | 11000101 | 10111110 | 10111101 | 0 | 100 | 100 | 10111 | 1000 | 110 | 1001100 |
Color Harmonies of #C5BEBD
Complementary color
Monochromatic Colors of #C5BEBD
Black with #C5BEBD
Text Example
Text Example
White with #C5BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEBD; }
p { color: rgb(197,190,189); }
H1.HeaderClassName
{
color: #C5BEBD;
}
.AnyTagClassName
{
color: #C5BEBD;
}
</style>
background-color css
<style>
a { background-color: #C5BEBD; }
a { background-color: rgb(197,190,189); }
div.DivClassName
{
background-color: #C5BEBD;
}
.BgClassName
{
background-color: #C5BEBD;
}
</style>
border-color css
<style>
span { border-color: #C5BEBD; }
span { border-color: rgb(197,190,189); }
td.TdClassName
{
border-color: #C5BEBD;
}
.TagClassName
{
border-color: #C5BEBD;
}
</style>