#B8B6AC

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

Shades of Grey Nickel #B8B6AC

Tints of Grey Nickel #B8B6AC

Color information

#B8B6AC (or 0xB8B6AC) is unknown color: approx Grey Nickel. HEX triplet: B8, B6 and AC. RGB value is (184,182,172). Sum of RGB (Red+Green+Blue) = 184+182+172=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B6AC is #474953. Grayscale: #B5B5B5. Windows color (decimal): -4671828 or 11318968. OLE color: 11318968.

HSL color Cylindrical-coordinate representation of color #B8B6AC: hue angle of 50º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8B6AC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184182172-
CMYK00.010.070.28
HSL50º7.79%69.8%-
HSV(B)50º6.52%72.16%-
XYZ43.9446.6245.71-
YUV181.46122.66129.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=34.20%
G=33.83%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418217200.010.070.28507.7969.8
HexB8B6AC0171C32846
Octal270266254017346210106
Binary101110001011011010101100011111110011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B6AC; }

 p { color: rgb(184,182,172); }

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

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

 a { background-color: rgb(184,182,172); }

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

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

 span { border-color: rgb(184,182,172); }

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