Shades of Grey Nickel #C0BDB2
Tints of Grey Nickel #C0BDB2
RGB
CMYK
RGB Variations
Color information
#C0BDB2 (or 0xC0BDB2) is known color: Grey Nickel. HEX triplet: C0, BD and B2. RGB value is (192,189,178). Sum of RGB (Red+Green+Blue) = 192+189+178=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BDB2 is #3F424D. Grayscale: #BCBCBC. Windows color (decimal): -4145742 or 11713984. OLE color: 11713984.
HSL color Cylindrical-coordinate representation of color #C0BDB2: hue angle of 47.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BDB2 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 189 | 178 | - |
CMYK | 0 | 0.02 | 0.07 | 0.25 |
HSL | 47.14º | 0.1% | 0.73% | - |
HSV(B) | 47.14º | 0.07% | 0.75% | - |
XYZ | 47.97 | 50.82 | 49.4 | - |
YUV | 188.64 | 121.99 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 189 | 178 | 0 | 0.02 | 0.07 | 0.25 | 47.14 | 0.1 | 0.73 |
Hex | C0 | BD | B2 | 0 | 2 | 7 | 19 | 2F | A | 49 |
Octal | 300 | 275 | 262 | 0 | 2 | 7 | 31 | 57 | 12 | 111 |
Binary | 11000000 | 10111101 | 10110010 | 0 | 10 | 111 | 11001 | 101111 | 1010 | 1001001 |
Color Harmonies of #C0BDB2
Complementary color
Monochromatic Colors of #C0BDB2
Black with #C0BDB2
Text Example
Text Example
White with #C0BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDB2; }
p { color: rgb(192,189,178); }
H1.HeaderClassName
{
color: #C0BDB2;
}
.AnyTagClassName
{
color: #C0BDB2;
}
</style>
background-color css
<style>
a { background-color: #C0BDB2; }
a { background-color: rgb(192,189,178); }
div.DivClassName
{
background-color: #C0BDB2;
}
.BgClassName
{
background-color: #C0BDB2;
}
</style>
border-color css
<style>
span { border-color: #C0BDB2; }
span { border-color: rgb(192,189,178); }
td.TdClassName
{
border-color: #C0BDB2;
}
.TagClassName
{
border-color: #C0BDB2;
}
</style>