#BAB7AA

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

Shades of Grey Nickel #BAB7AA

Tints of Grey Nickel #BAB7AA

Color information

#BAB7AA (or 0xBAB7AA) is unknown color: approx Grey Nickel. HEX triplet: BA, B7 and AA. RGB value is (186,183,170). Sum of RGB (Red+Green+Blue) = 186+183+170=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AA is #454855. Grayscale: #B6B6B6. Windows color (decimal): -4540502 or 11188154. OLE color: 11188154.

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

Color convert

RGB186183170-
CMYK00.020.090.27
HSL48.75º10.39%69.8%-
HSV(B)48.75º8.6%72.94%-
XYZ44.4447.2144.8-
YUV182.42120.99130.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=34.51%
G=33.95%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618317000.020.090.2748.7510.3969.8
HexBAB7AA0291B31a46
Octal2722672520211336112106
Binary10111010101101111010101001010011101111000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7AA; }

 p { color: rgb(186,183,170); }

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

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

 a { background-color: rgb(186,183,170); }

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

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

 span { border-color: rgb(186,183,170); }

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