Shades of Silver #C3BDBC
Tints of Silver #C3BDBC
RGB
CMYK
RGB Variations
Color information
#C3BDBC (or 0xC3BDBC) is known color: Silver. HEX triplet: C3, BD and BC. RGB value is (195,189,188). Sum of RGB (Red+Green+Blue) = 195+189+188=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDBC is #3C4243. Grayscale: #BEBEBE. Windows color (decimal): -3949124 or 12369347. OLE color: 12369347.
HSL color Cylindrical-coordinate representation of color #C3BDBC: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BDBC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 188 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.24 |
| HSL | 8.57º | 0.06% | 0.75% | - |
| HSV(B) | 8.57º | 0.04% | 0.76% | - |
| XYZ | 49.78 | 51.63 | 54.92 | - |
| YUV | 190.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 188 | 0 | 0.03 | 0.04 | 0.24 | 8.57 | 0.06 | 0.75 |
| Hex | C3 | BD | BC | 0 | 3 | 4 | 18 | 9 | 6 | 4B |
| Octal | 303 | 275 | 274 | 0 | 3 | 4 | 30 | 11 | 6 | 113 |
| Binary | 11000011 | 10111101 | 10111100 | 0 | 11 | 100 | 11000 | 1001 | 110 | 1001011 |
Color Harmonies of #C3BDBC
Complementary color
Monochromatic Colors of #C3BDBC
Black with #C3BDBC
Text Example
Text Example
White with #C3BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDBC; }
p { color: rgb(195,189,188); }
H1.HeaderClassName
{
color: #C3BDBC;
}
.AnyTagClassName
{
color: #C3BDBC;
}
</style>
background-color css
<style>
a { background-color: #C3BDBC; }
a { background-color: rgb(195,189,188); }
div.DivClassName
{
background-color: #C3BDBC;
}
.BgClassName
{
background-color: #C3BDBC;
}
</style>
border-color css
<style>
span { border-color: #C3BDBC; }
span { border-color: rgb(195,189,188); }
td.TdClassName
{
border-color: #C3BDBC;
}
.TagClassName
{
border-color: #C3BDBC;
}
</style>