Shades of Silver #C6BCBB
Tints of Silver #C6BCBB
RGB
CMYK
RGB Variations
Color information
#C6BCBB (or 0xC6BCBB) is known color: Silver. HEX triplet: C6, BC and BB. RGB value is (198,188,187). Sum of RGB (Red+Green+Blue) = 198+188+187=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCBB is #394344. Grayscale: #BEBEBE. Windows color (decimal): -3752773 or 12303558. OLE color: 12303558.
HSL color Cylindrical-coordinate representation of color #C6BCBB: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BCBB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 187 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.22 |
| HSL | 5.45º | 0.09% | 0.75% | - |
| HSV(B) | 5.45º | 0.06% | 0.78% | - |
| XYZ | 50.24 | 51.56 | 54.32 | - |
| YUV | 190.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 187 | 0 | 0.05 | 0.06 | 0.22 | 5.45 | 0.09 | 0.75 |
| Hex | C6 | BC | BB | 0 | 5 | 6 | 16 | 5 | 9 | 4B |
| Octal | 306 | 274 | 273 | 0 | 5 | 6 | 26 | 5 | 11 | 113 |
| Binary | 11000110 | 10111100 | 10111011 | 0 | 101 | 110 | 10110 | 101 | 1001 | 1001011 |
Color Harmonies of #C6BCBB
Complementary color
Monochromatic Colors of #C6BCBB
Black with #C6BCBB
Text Example
Text Example
White with #C6BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCBB; }
p { color: rgb(198,188,187); }
H1.HeaderClassName
{
color: #C6BCBB;
}
.AnyTagClassName
{
color: #C6BCBB;
}
</style>
background-color css
<style>
a { background-color: #C6BCBB; }
a { background-color: rgb(198,188,187); }
div.DivClassName
{
background-color: #C6BCBB;
}
.BgClassName
{
background-color: #C6BCBB;
}
</style>
border-color css
<style>
span { border-color: #C6BCBB; }
span { border-color: rgb(198,188,187); }
td.TdClassName
{
border-color: #C6BCBB;
}
.TagClassName
{
border-color: #C6BCBB;
}
</style>