COLOR #BEB5DD

HEX: #BEB5DD
RGB: (190,181,221)

Color info

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

RGB color model

#BEB5DD color RGB value is (190,181,221).

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

RGB channels and saturation

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

190
181
221

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 221 = 592 (100%)
R 190 of 592 ~ 32.09%
G 181 of 592 ~ 30.57%
B 221 of 592 ~ 37.33%

%32.09
%30.57
%37.33

CMYK color model

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

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

CMYK percentages

%14.03
%18.1
%0
%13.33

Codes

Color #BEB5DD in popluar color models

BEB5DD
RGB190181221
HSL254°37.04%78.82%
HSB/HSV254°18.10%86.67%
CMYK14.03%18.10%0.00%
13.33%

Color #BEB5DD in popluar number systems.

HEXBEB5DD
Decimal190181221
Binary101111101011010111011101
Octal276265335

Shades and tints

Shades of #BEB5DD

#BEB5DD
(190,181,221)
#ADA5C9
(173,165,201)
#9C95B5
(156,149,181)
#8B85A1
(139,133,161)
#7A758D
(122,117,141)
#696579
(105,101,121)
#585565
(88,85,101)
#474551
(71,69,81)
#36353D
(54,53,61)
#252529
(37,37,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEB5DD

#BEB5DD
(190,181,221)
#C3BBE0
(195,187,224)
#C8C1E3
(200,193,227)
#CDC7E6
(205,199,230)
#D2CDE9
(210,205,233)
#D7D3EC
(215,211,236)
#DCD9EF
(220,217,239)
#E1DFF2
(225,223,242)
#E6E5F5
(230,229,245)
#EBEBF8
(235,235,248)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5DD; }

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

This text font color is #BEB5DD.


Background Color

.myBgColor { background-color: #BEB5DD; }

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

This div background color is #BEB5DD.


Border color

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

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

This div border color is #BEB5DD.


Opacity

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

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

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

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

This text has shadow with #BEB5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5DD on black background.


Color preview on white background

This text has color #BEB5DD on white background.



Black color preview on #BEB5DD background

This text has black color on #BEB5DD background.


White color preview on #BEB5DD background

This text has white color on #BEB5DD background.