Shades of Grey Nickel #C2BEB0
Tints of Grey Nickel #C2BEB0
RGB
CMYK
RGB Variations
Color information
#C2BEB0 (or 0xC2BEB0) is known color: Grey Nickel. HEX triplet: C2, BE and B0. RGB value is (194,190,176). Sum of RGB (Red+Green+Blue) = 194+190+176=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEB0 is #3D414F. Grayscale: #BDBDBD. Windows color (decimal): -4014416 or 11583170. OLE color: 11583170.
HSL color Cylindrical-coordinate representation of color #C2BEB0: hue angle of 46.67º degrees, saturation: 0.13, 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 #C2BEB0 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 190 | 176 | - |
CMYK | 0 | 0.02 | 0.09 | 0.24 |
HSL | 46.67º | 0.13% | 0.73% | - |
HSV(B) | 46.67º | 0.09% | 0.76% | - |
XYZ | 48.5 | 51.43 | 48.45 | - |
YUV | 189.6 | 120.33 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 176 | 0 | 0.02 | 0.09 | 0.24 | 46.67 | 0.13 | 0.73 |
Hex | C2 | BE | B0 | 0 | 2 | 9 | 18 | 2F | D | 49 |
Octal | 302 | 276 | 260 | 0 | 2 | 11 | 30 | 57 | 15 | 111 |
Binary | 11000010 | 10111110 | 10110000 | 0 | 10 | 1001 | 11000 | 101111 | 1101 | 1001001 |
Color Harmonies of #C2BEB0
Complementary color
Monochromatic Colors of #C2BEB0
Black with #C2BEB0
Text Example
Text Example
White with #C2BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEB0; }
p { color: rgb(194,190,176); }
H1.HeaderClassName
{
color: #C2BEB0;
}
.AnyTagClassName
{
color: #C2BEB0;
}
</style>
background-color css
<style>
a { background-color: #C2BEB0; }
a { background-color: rgb(194,190,176); }
div.DivClassName
{
background-color: #C2BEB0;
}
.BgClassName
{
background-color: #C2BEB0;
}
</style>
border-color css
<style>
span { border-color: #C2BEB0; }
span { border-color: rgb(194,190,176); }
td.TdClassName
{
border-color: #C2BEB0;
}
.TagClassName
{
border-color: #C2BEB0;
}
</style>