Shades of Silver #C8BCBB
Tints of Silver #C8BCBB
RGB
CMYK
RGB Variations
Color information
#C8BCBB (or 0xC8BCBB) is known color: Silver. HEX triplet: C8, BC and BB. RGB value is (200,188,187). Sum of RGB (Red+Green+Blue) = 200+188+187=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCBB is #374344. Grayscale: #BFBFBF. Windows color (decimal): -3621701 or 12303560. OLE color: 12303560.
HSL color Cylindrical-coordinate representation of color #C8BCBB: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BCBB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 187 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.22 |
| HSL | 4.62º | 0.11% | 0.76% | - |
| HSV(B) | 4.62º | 0.07% | 0.78% | - |
| XYZ | 50.77 | 51.83 | 54.34 | - |
| YUV | 191.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 187 | 0 | 0.06 | 0.06 | 0.22 | 4.62 | 0.11 | 0.76 |
| Hex | C8 | BC | BB | 0 | 6 | 6 | 16 | 5 | B | 4C |
| Octal | 310 | 274 | 273 | 0 | 6 | 6 | 26 | 5 | 13 | 114 |
| Binary | 11001000 | 10111100 | 10111011 | 0 | 110 | 110 | 10110 | 101 | 1011 | 1001100 |
Color Harmonies of #C8BCBB
Complementary color
Monochromatic Colors of #C8BCBB
Black with #C8BCBB
Text Example
Text Example
White with #C8BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCBB; }
p { color: rgb(200,188,187); }
H1.HeaderClassName
{
color: #C8BCBB;
}
.AnyTagClassName
{
color: #C8BCBB;
}
</style>
background-color css
<style>
a { background-color: #C8BCBB; }
a { background-color: rgb(200,188,187); }
div.DivClassName
{
background-color: #C8BCBB;
}
.BgClassName
{
background-color: #C8BCBB;
}
</style>
border-color css
<style>
span { border-color: #C8BCBB; }
span { border-color: rgb(200,188,187); }
td.TdClassName
{
border-color: #C8BCBB;
}
.TagClassName
{
border-color: #C8BCBB;
}
</style>