#BEBEBB

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

Shades of Silver Sand #BEBEBB

Tints of Silver Sand #BEBEBB

Color information

#BEBEBB (or 0xBEBEBB) is unknown color: approx Silver Sand. HEX triplet: BE, BE and BB. RGB value is (190,190,187). Sum of RGB (Red+Green+Blue) = 190+190+187=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEBB is #414144. Grayscale: #BDBDBD. Windows color (decimal): -4276549 or 12304062. OLE color: 12304062.

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

Color convert

RGB190190187-
CMYK000.020.25
HSL60º2.26%73.92%-
HSV(B)60º1.58%74.51%-
XYZ48.6251.3654.37-
YUV189.66126.5128.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=33.51%
G=33.51%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190187000.020.25602.2673.92
HexBEBEBB002193c24a
Octal27627627300231742112
Binary101111101011111010111011001011001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEBB; }

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

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

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

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

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

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

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

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