Shades of Grey Nickel #C3BFB2
Tints of Grey Nickel #C3BFB2
RGB
CMYK
RGB Variations
Color information
#C3BFB2 (or 0xC3BFB2) is known color: Grey Nickel. HEX triplet: C3, BF and B2. RGB value is (195,191,178). Sum of RGB (Red+Green+Blue) = 195+191+178=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFB2 is #3C404D. Grayscale: #BEBEBE. Windows color (decimal): -3948622 or 11714499. OLE color: 11714499.
HSL color Cylindrical-coordinate representation of color #C3BFB2: 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 #C3BFB2 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 178 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.24 |
| HSL | 45.88º | 0.12% | 0.73% | - |
| HSV(B) | 45.88º | 0.09% | 0.76% | - |
| XYZ | 49.17 | 52.08 | 49.58 | - |
| YUV | 190.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 178 | 0 | 0.02 | 0.09 | 0.24 | 45.88 | 0.12 | 0.73 |
| Hex | C3 | BF | B2 | 0 | 2 | 9 | 18 | 2E | C | 49 |
| Octal | 303 | 277 | 262 | 0 | 2 | 11 | 30 | 56 | 14 | 111 |
| Binary | 11000011 | 10111111 | 10110010 | 0 | 10 | 1001 | 11000 | 101110 | 1100 | 1001001 |
Color Harmonies of #C3BFB2
Complementary color
Monochromatic Colors of #C3BFB2
Black with #C3BFB2
Text Example
Text Example
White with #C3BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFB2; }
p { color: rgb(195,191,178); }
H1.HeaderClassName
{
color: #C3BFB2;
}
.AnyTagClassName
{
color: #C3BFB2;
}
</style>
background-color css
<style>
a { background-color: #C3BFB2; }
a { background-color: rgb(195,191,178); }
div.DivClassName
{
background-color: #C3BFB2;
}
.BgClassName
{
background-color: #C3BFB2;
}
</style>
border-color css
<style>
span { border-color: #C3BFB2; }
span { border-color: rgb(195,191,178); }
td.TdClassName
{
border-color: #C3BFB2;
}
.TagClassName
{
border-color: #C3BFB2;
}
</style>