COLOR #BEA2DA

HEX: #BEA2DA RGB: (190,162,218)

Color info

#BEA2DA contains red, green and blue colors in about the same proportion. Web safe color of #BEA2DA is #CC99CC (or #C9C).

RGB color model

#BEA2DA color RGB value is (190,162,218).

RGB: (190,162,218) (75%, 64%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 218 of 255 = 85%

190
162
218

R + G + B ~ 75%. #BEA2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 218 = 570 (100%)
R 190 of 570 ~ 33.33%
G 162 of 570 ~ 28.42%
B 218 of 570 ~ 38.25'%

%33.33
%28.42
%38.25

CMYK color model

#BEA2DA color CMYK value is (13,26,0,15).

  • cyan value is 12.84%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (13,26,0,15) C13M26Y0K15 (13%,26%,0%,15%) (0.13/0.26/0.00/0.15) 

CMYK percentages

%12.84
%25.69
%0
%14.51

Codes

Color #BEA2DA in popluar color models

BE A2 DA
RGB 190 162 218
HSL 270° 43.08% 74.51%
HSB/HSV 270° 25.69% 85.49%
CMYK 12.84% 25.69% 0.00%
14.51%

Color #BEA2DA in popluar number systems.

HEX BE A2 DA
Decimal 190 162 218
Binary 10111110 10100010 11011010
Octal 276 242 332

Shades and tints

Shades of #BEA2DA

#BEA2DA
(190,162,218)
#AD94C7
(173,148,199)
#9C86B4
(156,134,180)
#8B78A1
(139,120,161)
#7A6A8E
(122,106,142)
#695C7B
(105,92,123)
#584E68
(88,78,104)
#474055
(71,64,85)
#363242
(54,50,66)
#25242F
(37,36,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BEA2DA

#BEA2DA
(190,162,218)
#C3AADD
(195,170,221)
#C8B2E0
(200,178,224)
#CDBAE3
(205,186,227)
#D2C2E6
(210,194,230)
#D7CAE9
(215,202,233)
#DCD2EC
(220,210,236)
#E1DAEF
(225,218,239)
#E6E2F2
(230,226,242)
#EBEAF5
(235,234,245)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA2DA color. Also use rgb(190,162,218) instead hex code.

Text Font Color

.myTextColor { color: #BEA2DA; }

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

This text font color is #BEA2DA.

Background Color

.myBgColor { background-color: #BEA2DA; }

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

This div background color is #BEA2DA.

Border color

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

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

This div border color is #BEA2DA.

Opacity

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

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

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

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

This text has shadow with #BEA2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA2DA.

Preview

Color preview on black background

This text has color #BEA2DA on black background.


Color preview on white background

This text has color #BEA2DA on white background.


Black color preview on #BEA2DA background

This text has black color on #BEA2DA background.


White color preview on #BEA2DA background

This text has white color on #BEA2DA background.


Related colors

Complementary color

Complementary color for #hex is #415D25.


I love getcolorcode.com

Triadic colors

1 #DABEA2 and #A2DABE with #BEA2DA are triadic colors.

2 #DAA2BE and #A2BEDA with #BEA2DA are triadic colors.