Shades of Silver #C8BDBC
Tints of Silver #C8BDBC
RGB
CMYK
RGB Variations
Color information
#C8BDBC (or 0xC8BDBC) is known color: Silver. HEX triplet: C8, BD and BC. RGB value is (200,189,188). Sum of RGB (Red+Green+Blue) = 200+189+188=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDBC is #374243. Grayscale: #C0C0C0. Windows color (decimal): -3621444 or 12369352. OLE color: 12369352.
HSL color Cylindrical-coordinate representation of color #C8BDBC: hue angle of 5º degrees, saturation: 0.1, 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 #C8BDBC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 188 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.22 |
| HSL | 5º | 0.1% | 0.76% | - |
| HSV(B) | 5º | 0.06% | 0.78% | - |
| XYZ | 51.09 | 52.31 | 54.98 | - |
| YUV | 192.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 188 | 0 | 0.06 | 0.06 | 0.22 | 5 | 0.1 | 0.76 |
| Hex | C8 | BD | BC | 0 | 6 | 6 | 16 | 5 | A | 4C |
| Octal | 310 | 275 | 274 | 0 | 6 | 6 | 26 | 5 | 12 | 114 |
| Binary | 11001000 | 10111101 | 10111100 | 0 | 110 | 110 | 10110 | 101 | 1010 | 1001100 |
Color Harmonies of #C8BDBC
Complementary color
Monochromatic Colors of #C8BDBC
Black with #C8BDBC
Text Example
Text Example
White with #C8BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDBC; }
p { color: rgb(200,189,188); }
H1.HeaderClassName
{
color: #C8BDBC;
}
.AnyTagClassName
{
color: #C8BDBC;
}
</style>
background-color css
<style>
a { background-color: #C8BDBC; }
a { background-color: rgb(200,189,188); }
div.DivClassName
{
background-color: #C8BDBC;
}
.BgClassName
{
background-color: #C8BDBC;
}
</style>
border-color css
<style>
span { border-color: #C8BDBC; }
span { border-color: rgb(200,189,188); }
td.TdClassName
{
border-color: #C8BDBC;
}
.TagClassName
{
border-color: #C8BDBC;
}
</style>