COLOR #BEB5FD

HEX: #BEB5FD RGB: (190,181,253)

Color info

#BEB5FD contains mainly blue color. Web safe color of #BEB5FD is #CCCCFF (or #CCF).

RGB color model

#BEB5FD color RGB value is (190,181,253).

RGB: (190,181,253) (75%, 71%, 99%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 253 of 255 = 99%

190
181
253

R + G + B ~ 82%. #BEB5FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 181 + 253 = 624 (100%)
R 190 of 624 ~ 30.45%
G 181 of 624 ~ 29.01%
B 253 of 624 ~ 40.54'%

%30.45
%29.01
%40.54

CMYK color model

#BEB5FD color CMYK value is (25,28,0,1).

  • cyan value is 24.90%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (25,28,0,1)
C25M28Y0K1 (25%, 28%, 0%, 1%)
(0.25 / 0.28 / 0.00 / 0.01)

CMYK percentages

%24.9
%28.46
%0
%0.78

Codes

Color #BEB5FD in popluar color models

BE B5 FD
RGB 190 181 253
HSL 248° 94.74% 85.10%
HSB/HSV 248° 28.46% 99.22%
CMYK 24.90% 28.46% 0.00%
0.78%

Color #BEB5FD in popluar number systems.

HEX BE B5 FD
Decimal 190 181 253
Binary 10111110 10110101 11111101
Octal 276 265 375

Shades and tints

Shades of #BEB5FD

#BEB5FD
(190,181,253)
#ADA5E6
(173,165,230)
#9C95CF
(156,149,207)
#8B85B8
(139,133,184)
#7A75A1
(122,117,161)
#69658A
(105,101,138)
#585573
(88,85,115)
#47455C
(71,69,92)
#363545
(54,53,69)
#25252E
(37,37,46)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEB5FD

#BEB5FD
(190,181,253)
#C3BBFD
(195,187,253)
#C8C1FD
(200,193,253)
#CDC7FD
(205,199,253)
#D2CDFD
(210,205,253)
#D7D3FD
(215,211,253)
#DCD9FD
(220,217,253)
#E1DFFD
(225,223,253)
#E6E5FD
(230,229,253)
#EBEBFD
(235,235,253)
#F0F1FD
(240,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5FD; }

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

This text font color is #BEB5FD.

Background Color

.myBgColor { background-color: #BEB5FD; }

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

This div background color is #BEB5FD.

Border color

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

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

This div border color is #BEB5FD.

Opacity

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

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

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

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

This text has shadow with #BEB5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB5FD.

Preview

Color preview on black background

This text has color #BEB5FD on black background.


Color preview on white background

This text has color #BEB5FD on white background.


Black color preview on #BEB5FD background

This text has black color on #BEB5FD background.


White color preview on #BEB5FD background

This text has white color on #BEB5FD background.


Related colors

Complementary color

Complementary color for #hex is #414A02.


I love getcolorcode.com

Triadic colors

1 #FDBEB5 and #B5FDBE with #BEB5FD are triadic colors.

2 #FDB5BE and #B5BEFD with #BEB5FD are triadic colors.