#BEBDB6

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

Shades of Silver Sand #BEBDB6

Tints of Silver Sand #BEBDB6

Color information

#BEBDB6 (or 0xBEBDB6) is unknown color: approx Silver Sand. HEX triplet: BE, BD and B6. RGB value is (190,189,182). Sum of RGB (Red+Green+Blue) = 190+189+182=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDB6 is #414249. Grayscale: #BCBCBC. Windows color (decimal): -4276810 or 11976126. OLE color: 11976126.

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

Color convert

RGB190189182-
CMYK00.010.040.25
HSL52.5º5.8%72.94%-
HSV(B)52.5º4.21%74.51%-
XYZ47.8850.7251.52-
YUV188.5124.33129.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=33.87%
G=33.69%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018918200.010.040.2552.55.872.94
HexBEBDB60141935649
Octal27627526601431656111
Binary10111110101111011011011001100110011101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDB6; }

 p { color: rgb(190,189,182); }

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

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

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

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

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

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

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