Shades of Grey Nickel #C2BEB1
Tints of Grey Nickel #C2BEB1
RGB
CMYK
RGB Variations
Color information
#C2BEB1 (or 0xC2BEB1) is known color: Grey Nickel. HEX triplet: C2, BE and B1. RGB value is (194,190,177). Sum of RGB (Red+Green+Blue) = 194+190+177=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEB1 is #3D414E. Grayscale: #BDBDBD. Windows color (decimal): -4014415 or 11648706. OLE color: 11648706.
HSL color Cylindrical-coordinate representation of color #C2BEB1: hue angle of 45.88º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BEB1 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 177 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.24 |
| HSL | 45.88º | 0.12% | 0.73% | - |
| HSV(B) | 45.88º | 0.09% | 0.76% | - |
| XYZ | 48.6 | 51.47 | 48.97 | - |
| YUV | 189.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 177 | 0 | 0.02 | 0.09 | 0.24 | 45.88 | 0.12 | 0.73 |
| Hex | C2 | BE | B1 | 0 | 2 | 9 | 18 | 2E | C | 49 |
| Octal | 302 | 276 | 261 | 0 | 2 | 11 | 30 | 56 | 14 | 111 |
| Binary | 11000010 | 10111110 | 10110001 | 0 | 10 | 1001 | 11000 | 101110 | 1100 | 1001001 |
Color Harmonies of #C2BEB1
Complementary color
Monochromatic Colors of #C2BEB1
Black with #C2BEB1
Text Example
Text Example
White with #C2BEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEB1; }
p { color: rgb(194,190,177); }
H1.HeaderClassName
{
color: #C2BEB1;
}
.AnyTagClassName
{
color: #C2BEB1;
}
</style>
background-color css
<style>
a { background-color: #C2BEB1; }
a { background-color: rgb(194,190,177); }
div.DivClassName
{
background-color: #C2BEB1;
}
.BgClassName
{
background-color: #C2BEB1;
}
</style>
border-color css
<style>
span { border-color: #C2BEB1; }
span { border-color: rgb(194,190,177); }
td.TdClassName
{
border-color: #C2BEB1;
}
.TagClassName
{
border-color: #C2BEB1;
}
</style>