COLOR #BEBED2

HEX: #BEBED2
RGB: (190,190,210)

Color info

#BEBED2 contains red, green and blue colors in about the same proportion. Web safe color of #BEBED2 is #CCCCCC (or #CCC).

RGB color model

#BEBED2 color RGB value is (190,190,210).

  • red value is 190;
  • green value is 190;
  • blue value is 210.
RGB:
(190,190,210)
(75%,75%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 210 of 255 = 82%

190
190
210

R + G + B ~ 77%. #BEBED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 210 = 590 (100%)
R 190 of 590 ~ 32.2%
G 190 of 590 ~ 32.2%
B 210 of 590 ~ 35.59%

%32.2
%32.2
%35.59

CMYK color model

#BEBED2 color CMYK value is (10,10,0,18).

  • cyan value is 9.52%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,10,0,18)
C10M10Y0K18 
(10%,10%,0%,18%)
(0.10/0.10/0.00/0.18)	

CMYK percentages

%9.52
%9.52
%0
%17.65

Codes

Color #BEBED2 in popluar color models

BEBED2
RGB190190210
HSL240°18.18%78.43%
HSB/HSV240°9.52%82.35%
CMYK9.52%9.52%0.00%
17.65%

Color #BEBED2 in popluar number systems.

HEXBEBED2
Decimal190190210
Binary101111101011111011010010
Octal276276322

Shades and tints

Shades of #BEBED2

#BEBED2
(190,190,210)
#ADADBF
(173,173,191)
#9C9CAC
(156,156,172)
#8B8B99
(139,139,153)
#7A7A86
(122,122,134)
#696973
(105,105,115)
#585860
(88,88,96)
#47474D
(71,71,77)
#36363A
(54,54,58)
#252527
(37,37,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEBED2

#BEBED2
(190,190,210)
#C3C3D6
(195,195,214)
#C8C8DA
(200,200,218)
#CDCDDE
(205,205,222)
#D2D2E2
(210,210,226)
#D7D7E6
(215,215,230)
#DCDCEA
(220,220,234)
#E1E1EE
(225,225,238)
#E6E6F2
(230,230,242)
#EBEBF6
(235,235,246)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBED2; }

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

This text font color is #BEBED2.


Background Color

.myBgColor { background-color: #BEBED2; }

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

This div background color is #BEBED2.


Border color

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

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

This div border color is #BEBED2.


Opacity

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

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

Text with #BEBED2 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 #BEBED2;}

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

This text has shadow with #BEBED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBED2 on black background.


Color preview on white background

This text has color #BEBED2 on white background.



Black color preview on #BEBED2 background

This text has black color on #BEBED2 background.


White color preview on #BEBED2 background

This text has white color on #BEBED2 background.