#BAB9B6

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

Shades of Grey Nickel #BAB9B6

Tints of Grey Nickel #BAB9B6

Color information

#BAB9B6 (or 0xBAB9B6) is unknown color: approx Grey Nickel. HEX triplet: BA, B9 and B6. RGB value is (186,185,182). Sum of RGB (Red+Green+Blue) = 186+185+182=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9B6 is #454649. Grayscale: #B8B8B8. Windows color (decimal): -4539978 or 11975098. OLE color: 11975098.

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

Color convert

RGB186185182-
CMYK00.010.020.27
HSL45º2.82%72.16%-
HSV(B)45º2.15%72.94%-
XYZ46.0448.5151.19-
YUV184.96126.33128.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=33.63%
G=33.45%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618518200.010.020.27452.8272.16
HexBAB9B60121B2d348
Octal27227126601233553110
Binary101110101011100110110110011011011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9B6; }

 p { color: rgb(186,185,182); }

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

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

 a { background-color: rgb(186,185,182); }

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

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

 span { border-color: rgb(186,185,182); }

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