Shades of Silver #C4BDBC
Tints of Silver #C4BDBC
RGB
CMYK
RGB Variations
Color information
#C4BDBC (or 0xC4BDBC) is known color: Silver. HEX triplet: C4, BD and BC. RGB value is (196,189,188). Sum of RGB (Red+Green+Blue) = 196+189+188=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDBC is #3B4243. Grayscale: #BEBEBE. Windows color (decimal): -3883588 or 12369348. OLE color: 12369348.
HSL color Cylindrical-coordinate representation of color #C4BDBC: hue angle of 7.5º 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 #C4BDBC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 188 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.23 |
| HSL | 7.5º | 0.06% | 0.75% | - |
| HSV(B) | 7.5º | 0.04% | 0.77% | - |
| XYZ | 50.04 | 51.76 | 54.93 | - |
| YUV | 190.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 188 | 0 | 0.04 | 0.04 | 0.23 | 7.5 | 0.06 | 0.75 |
| Hex | C4 | BD | BC | 0 | 4 | 4 | 17 | 8 | 6 | 4B |
| Octal | 304 | 275 | 274 | 0 | 4 | 4 | 27 | 10 | 6 | 113 |
| Binary | 11000100 | 10111101 | 10111100 | 0 | 100 | 100 | 10111 | 1000 | 110 | 1001011 |
Color Harmonies of #C4BDBC
Complementary color
Monochromatic Colors of #C4BDBC
Black with #C4BDBC
Text Example
Text Example
White with #C4BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDBC; }
p { color: rgb(196,189,188); }
H1.HeaderClassName
{
color: #C4BDBC;
}
.AnyTagClassName
{
color: #C4BDBC;
}
</style>
background-color css
<style>
a { background-color: #C4BDBC; }
a { background-color: rgb(196,189,188); }
div.DivClassName
{
background-color: #C4BDBC;
}
.BgClassName
{
background-color: #C4BDBC;
}
</style>
border-color css
<style>
span { border-color: #C4BDBC; }
span { border-color: rgb(196,189,188); }
td.TdClassName
{
border-color: #C4BDBC;
}
.TagClassName
{
border-color: #C4BDBC;
}
</style>