#BAB7AB

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

Shades of Grey Nickel #BAB7AB

Tints of Grey Nickel #BAB7AB

Color information

#BAB7AB (or 0xBAB7AB) is unknown color: approx Grey Nickel. HEX triplet: BA, B7 and AB. RGB value is (186,183,171). Sum of RGB (Red+Green+Blue) = 186+183+171=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AB is #454854. Grayscale: #B6B6B6. Windows color (decimal): -4540501 or 11253690. OLE color: 11253690.

HSL color Cylindrical-coordinate representation of color #BAB7AB: hue angle of 48º degrees, saturation: 0.1, 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 #BAB7AB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186183171-
CMYK00.020.080.27
HSL48º9.8%70%-
HSV(B)48º8.06%72.94%-
XYZ44.5347.2545.3-
YUV182.53121.49130.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=34.44%
G=33.89%
B=31.67%

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
Decimal18618317100.020.080.27489.870
HexBAB7AB0281B30a46
Octal2722672530210336012106
Binary10111010101101111010101101010001101111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7AB; }

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

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

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

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

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

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

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

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