Shades of Grey Nickel #C1BEB2
Tints of Grey Nickel #C1BEB2
RGB
CMYK
RGB Variations
Color information
#C1BEB2 (or 0xC1BEB2) is known color: Grey Nickel. HEX triplet: C1, BE and B2. RGB value is (193,190,178). Sum of RGB (Red+Green+Blue) = 193+190+178=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEB2 is #3E414D. Grayscale: #BDBDBD. Windows color (decimal): -4079950 or 11714241. OLE color: 11714241.
HSL color Cylindrical-coordinate representation of color #C1BEB2: hue angle of 48º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BEB2 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 178 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.24 |
| HSL | 48º | 0.11% | 0.73% | - |
| HSV(B) | 48º | 0.08% | 0.76% | - |
| XYZ | 48.44 | 51.38 | 49.48 | - |
| YUV | 189.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 178 | 0 | 0.02 | 0.08 | 0.24 | 48 | 0.11 | 0.73 |
| Hex | C1 | BE | B2 | 0 | 2 | 8 | 18 | 30 | B | 49 |
| Octal | 301 | 276 | 262 | 0 | 2 | 10 | 30 | 60 | 13 | 111 |
| Binary | 11000001 | 10111110 | 10110010 | 0 | 10 | 1000 | 11000 | 110000 | 1011 | 1001001 |
Color Harmonies of #C1BEB2
Complementary color
Monochromatic Colors of #C1BEB2
Black with #C1BEB2
Text Example
Text Example
White with #C1BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEB2; }
p { color: rgb(193,190,178); }
H1.HeaderClassName
{
color: #C1BEB2;
}
.AnyTagClassName
{
color: #C1BEB2;
}
</style>
background-color css
<style>
a { background-color: #C1BEB2; }
a { background-color: rgb(193,190,178); }
div.DivClassName
{
background-color: #C1BEB2;
}
.BgClassName
{
background-color: #C1BEB2;
}
</style>
border-color css
<style>
span { border-color: #C1BEB2; }
span { border-color: rgb(193,190,178); }
td.TdClassName
{
border-color: #C1BEB2;
}
.TagClassName
{
border-color: #C1BEB2;
}
</style>