#BAB7AE

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

Shades of Grey Nickel #BAB7AE

Tints of Grey Nickel #BAB7AE

Color information

#BAB7AE (or 0xBAB7AE) is unknown color: approx Grey Nickel. HEX triplet: BA, B7 and AE. RGB value is (186,183,174). Sum of RGB (Red+Green+Blue) = 186+183+174=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AE is #454851. Grayscale: #B6B6B6. Windows color (decimal): -4540498 or 11450298. OLE color: 11450298.

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

Color convert

RGB186183174-
CMYK00.020.060.27
HSL45º8%70.59%-
HSV(B)45º6.45%72.94%-
XYZ44.8247.3646.82-
YUV182.87122.99130.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=34.25%
G=33.70%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618317400.020.060.2745870.59
HexBAB7AE0261B2d847
Octal272267256026335510107
Binary1011101010110111101011100101101101110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7AE; }

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

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

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

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

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

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

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

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