#BCB9AC

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

Shades of Grey Nickel #BCB9AC

Tints of Grey Nickel #BCB9AC

Color information

#BCB9AC (or 0xBCB9AC) is unknown color: approx Grey Nickel. HEX triplet: BC, B9 and AC. RGB value is (188,185,172). Sum of RGB (Red+Green+Blue) = 188+185+172=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AC is #434653. Grayscale: #B8B8B8. Windows color (decimal): -4408916 or 11319740. OLE color: 11319740.

HSL color Cylindrical-coordinate representation of color #BCB9AC: hue angle of 48.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB9AC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188185172-
CMYK00.020.090.26
HSL48.75º10.67%70.59%-
HSV(B)48.75º8.51%73.73%-
XYZ45.5348.3745.97-
YUV184.42120.99130.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=34.50%
G=33.94%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818517200.020.090.2648.7510.6770.59
HexBCB9AC0291A31b47
Octal2742712540211326113107
Binary10111100101110011010110001010011101011000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9AC; }

 p { color: rgb(188,185,172); }

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

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

 a { background-color: rgb(188,185,172); }

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

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

 span { border-color: rgb(188,185,172); }

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