COLOR #BEB5D6

HEX: #BEB5D6
RGB: (190,181,214)

Color info

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

RGB color model

#BEB5D6 color RGB value is (190,181,214).

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

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 214 of 255 = 84%

190
181
214

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 214 = 585 (100%)
R 190 of 585 ~ 32.48%
G 181 of 585 ~ 30.94%
B 214 of 585 ~ 36.58%

%32.48
%30.94
%36.58

CMYK color model

#BEB5D6 color CMYK value is (11,15,0,16).

  • cyan value is 11.21%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,15,0,16)
C11M15Y0K16 
(11%,15%,0%,16%)
(0.11/0.15/0.00/0.16)	

CMYK percentages

%11.21
%15.42
%0
%16.08

Codes

Color #BEB5D6 in popluar color models

BEB5D6
RGB190181214
HSL256°28.70%77.45%
HSB/HSV256°15.42%83.92%
CMYK11.21%15.42%0.00%
16.08%

Color #BEB5D6 in popluar number systems.

HEXBEB5D6
Decimal190181214
Binary101111101011010111010110
Octal276265326

Shades and tints

Shades of #BEB5D6

#BEB5D6
(190,181,214)
#ADA5C3
(173,165,195)
#9C95B0
(156,149,176)
#8B859D
(139,133,157)
#7A758A
(122,117,138)
#696577
(105,101,119)
#585564
(88,85,100)
#474551
(71,69,81)
#36353E
(54,53,62)
#25252B
(37,37,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEB5D6

#BEB5D6
(190,181,214)
#C3BBD9
(195,187,217)
#C8C1DC
(200,193,220)
#CDC7DF
(205,199,223)
#D2CDE2
(210,205,226)
#D7D3E5
(215,211,229)
#DCD9E8
(220,217,232)
#E1DFEB
(225,223,235)
#E6E5EE
(230,229,238)
#EBEBF1
(235,235,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5D6; }

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

This text font color is #BEB5D6.


Background Color

.myBgColor { background-color: #BEB5D6; }

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

This div background color is #BEB5D6.


Border color

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

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

This div border color is #BEB5D6.


Opacity

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

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

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

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

This text has shadow with #BEB5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5D6 on black background.


Color preview on white background

This text has color #BEB5D6 on white background.



Black color preview on #BEB5D6 background

This text has black color on #BEB5D6 background.


White color preview on #BEB5D6 background

This text has white color on #BEB5D6 background.