#BDB9B9

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

Shades of Silver #BDB9B9

Tints of Silver #BDB9B9

Color information

#BDB9B9 (or 0xBDB9B9) is unknown color: approx Silver. HEX triplet: BD, B9 and B9. RGB value is (189,185,185). Sum of RGB (Red+Green+Blue) = 189+185+185=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9B9 is #424646. Grayscale: #BABABA. Windows color (decimal): -4343367 or 12171709. OLE color: 12171709.

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

Color convert

RGB189185185-
CMYK00.020.020.26
HSL2.94%73.33%-
HSV(B)2.12%74.12%-
XYZ47.0949.0252.88-
YUV186.2127.33130-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=33.81%
G=33.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918518500.020.020.2602.9473.33
HexBDB9B90221A0349
Octal2752712710223203111
Binary10111101101110011011100101010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9B9; }

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

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

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

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

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

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

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

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