#B8B5AC

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

Shades of Grey Nickel #B8B5AC

Tints of Grey Nickel #B8B5AC

Color information

#B8B5AC (or 0xB8B5AC) is unknown color: approx Grey Nickel. HEX triplet: B8, B5 and AC. RGB value is (184,181,172). Sum of RGB (Red+Green+Blue) = 184+181+172=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B5AC is #474A53. Grayscale: #B4B4B4. Windows color (decimal): -4672084 or 11318712. OLE color: 11318712.

HSL color Cylindrical-coordinate representation of color #B8B5AC: hue angle of 45º 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 #B8B5AC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184181172-
CMYK00.020.070.28
HSL45º7.79%69.8%-
HSV(B)45º6.52%72.16%-
XYZ43.7446.2245.65-
YUV180.87122.99130.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=34.26%
G=33.71%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418117200.020.070.28457.7969.8
HexB8B5AC0271C2d846
Octal270265254027345510106
Binary1011100010110101101011000101111110010110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B5AC; }

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

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

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

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

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

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

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

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