COLOR #BEBDDE

HEX: #BEBDDE
RGB: (190,189,222)

Color info

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

RGB color model

#BEBDDE color RGB value is (190,189,222).

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

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 222 of 255 = 87%

190
189
222

R + G + B ~ 79%. #BEBDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 222 = 601 (100%)
R 190 of 601 ~ 31.61%
G 189 of 601 ~ 31.45%
B 222 of 601 ~ 36.94%

%31.61
%31.45
%36.94

CMYK color model

#BEBDDE color CMYK value is (14,15,0,13).

  • cyan value is 14.41%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,15,0,13)
C14M15Y0K13 
(14%,15%,0%,13%)
(0.14/0.15/0.00/0.13)	

CMYK percentages

%14.41
%14.86
%0
%12.94

Codes

Color #BEBDDE in popluar color models

BEBDDE
RGB190189222
HSL242°33.33%80.59%
HSB/HSV242°14.86%87.06%
CMYK14.41%14.86%0.00%
12.94%

Color #BEBDDE in popluar number systems.

HEXBEBDDE
Decimal190189222
Binary101111101011110111011110
Octal276275336

Shades and tints

Shades of #BEBDDE

#BEBDDE
(190,189,222)
#ADACCA
(173,172,202)
#9C9BB6
(156,155,182)
#8B8AA2
(139,138,162)
#7A798E
(122,121,142)
#69687A
(105,104,122)
#585766
(88,87,102)
#474652
(71,70,82)
#36353E
(54,53,62)
#25242A
(37,36,42)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BEBDDE

#BEBDDE
(190,189,222)
#C3C3E1
(195,195,225)
#C8C9E4
(200,201,228)
#CDCFE7
(205,207,231)
#D2D5EA
(210,213,234)
#D7DBED
(215,219,237)
#DCE1F0
(220,225,240)
#E1E7F3
(225,231,243)
#E6EDF6
(230,237,246)
#EBF3F9
(235,243,249)
#F0F9FC
(240,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDDE; }

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

This text font color is #BEBDDE.


Background Color

.myBgColor { background-color: #BEBDDE; }

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

This div background color is #BEBDDE.


Border color

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

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

This div border color is #BEBDDE.


Opacity

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

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

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

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

This text has shadow with #BEBDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDDE on black background.


Color preview on white background

This text has color #BEBDDE on white background.



Black color preview on #BEBDDE background

This text has black color on #BEBDDE background.


White color preview on #BEBDDE background

This text has white color on #BEBDDE background.