Shades of Grey Nickel #C2BDAC
Tints of Grey Nickel #C2BDAC
RGB
CMYK
RGB Variations
Color information
#C2BDAC (or 0xC2BDAC) is known color: Grey Nickel. HEX triplet: C2, BD and AC. RGB value is (194,189,172). Sum of RGB (Red+Green+Blue) = 194+189+172=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDAC is #3D4253. Grayscale: #BCBCBC. Windows color (decimal): -4014676 or 11320770. OLE color: 11320770.
HSL color Cylindrical-coordinate representation of color #C2BDAC: hue angle of 46.36º 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 #C2BDAC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 172 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.24 |
| HSL | 46.36º | 0.15% | 0.72% | - |
| HSV(B) | 46.36º | 0.11% | 0.76% | - |
| XYZ | 47.89 | 50.84 | 46.32 | - |
| YUV | 188.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 172 | 0 | 0.03 | 0.11 | 0.24 | 46.36 | 0.15 | 0.72 |
| Hex | C2 | BD | AC | 0 | 3 | B | 18 | 2E | F | 48 |
| Octal | 302 | 275 | 254 | 0 | 3 | 13 | 30 | 56 | 17 | 110 |
| Binary | 11000010 | 10111101 | 10101100 | 0 | 11 | 1011 | 11000 | 101110 | 1111 | 1001000 |
Color Harmonies of #C2BDAC
Complementary color
Monochromatic Colors of #C2BDAC
Black with #C2BDAC
Text Example
Text Example
White with #C2BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDAC; }
p { color: rgb(194,189,172); }
H1.HeaderClassName
{
color: #C2BDAC;
}
.AnyTagClassName
{
color: #C2BDAC;
}
</style>
background-color css
<style>
a { background-color: #C2BDAC; }
a { background-color: rgb(194,189,172); }
div.DivClassName
{
background-color: #C2BDAC;
}
.BgClassName
{
background-color: #C2BDAC;
}
</style>
border-color css
<style>
span { border-color: #C2BDAC; }
span { border-color: rgb(194,189,172); }
td.TdClassName
{
border-color: #C2BDAC;
}
.TagClassName
{
border-color: #C2BDAC;
}
</style>