#BAB7AC

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

Shades of Grey Nickel #BAB7AC

Tints of Grey Nickel #BAB7AC

Color information

#BAB7AC (or 0xBAB7AC) is unknown color: approx Grey Nickel. HEX triplet: BA, B7 and AC. RGB value is (186,183,172). Sum of RGB (Red+Green+Blue) = 186+183+172=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AC is #454853. Grayscale: #B6B6B6. Windows color (decimal): -4540500 or 11319226. OLE color: 11319226.

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

Color convert

RGB186183172-
CMYK00.020.080.27
HSL47.14º9.21%70.2%-
HSV(B)47.14º7.53%72.94%-
XYZ44.6347.2845.8-
YUV182.64121.99130.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=34.38%
G=33.83%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618317200.020.080.2747.149.2170.2
HexBAB7AC0281B2f946
Octal2722672540210335711106
Binary10111010101101111010110001010001101110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7AC; }

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

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

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

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

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

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

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

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