COLOR #BEAEEC

HEX: #BEAEEC RGB: (190,174,236)

Color info

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

RGB color model

#BEAEEC color RGB value is (190,174,236).

RGB: (190,174,236) (75%, 68%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 236 of 255 = 93%

190
174
236

R + G + B ~ 79%. #BEAEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 236 = 600 (100%)
R 190 of 600 ~ 31.67%
G 174 of 600 ~ 29%
B 236 of 600 ~ 39.33'%

%31.67
%29
%39.33

CMYK color model

#BEAEEC color CMYK value is (19,26,0,7).

  • cyan value is 19.49%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (19,26,0,7)
C19M26Y0K7 (19%, 26%, 0%, 7%)
(0.19 / 0.26 / 0.00 / 0.07)

CMYK percentages

%19.49
%26.27
%0
%7.45

Codes

Color #BEAEEC in popluar color models

BE AE EC
RGB 190 174 236
HSL 255° 62.00% 80.39%
HSB/HSV 255° 26.27% 92.55%
CMYK 19.49% 26.27% 0.00%
7.45%

Color #BEAEEC in popluar number systems.

HEX BE AE EC
Decimal 190 174 236
Binary 10111110 10101110 11101100
Octal 276 256 354

Shades and tints

Shades of #BEAEEC

#BEAEEC
(190,174,236)
#AD9FD7
(173,159,215)
#9C90C2
(156,144,194)
#8B81AD
(139,129,173)
#7A7298
(122,114,152)
#696383
(105,99,131)
#58546E
(88,84,110)
#474559
(71,69,89)
#363644
(54,54,68)
#25272F
(37,39,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #BEAEEC

#BEAEEC
(190,174,236)
#C3B5ED
(195,181,237)
#C8BCEE
(200,188,238)
#CDC3EF
(205,195,239)
#D2CAF0
(210,202,240)
#D7D1F1
(215,209,241)
#DCD8F2
(220,216,242)
#E1DFF3
(225,223,243)
#E6E6F4
(230,230,244)
#EBEDF5
(235,237,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAEEC color. Also use rgb(190,174,236) instead hex code.

Text Font Color

.myTextColor { color: #BEAEEC; }

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

This text font color is #BEAEEC.

Background Color

.myBgColor { background-color: #BEAEEC; }

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

This div background color is #BEAEEC.

Border color

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

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

This div border color is #BEAEEC.

Opacity

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

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

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

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

This text has shadow with #BEAEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAEEC.

Preview

Color preview on black background

This text has color #BEAEEC on black background.


Color preview on white background

This text has color #BEAEEC on white background.


Black color preview on #BEAEEC background

This text has black color on #BEAEEC background.


White color preview on #BEAEEC background

This text has white color on #BEAEEC background.


Related colors

Complementary color

Complementary color for #hex is #415113.


I love getcolorcode.com

Triadic colors

1 #ECBEAE and #AEECBE with #BEAEEC are triadic colors.

2 #ECAEBE and #AEBEEC with #BEAEEC are triadic colors.