COLOR #BEAAEE

HEX: #BEAAEE RGB: (190,170,238)

Color info

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

RGB color model

#BEAAEE color RGB value is (190,170,238).

RGB: (190,170,238) (75%, 67%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 238 of 255 = 93%

190
170
238

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

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 238 = 598 (100%)
R 190 of 598 ~ 31.77%
G 170 of 598 ~ 28.43%
B 238 of 598 ~ 39.8'%

%31.77
%28.43
%39.8

CMYK color model

#BEAAEE color CMYK value is (20,29,0,7).

  • cyan value is 20.17%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (20,29,0,7)
C20M29Y0K7 (20%, 29%, 0%, 7%)
(0.20 / 0.29 / 0.00 / 0.07)

CMYK percentages

%20.17
%28.57
%0
%6.67

Codes

Color #BEAAEE in popluar color models

BE AA EE
RGB 190 170 238
HSL 258° 66.67% 80.00%
HSB/HSV 258° 28.57% 93.33%
CMYK 20.17% 28.57% 0.00%
6.67%

Color #BEAAEE in popluar number systems.

HEX BE AA EE
Decimal 190 170 238
Binary 10111110 10101010 11101110
Octal 276 252 356

Shades and tints

Shades of #BEAAEE

#BEAAEE
(190,170,238)
#AD9BD9
(173,155,217)
#9C8CC4
(156,140,196)
#8B7DAF
(139,125,175)
#7A6E9A
(122,110,154)
#695F85
(105,95,133)
#585070
(88,80,112)
#47415B
(71,65,91)
#363246
(54,50,70)
#252331
(37,35,49)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #BEAAEE

#BEAAEE
(190,170,238)
#C3B1EF
(195,177,239)
#C8B8F0
(200,184,240)
#CDBFF1
(205,191,241)
#D2C6F2
(210,198,242)
#D7CDF3
(215,205,243)
#DCD4F4
(220,212,244)
#E1DBF5
(225,219,245)
#E6E2F6
(230,226,246)
#EBE9F7
(235,233,247)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAAEE; }

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

This text font color is #BEAAEE.

Background Color

.myBgColor { background-color: #BEAAEE; }

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

This div background color is #BEAAEE.

Border color

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

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

This div border color is #BEAAEE.

Opacity

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

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

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

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

This text has shadow with #BEAAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAAEE.

Preview

Color preview on black background

This text has color #BEAAEE on black background.


Color preview on white background

This text has color #BEAAEE on white background.


Black color preview on #BEAAEE background

This text has black color on #BEAAEE background.


White color preview on #BEAAEE background

This text has white color on #BEAAEE background.


Related colors

Complementary color

Complementary color for #hex is #415511.


I love getcolorcode.com

Triadic colors

1 #EEBEAA and #AAEEBE with #BEAAEE are triadic colors.

2 #EEAABE and #AABEEE with #BEAAEE are triadic colors.