COLOR #BEBDD2

HEX: #BEBDD2
RGB: (190,189,210)

Color info

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

RGB color model

#BEBDD2 color RGB value is (190,189,210).

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

RGB channels and saturation

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

190
189
210

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

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 210 = 589 (100%)
R 190 of 589 ~ 32.26%
G 189 of 589 ~ 32.09%
B 210 of 589 ~ 35.65%

%32.26
%32.09
%35.65

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 10.00%
  • 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
%10
%0
%17.65

Codes

Color #BEBDD2 in popluar color models

BEBDD2
RGB190189210
HSL243°18.92%78.24%
HSB/HSV243°10.00%82.35%
CMYK9.52%10.00%0.00%
17.65%

Color #BEBDD2 in popluar number systems.

HEXBEBDD2
Decimal190189210
Binary101111101011110111010010
Octal276275322

Shades and tints

Shades of #BEBDD2

#BEBDD2
(190,189,210)
#ADACBF
(173,172,191)
#9C9BAC
(156,155,172)
#8B8A99
(139,138,153)
#7A7986
(122,121,134)
#696873
(105,104,115)
#585760
(88,87,96)
#47464D
(71,70,77)
#36353A
(54,53,58)
#252427
(37,36,39)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BEBDD2

#BEBDD2
(190,189,210)
#C3C3D6
(195,195,214)
#C8C9DA
(200,201,218)
#CDCFDE
(205,207,222)
#D2D5E2
(210,213,226)
#D7DBE6
(215,219,230)
#DCE1EA
(220,225,234)
#E1E7EE
(225,231,238)
#E6EDF2
(230,237,242)
#EBF3F6
(235,243,246)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDD2; }

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

This text font color is #BEBDD2.


Background Color

.myBgColor { background-color: #BEBDD2; }

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

This div background color is #BEBDD2.


Border color

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

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

This div border color is #BEBDD2.


Opacity

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

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

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

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

This text has shadow with #BEBDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDD2 on black background.


Color preview on white background

This text has color #BEBDD2 on white background.



Black color preview on #BEBDD2 background

This text has black color on #BEBDD2 background.


White color preview on #BEBDD2 background

This text has white color on #BEBDD2 background.