#BDB9AD

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

Shades of Grey Nickel #BDB9AD

Tints of Grey Nickel #BDB9AD

Color information

#BDB9AD (or 0xBDB9AD) is unknown color: approx Grey Nickel. HEX triplet: BD, B9 and AD. RGB value is (189,185,173). Sum of RGB (Red+Green+Blue) = 189+185+173=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AD is #424652. Grayscale: #B8B8B8. Windows color (decimal): -4343379 or 11385277. OLE color: 11385277.

HSL color Cylindrical-coordinate representation of color #BDB9AD: hue angle of 45º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB9AD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189185173-
CMYK00.020.080.26
HSL45º10.81%70.98%-
HSV(B)45º8.47%74.12%-
XYZ45.8848.5346.49-
YUV184.83121.33130.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=34.55%
G=33.82%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918517300.020.080.264510.8170.98
HexBDB9AD0281A2db47
Octal2752712550210325513107
Binary10111101101110011010110101010001101010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9AD; }

 p { color: rgb(189,185,173); }

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

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

 a { background-color: rgb(189,185,173); }

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

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

 span { border-color: rgb(189,185,173); }

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