#BEBEB7

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

Shades of Silver Sand #BEBEB7

Tints of Silver Sand #BEBEB7

Color information

#BEBEB7 (or 0xBEBEB7) is unknown color: approx Silver Sand. HEX triplet: BE, BE and B7. RGB value is (190,190,183). Sum of RGB (Red+Green+Blue) = 190+190+183=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEB7 is #414148. Grayscale: #BDBDBD. Windows color (decimal): -4276553 or 12041918. OLE color: 12041918.

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

Color convert

RGB190190183-
CMYK000.040.25
HSL60º5.11%73.14%-
HSV(B)60º3.68%74.51%-
XYZ48.251.1952.14-
YUV189.2124.5128.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=33.75%
G=33.75%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190183000.040.25605.1173.14
HexBEBEB7004193c549
Octal27627626700431745111
Binary10111110101111101011011100100110011111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEB7; }

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

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

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

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

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

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

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

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