#B8B5AD

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

Shades of Grey Nickel #B8B5AD

Tints of Grey Nickel #B8B5AD

Color information

#B8B5AD (or 0xB8B5AD) is unknown color: approx Grey Nickel. HEX triplet: B8, B5 and AD. RGB value is (184,181,173). Sum of RGB (Red+Green+Blue) = 184+181+173=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B5AD is #474A52. Grayscale: #B5B5B5. Windows color (decimal): -4672083 or 11384248. OLE color: 11384248.

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

Color convert

RGB184181173-
CMYK00.020.060.28
HSL43.64º7.19%70%-
HSV(B)43.64º5.98%72.16%-
XYZ43.8346.2646.15-
YUV180.98123.49130.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=34.20%
G=33.64%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418117300.020.060.2843.647.1970
HexB8B5AD0261C2c746
Octal27026525502634547106
Binary101110001011010110101101010110111001011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B5AD; }

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

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

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

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

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

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

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

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