#BAB8AF

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

Shades of Grey Nickel #BAB8AF

Tints of Grey Nickel #BAB8AF

Color information

#BAB8AF (or 0xBAB8AF) is unknown color: approx Grey Nickel. HEX triplet: BA, B8 and AF. RGB value is (186,184,175). Sum of RGB (Red+Green+Blue) = 186+184+175=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8AF is #454750. Grayscale: #B7B7B7. Windows color (decimal): -4540241 or 11516090. OLE color: 11516090.

HSL color Cylindrical-coordinate representation of color #BAB8AF: hue angle of 49.09º degrees, saturation: 0.07, 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 #BAB8AF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186184175-
CMYK00.010.060.27
HSL49.09º7.38%70.78%-
HSV(B)49.09º5.91%72.94%-
XYZ45.1347.8247.41-
YUV183.57123.16129.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=34.13%
G=33.76%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618417500.010.060.2749.097.3870.78
HexBAB8AF0161B31747
Octal27227025701633617107
Binary10111010101110001010111101110110111100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8AF; }

 p { color: rgb(186,184,175); }

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

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

 a { background-color: rgb(186,184,175); }

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

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

 span { border-color: rgb(186,184,175); }

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