Shades of Grey Nickel #C2BDAD
Tints of Grey Nickel #C2BDAD
RGB
CMYK
RGB Variations
Color information
#C2BDAD (or 0xC2BDAD) is known color: Grey Nickel. HEX triplet: C2, BD and AD. RGB value is (194,189,173). Sum of RGB (Red+Green+Blue) = 194+189+173=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDAD is #3D4252. Grayscale: #BCBCBC. Windows color (decimal): -4014675 or 11386306. OLE color: 11386306.
HSL color Cylindrical-coordinate representation of color #C2BDAD: hue angle of 45.71º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BDAD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 173 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.24 |
| HSL | 45.71º | 0.15% | 0.72% | - |
| HSV(B) | 45.71º | 0.11% | 0.76% | - |
| XYZ | 47.99 | 50.88 | 46.83 | - |
| YUV | 188.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 173 | 0 | 0.03 | 0.11 | 0.24 | 45.71 | 0.15 | 0.72 |
| Hex | C2 | BD | AD | 0 | 3 | B | 18 | 2E | F | 48 |
| Octal | 302 | 275 | 255 | 0 | 3 | 13 | 30 | 56 | 17 | 110 |
| Binary | 11000010 | 10111101 | 10101101 | 0 | 11 | 1011 | 11000 | 101110 | 1111 | 1001000 |
Color Harmonies of #C2BDAD
Complementary color
Monochromatic Colors of #C2BDAD
Black with #C2BDAD
Text Example
Text Example
White with #C2BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDAD; }
p { color: rgb(194,189,173); }
H1.HeaderClassName
{
color: #C2BDAD;
}
.AnyTagClassName
{
color: #C2BDAD;
}
</style>
background-color css
<style>
a { background-color: #C2BDAD; }
a { background-color: rgb(194,189,173); }
div.DivClassName
{
background-color: #C2BDAD;
}
.BgClassName
{
background-color: #C2BDAD;
}
</style>
border-color css
<style>
span { border-color: #C2BDAD; }
span { border-color: rgb(194,189,173); }
td.TdClassName
{
border-color: #C2BDAD;
}
.TagClassName
{
border-color: #C2BDAD;
}
</style>