#C2BDAB

Color #C2BDAB Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #C2BDAB

Tints of Grey Nickel #C2BDAB

Color information

#C2BDAB (or 0xC2BDAB) is unknown color: approx Grey Nickel. HEX triplet: C2, BD and AB. RGB value is (194,189,171). Sum of RGB (Red+Green+Blue) = 194+189+171=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDAB is #3D4254. Grayscale: #BCBCBC. Windows color (decimal): -4014677 or 11255234. OLE color: 11255234.

HSL color Cylindrical-coordinate representation of color #C2BDAB: hue angle of 46.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BDAB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194189171-
CMYK00.030.120.24
HSL46.96º15.86%71.57%-
HSV(B)46.96º11.86%76.08%-
XYZ47.850.845.82-
YUV188.44118.16131.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=35.02%
G=34.12%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418917100.030.120.2446.9615.8671.57
HexC2BDAB03C182f1048
Octal3022752530314305720110
Binary110000101011110110101011011110011000101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDAB; }

 p { color: rgb(194,189,171); }

 H1.HeaderClassName
 {
   color: #C2BDAB;
 }
 .AnyTagClassName
 {
   color: #C2BDAB;
 }
</style>
background-color css

<style>
 a { background-color: #C2BDAB; }

 a { background-color: rgb(194,189,171); }

 div.DivClassName
 {
   background-color: #C2BDAB;
 }
 .BgClassName
 {
   background-color: #C2BDAB;
 }
</style>
border-color css

<style>
 span { border-color: #C2BDAB; }

 span { border-color: rgb(194,189,171); }

 td.TdClassName
 {
   border-color: #C2BDAB;
 }
 .TagClassName
 {
   border-color: #C2BDAB;
 }
</style>