#C2BDAC

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

Shades of Grey Nickel #C2BDAC

Tints of Grey Nickel #C2BDAC

Color information

#C2BDAC (or 0xC2BDAC) is unknown color: approx Grey Nickel. HEX triplet: C2, BD and AC. RGB value is (194,189,172). Sum of RGB (Red+Green+Blue) = 194+189+172=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDAC is #3D4253. Grayscale: #BCBCBC. Windows color (decimal): -4014676 or 11320770. OLE color: 11320770.

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

Color convert

RGB194189172-
CMYK00.030.110.24
HSL46.36º15.28%71.76%-
HSV(B)46.36º11.34%76.08%-
XYZ47.8950.8446.32-
YUV188.56118.66131.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=34.95%
G=34.05%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418917200.030.110.2446.3615.2871.76
HexC2BDAC03B182ef48
Octal3022752540313305617110
Binary11000010101111011010110001110111100010111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDAC; }

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

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

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

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

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

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

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

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