#BDBDB5

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

Shades of Silver Sand #BDBDB5

Tints of Silver Sand #BDBDB5

Color information

#BDBDB5 (or 0xBDBDB5) is unknown color: approx Silver Sand. HEX triplet: BD, BD and B5. RGB value is (189,189,181). Sum of RGB (Red+Green+Blue) = 189+189+181=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDB5 is #42424A. Grayscale: #BCBCBC. Windows color (decimal): -4342347 or 11910589. OLE color: 11910589.

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

Color convert

RGB189189181-
CMYK000.040.26
HSL60º5.71%72.55%-
HSV(B)60º4.23%74.12%-
XYZ47.5250.5550.97-
YUV188.09124128.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=33.81%
G=33.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189181000.040.26605.7172.55
HexBDBDB50041A3c649
Octal27527526500432746111
Binary10111101101111011011010100100110101111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDB5; }

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

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

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

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

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

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

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

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