#BEBDB4

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

Shades of Silver Sand #BEBDB4

Tints of Silver Sand #BEBDB4

Color information

#BEBDB4 (or 0xBEBDB4) is unknown color: approx Silver Sand. HEX triplet: BE, BD and B4. RGB value is (190,189,180). Sum of RGB (Red+Green+Blue) = 190+189+180=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDB4 is #41424B. Grayscale: #BCBCBC. Windows color (decimal): -4276812 or 11845054. OLE color: 11845054.

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

Color convert

RGB190189180-
CMYK00.010.050.25
HSL54º7.14%72.55%-
HSV(B)54º5.26%74.51%-
XYZ47.6750.6450.44-
YUV188.27123.33129.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=33.99%
G=33.81%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018918000.010.050.25547.1472.55
HexBEBDB40151936749
Octal27627526401531667111
Binary10111110101111011011010001101110011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDB4; }

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

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

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

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

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

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

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

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