Html Css Color HEX #BEBEB6 Silver Sand

📋 copy color: '#BEBEB6'

red 190 ◦ green 190 ◦ blue 182

#BEBEB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Sand #BEBEB6

Tints of Silver Sand #BEBEB6

RGB

 RED value IS 190 (74.61% from 255) = 33.81%

 GREEN value IS 190 (74.61% from 255) = 33.81%

 BLUE value IS 182 (71.48% from 255) = 32.38%

R = 33.81%
G = 33.81%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BEBEB6 (or 0xBEBEB6) is known color: Silver Sand. HEX triplet: BE, BE and B6. RGB value is (190,190,182). Sum of RGB (Red+Green+Blue) = 190+190+182=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEB6 is #414149. Grayscale: #BDBDBD. Windows color (decimal): -4276554 or 11976382. OLE color: 11976382.

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

Color convert

RGB 190 190 182 -
CMYK 0 0 0.04 0.25
HSL 60º 0.06% 0.73% -
HSV(B) 60º 0.04% 0.75% -
XYZ 48.09 51.15 51.59 -
YUV 189.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 190 190 182 0 0 0.04 0.25 60 0.06 0.73
Hex BE BE B6 0 0 4 19 3C 6 49
Octal 276 276 266 0 0 4 31 74 6 111
Binary 10111110 10111110 10110110 0 0 100 11001 111100 110 1001001

Color Harmonies of #BEBEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBEB6

Black with #BEBEB6

Text Example


Text Example

White with #BEBEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBEB6; }

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

 H1.HeaderClassName
 {
   color: #BEBEB6;
 }
 .AnyTagClassName
 {
   color: #BEBEB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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