COLOR #BEB5DE

HEX: #BEB5DE
RGB: (190,181,222)

Color info

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

RGB color model

#BEB5DE color RGB value is (190,181,222).

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

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 222 of 255 = 87%

190
181
222

R + G + B ~ 78%. #BEB5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 222 = 593 (100%)
R 190 of 593 ~ 32.04%
G 181 of 593 ~ 30.52%
B 222 of 593 ~ 37.44%

%32.04
%30.52
%37.44

CMYK color model

#BEB5DE color CMYK value is (14,18,0,13).

  • cyan value is 14.41%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,18,0,13)
C14M18Y0K13 
(14%,18%,0%,13%)
(0.14/0.18/0.00/0.13)	

CMYK percentages

%14.41
%18.47
%0
%12.94

Codes

Color #BEB5DE in popluar color models

BEB5DE
RGB190181222
HSL253°38.32%79.02%
HSB/HSV253°18.47%87.06%
CMYK14.41%18.47%0.00%
12.94%

Color #BEB5DE in popluar number systems.

HEXBEB5DE
Decimal190181222
Binary101111101011010111011110
Octal276265336

Shades and tints

Shades of #BEB5DE

#BEB5DE
(190,181,222)
#ADA5CA
(173,165,202)
#9C95B6
(156,149,182)
#8B85A2
(139,133,162)
#7A758E
(122,117,142)
#69657A
(105,101,122)
#585566
(88,85,102)
#474552
(71,69,82)
#36353E
(54,53,62)
#25252A
(37,37,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEB5DE

#BEB5DE
(190,181,222)
#C3BBE1
(195,187,225)
#C8C1E4
(200,193,228)
#CDC7E7
(205,199,231)
#D2CDEA
(210,205,234)
#D7D3ED
(215,211,237)
#DCD9F0
(220,217,240)
#E1DFF3
(225,223,243)
#E6E5F6
(230,229,246)
#EBEBF9
(235,235,249)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5DE; }

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

This text font color is #BEB5DE.


Background Color

.myBgColor { background-color: #BEB5DE; }

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

This div background color is #BEB5DE.


Border color

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

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

This div border color is #BEB5DE.


Opacity

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

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

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

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

This text has shadow with #BEB5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5DE on black background.


Color preview on white background

This text has color #BEB5DE on white background.



Black color preview on #BEB5DE background

This text has black color on #BEB5DE background.


White color preview on #BEB5DE background

This text has white color on #BEB5DE background.