Shades of Grey Nickel #C2BCAA
Tints of Grey Nickel #C2BCAA
RGB
CMYK
RGB Variations
Color information
#C2BCAA (or 0xC2BCAA) is known color: Grey Nickel. HEX triplet: C2, BC and AA. RGB value is (194,188,170). Sum of RGB (Red+Green+Blue) = 194+188+170=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCAA is #3D4355. Grayscale: #BBBBBB. Windows color (decimal): -4014934 or 11189442. OLE color: 11189442.
HSL color Cylindrical-coordinate representation of color #C2BCAA: hue angle of 45º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BCAA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 170 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.24 |
| HSL | 45º | 0.16% | 0.71% | - |
| HSV(B) | 45º | 0.12% | 0.76% | - |
| XYZ | 47.49 | 50.34 | 45.24 | - |
| YUV | 187.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 170 | 0 | 0.03 | 0.12 | 0.24 | 45 | 0.16 | 0.71 |
| Hex | C2 | BC | AA | 0 | 3 | C | 18 | 2D | 10 | 47 |
| Octal | 302 | 274 | 252 | 0 | 3 | 14 | 30 | 55 | 20 | 107 |
| Binary | 11000010 | 10111100 | 10101010 | 0 | 11 | 1100 | 11000 | 101101 | 10000 | 1000111 |
Color Harmonies of #C2BCAA
Complementary color
Monochromatic Colors of #C2BCAA
Black with #C2BCAA
Text Example
Text Example
White with #C2BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCAA; }
p { color: rgb(194,188,170); }
H1.HeaderClassName
{
color: #C2BCAA;
}
.AnyTagClassName
{
color: #C2BCAA;
}
</style>
background-color css
<style>
a { background-color: #C2BCAA; }
a { background-color: rgb(194,188,170); }
div.DivClassName
{
background-color: #C2BCAA;
}
.BgClassName
{
background-color: #C2BCAA;
}
</style>
border-color css
<style>
span { border-color: #C2BCAA; }
span { border-color: rgb(194,188,170); }
td.TdClassName
{
border-color: #C2BCAA;
}
.TagClassName
{
border-color: #C2BCAA;
}
</style>