#BCB9AB

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

Shades of Grey Nickel #BCB9AB

Tints of Grey Nickel #BCB9AB

Color information

#BCB9AB (or 0xBCB9AB) is unknown color: approx Grey Nickel. HEX triplet: BC, B9 and AB. RGB value is (188,185,171). Sum of RGB (Red+Green+Blue) = 188+185+171=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AB is #434654. Grayscale: #B8B8B8. Windows color (decimal): -4408917 or 11254204. OLE color: 11254204.

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

Color convert

RGB188185171-
CMYK00.020.090.26
HSL49.41º11.26%70.39%-
HSV(B)49.41º9.04%73.73%-
XYZ45.4448.3345.46-
YUV184.3120.49130.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=34.56%
G=34.01%
B=31.43%

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
Decimal18818517100.020.090.2649.4111.2670.39
HexBCB9AB0291A31b46
Octal2742712530211326113106
Binary10111100101110011010101101010011101011000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9AB; }

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

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

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

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

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

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

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

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