#BEBDB7

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

Shades of Silver Sand #BEBDB7

Tints of Silver Sand #BEBDB7

Color information

#BEBDB7 (or 0xBEBDB7) is unknown color: approx Silver Sand. HEX triplet: BE, BD and B7. RGB value is (190,189,183). Sum of RGB (Red+Green+Blue) = 190+189+183=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDB7 is #414248. Grayscale: #BCBCBC. Windows color (decimal): -4276809 or 12041662. OLE color: 12041662.

HSL color Cylindrical-coordinate representation of color #BEBDB7: hue angle of 51.43º degrees, saturation: 0.05, 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 #BEBDB7 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190189183-
CMYK00.010.040.25
HSL51.43º5.11%73.14%-
HSV(B)51.43º3.68%74.51%-
XYZ47.9850.7652.07-
YUV188.61124.83128.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=33.81%
G=33.63%
B=32.56%

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
Decimal19018918300.010.040.2551.435.1173.14
HexBEBDB70141933549
Octal27627526701431635111
Binary10111110101111011011011101100110011100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDB7; }

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

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

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

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

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

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

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

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