COLOR #BEB2B2

HEX: #BEB2B2 RGB: (190,178,178)

Color info

#BEB2B2 contains red, green and blue colors in about the same proportion. Web safe color of #BEB2B2 is #CC9999 (or #C99).

RGB color model

#BEB2B2 color RGB value is (190,178,178).

RGB: (190,178,178) (75%, 70%, 70%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 178 of 255 = 70%

190
178
178

R + G + B ~ 72%. #BEB2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 178 + 178 = 546 (100%)
R 190 of 546 ~ 34.8%
G 178 of 546 ~ 32.6%
B 178 of 546 ~ 32.6'%

%34.8
%32.6
%32.6

CMYK color model

#BEB2B2 color CMYK value is (0,6,6,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK: (0,6,6,25) C0M6Y6K25 (0%,6%,6%,25%) (0.00/0.06/0.06/0.25) 

CMYK percentages

%0
%6.32
%6.32
%25.49

Codes

Color #BEB2B2 in popluar color models

BE B2 B2
RGB 190 178 178
HSL 8.45% 72.16%
HSB/HSV 6.32% 74.51%
CMYK 0.00% 6.32% 6.32%
25.49%

Color #BEB2B2 in popluar number systems.

HEX BE B2 B2
Decimal 190 178 178
Binary 10111110 10110010 10110010
Octal 276 262 262

Shades and tints

Shades of #BEB2B2

#BEB2B2
(190,178,178)
#ADA2A2
(173,162,162)
#9C9292
(156,146,146)
#8B8282
(139,130,130)
#7A7272
(122,114,114)
#696262
(105,98,98)
#585252
(88,82,82)
#474242
(71,66,66)
#363232
(54,50,50)
#252222
(37,34,34)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BEB2B2

#BEB2B2
(190,178,178)
#C3B9B9
(195,185,185)
#C8C0C0
(200,192,192)
#CDC7C7
(205,199,199)
#D2CECE
(210,206,206)
#D7D5D5
(215,213,213)
#DCDCDC
(220,220,220)
#E1E3E3
(225,227,227)
#E6EAEA
(230,234,234)
#EBF1F1
(235,241,241)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB2B2 color. Also use rgb(190,178,178) instead hex code.

Text Font Color

.myTextColor { color: #BEB2B2; }

<p style="color:#BEB2B2">This sample text font color is #BEB2B2.</p>

This text font color is #BEB2B2.

Background Color

.myBgColor { background-color: #BEB2B2; }

<div style="background-color:#BEB2B2">Inner text</div>

This div background color is #BEB2B2.

Border color

.myBorderColor { border: 1px solid #BEB2B2; }

<div style="border:3px solid #BEB2B2">Div</div>

This div border color is #BEB2B2.

Opacity

.myOpacity80 { color: #BEB2B2; opacity: 0.8; }

<p style="color:#BEB2B2;opacity:0.8;">80%</p>

Text with #BEB2B2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEB2B2;}

<p style="text-shadow: 3px 3px 1px #BEB2B2">Text here.</p>

This text has shadow with #BEB2B2 color.


.textShadow {text-shadow: 3px 3px 1px #BEB2B2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEB2B2, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEB2B2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB2B2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEB2B2, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEB2B2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEB2B2;
-webkit-box-shadow: 1px 1px 3px 2px #BEB2B2;
box-shadow: 1px 1px 3px 2px #BEB2B2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEB2B2; -webkit-box-shadow: 1px 1px 3px 2px #BEB2B2; box-shadow:1px 1px 3px 2px #BEB2B2;">
Div content here
</div>

This div box has shadow with color #BEB2B2.

Preview

Color preview on black background

This text has color #BEB2B2 on black background.


Color preview on white background

This text has color #BEB2B2 on white background.


Black color preview on #BEB2B2 background

This text has black color on #BEB2B2 background.


White color preview on #BEB2B2 background

This text has white color on #BEB2B2 background.


Related colors

Complementary color

Complementary color for #hex is #414D4D.


I love getcolorcode.com