COLOR #BEA3ED

HEX: #BEA3ED RGB: (190,163,237)

Color info

#BEA3ED contains mainly red and blue colors. Web safe color of #BEA3ED is #CC99FF (or #C9F).

RGB color model

#BEA3ED color RGB value is (190,163,237).

RGB: (190,163,237) (75%, 64%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 237 of 255 = 93%

190
163
237

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 237 = 590 (100%)
R 190 of 590 ~ 32.2%
G 163 of 590 ~ 27.63%
B 237 of 590 ~ 40.17'%

%32.2
%27.63
%40.17

CMYK color model

#BEA3ED color CMYK value is (20,31,0,7).

  • cyan value is 19.83%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (20,31,0,7)
C20M31Y0K7 (20%, 31%, 0%, 7%)
(0.20 / 0.31 / 0.00 / 0.07)

CMYK percentages

%19.83
%31.22
%0
%7.06

Codes

Color #BEA3ED in popluar color models

BE A3 ED
RGB 190 163 237
HSL 262° 67.27% 78.43%
HSB/HSV 262° 31.22% 92.94%
CMYK 19.83% 31.22% 0.00%
7.06%

Color #BEA3ED in popluar number systems.

HEX BE A3 ED
Decimal 190 163 237
Binary 10111110 10100011 11101101
Octal 276 243 355

Shades and tints

Shades of #BEA3ED

#BEA3ED
(190,163,237)
#AD95D8
(173,149,216)
#9C87C3
(156,135,195)
#8B79AE
(139,121,174)
#7A6B99
(122,107,153)
#695D84
(105,93,132)
#584F6F
(88,79,111)
#47415A
(71,65,90)
#363345
(54,51,69)
#252530
(37,37,48)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #BEA3ED

#BEA3ED
(190,163,237)
#C3ABEE
(195,171,238)
#C8B3EF
(200,179,239)
#CDBBF0
(205,187,240)
#D2C3F1
(210,195,241)
#D7CBF2
(215,203,242)
#DCD3F3
(220,211,243)
#E1DBF4
(225,219,244)
#E6E3F5
(230,227,245)
#EBEBF6
(235,235,246)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA3ED color. Also use rgb(190,163,237) instead hex code.

Text Font Color

.myTextColor { color: #BEA3ED; }

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

This text font color is #BEA3ED.

Background Color

.myBgColor { background-color: #BEA3ED; }

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

This div background color is #BEA3ED.

Border color

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

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

This div border color is #BEA3ED.

Opacity

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

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

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

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

This text has shadow with #BEA3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA3ED.

Preview

Color preview on black background

This text has color #BEA3ED on black background.


Color preview on white background

This text has color #BEA3ED on white background.


Black color preview on #BEA3ED background

This text has black color on #BEA3ED background.


White color preview on #BEA3ED background

This text has white color on #BEA3ED background.


Related colors

Complementary color

Complementary color for #hex is #415C12.


I love getcolorcode.com

Triadic colors

1 #EDBEA3 and #A3EDBE with #BEA3ED are triadic colors.

2 #EDA3BE and #A3BEED with #BEA3ED are triadic colors.