#C1BCAD

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

Shades of Grey Nickel #C1BCAD

Tints of Grey Nickel #C1BCAD

Color information

#C1BCAD (or 0xC1BCAD) is unknown color: approx Grey Nickel. HEX triplet: C1, BC and AD. RGB value is (193,188,173). Sum of RGB (Red+Green+Blue) = 193+188+173=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAD is #3E4352. Grayscale: #BBBBBB. Windows color (decimal): -4080467 or 11386049. OLE color: 11386049.

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

Color convert

RGB193188173-
CMYK00.030.100.24
HSL45º13.89%71.76%-
HSV(B)45º10.36%75.69%-
XYZ47.5250.3246.74-
YUV187.78119.66131.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=34.84%
G=33.94%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318817300.030.100.244513.8971.76
HexC1BCAD03A182de48
Octal3012742550312305516110
Binary11000001101111001010110101110101100010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCAD; }

 p { color: rgb(193,188,173); }

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

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

 a { background-color: rgb(193,188,173); }

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

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

 span { border-color: rgb(193,188,173); }

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