#BDB9AC

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

Shades of Grey Nickel #BDB9AC

Tints of Grey Nickel #BDB9AC

Color information

#BDB9AC (or 0xBDB9AC) is unknown color: approx Grey Nickel. HEX triplet: BD, B9 and AC. RGB value is (189,185,172). Sum of RGB (Red+Green+Blue) = 189+185+172=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AC is #424653. Grayscale: #B8B8B8. Windows color (decimal): -4343380 or 11319741. OLE color: 11319741.

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

Color convert

RGB189185172-
CMYK00.020.090.26
HSL45.88º11.41%70.78%-
HSV(B)45.88º8.99%74.12%-
XYZ45.7848.545.98-
YUV184.71120.83131.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=34.62%
G=33.88%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918517200.020.090.2645.8811.4170.78
HexBDB9AC0291A2eb47
Octal2752712540211325613107
Binary10111101101110011010110001010011101010111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9AC; }

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

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

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

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

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

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

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

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