COLOR #BEAAE9

HEX: #BEAAE9 RGB: (190,170,233)

Color info

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

RGB color model

#BEAAE9 color RGB value is (190,170,233).

RGB: (190,170,233) (75%, 67%, 91%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 233 of 255 = 91%

190
170
233

R + G + B ~ 78%. #BEAAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 233 = 593 (100%)
R 190 of 593 ~ 32.04%
G 170 of 593 ~ 28.67%
B 233 of 593 ~ 39.29'%

%32.04
%28.67
%39.29

CMYK color model

#BEAAE9 color CMYK value is (18,27,0,9).

  • cyan value is 18.45%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (18,27,0,9) C18M27Y0K9 (18%,27%,0%,9%) (0.18/0.27/0.00/0.09) 

CMYK percentages

%18.45
%27.04
%0
%8.63

Codes

Color #BEAAE9 in popluar color models

BE AA E9
RGB 190 170 233
HSL 259° 58.88% 79.02%
HSB/HSV 259° 27.04% 91.37%
CMYK 18.45% 27.04% 0.00%
8.63%

Color #BEAAE9 in popluar number systems.

HEX BE AA E9
Decimal 190 170 233
Binary 10111110 10101010 11101001
Octal 276 252 351

Shades and tints

Shades of #BEAAE9

#BEAAE9
(190,170,233)
#AD9BD4
(173,155,212)
#9C8CBF
(156,140,191)
#8B7DAA
(139,125,170)
#7A6E95
(122,110,149)
#695F80
(105,95,128)
#58506B
(88,80,107)
#474156
(71,65,86)
#363241
(54,50,65)
#25232C
(37,35,44)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEAAE9

#BEAAE9
(190,170,233)
#C3B1EB
(195,177,235)
#C8B8ED
(200,184,237)
#CDBFEF
(205,191,239)
#D2C6F1
(210,198,241)
#D7CDF3
(215,205,243)
#DCD4F5
(220,212,245)
#E1DBF7
(225,219,247)
#E6E2F9
(230,226,249)
#EBE9FB
(235,233,251)
#F0F0FD
(240,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAAE9 color. Also use rgb(190,170,233) instead hex code.

Text Font Color

.myTextColor { color: #BEAAE9; }

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

This text font color is #BEAAE9.

Background Color

.myBgColor { background-color: #BEAAE9; }

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

This div background color is #BEAAE9.

Border color

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

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

This div border color is #BEAAE9.

Opacity

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

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

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

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

This text has shadow with #BEAAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAAE9.

Preview

Color preview on black background

This text has color #BEAAE9 on black background.


Color preview on white background

This text has color #BEAAE9 on white background.


Black color preview on #BEAAE9 background

This text has black color on #BEAAE9 background.


White color preview on #BEAAE9 background

This text has white color on #BEAAE9 background.


Related colors

Complementary color

Complementary color for #hex is #415516.


I love getcolorcode.com

Triadic colors

1 #E9BEAA and #AAE9BE with #BEAAE9 are triadic colors.

2 #E9AABE and #AABEE9 with #BEAAE9 are triadic colors.