COLOR #BEB9FD

HEX: #BEB9FD RGB: (190,185,253)

Color info

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

RGB color model

#BEB9FD color RGB value is (190,185,253).

RGB: (190,185,253) (75%, 73%, 99%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 253 of 255 = 99%

190
185
253

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

Portions of RGB colors in percentages

R + G + B = 190 + 185 + 253 = 628 (100%)
R 190 of 628 ~ 30.25%
G 185 of 628 ~ 29.46%
B 253 of 628 ~ 40.29'%

%30.25
%29.46
%40.29

CMYK color model

#BEB9FD color CMYK value is (25,27,0,1).

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

CMYK: (25,27,0,1)
C25M27Y0K1 (25%, 27%, 0%, 1%)
(0.25 / 0.27 / 0.00 / 0.01)

CMYK percentages

%24.9
%26.88
%0
%0.78

Codes

Color #BEB9FD in popluar color models

BE B9 FD
RGB 190 185 253
HSL 244° 94.44% 85.88%
HSB/HSV 244° 26.88% 99.22%
CMYK 24.90% 26.88% 0.00%
0.78%

Color #BEB9FD in popluar number systems.

HEX BE B9 FD
Decimal 190 185 253
Binary 10111110 10111001 11111101
Octal 276 271 375

Shades and tints

Shades of #BEB9FD

#BEB9FD
(190,185,253)
#ADA9E6
(173,169,230)
#9C99CF
(156,153,207)
#8B89B8
(139,137,184)
#7A79A1
(122,121,161)
#69698A
(105,105,138)
#585973
(88,89,115)
#47495C
(71,73,92)
#363945
(54,57,69)
#25292E
(37,41,46)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEB9FD

#BEB9FD
(190,185,253)
#C3BFFD
(195,191,253)
#C8C5FD
(200,197,253)
#CDCBFD
(205,203,253)
#D2D1FD
(210,209,253)
#D7D7FD
(215,215,253)
#DCDDFD
(220,221,253)
#E1E3FD
(225,227,253)
#E6E9FD
(230,233,253)
#EBEFFD
(235,239,253)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9FD; }

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

This text font color is #BEB9FD.

Background Color

.myBgColor { background-color: #BEB9FD; }

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

This div background color is #BEB9FD.

Border color

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

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

This div border color is #BEB9FD.

Opacity

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

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

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

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

This text has shadow with #BEB9FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB9FD.

Preview

Color preview on black background

This text has color #BEB9FD on black background.


Color preview on white background

This text has color #BEB9FD on white background.


Black color preview on #BEB9FD background

This text has black color on #BEB9FD background.


White color preview on #BEB9FD background

This text has white color on #BEB9FD background.


Related colors

Complementary color

Complementary color for #hex is #414602.


I love getcolorcode.com

Triadic colors

1 #FDBEB9 and #B9FDBE with #BEB9FD are triadic colors.

2 #FDB9BE and #B9BEFD with #BEB9FD are triadic colors.