#BCB9AD

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

Shades of Grey Nickel #BCB9AD

Tints of Grey Nickel #BCB9AD

Color information

#BCB9AD (or 0xBCB9AD) is unknown color: approx Grey Nickel. HEX triplet: BC, B9 and AD. RGB value is (188,185,173). Sum of RGB (Red+Green+Blue) = 188+185+173=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AD is #434652. Grayscale: #B8B8B8. Windows color (decimal): -4408915 or 11385276. OLE color: 11385276.

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

Color convert

RGB188185173-
CMYK00.020.080.26
HSL48º10.07%70.78%-
HSV(B)48º7.98%73.73%-
XYZ45.6348.4146.47-
YUV184.53121.49130.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=34.43%
G=33.88%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818517300.020.080.264810.0770.78
HexBCB9AD0281A30a47
Octal2742712550210326012107
Binary10111100101110011010110101010001101011000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9AD; }

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

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

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

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

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

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

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

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