COLOR #BEAEFC

HEX: #BEAEFC RGB: (190,174,252)

Color info

#BEAEFC contains mainly blue color. Web safe color of #BEAEFC is #CC99FF (or #C9F).

RGB color model

#BEAEFC color RGB value is (190,174,252).

RGB: (190,174,252) (75%, 68%, 99%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 252 of 255 = 99%

190
174
252

R + G + B ~ 81%. #BEAEFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 252 = 616 (100%)
R 190 of 616 ~ 30.84%
G 174 of 616 ~ 28.25%
B 252 of 616 ~ 40.91'%

%30.84
%28.25
%40.91

CMYK color model

#BEAEFC color CMYK value is (25,31,0,1).

  • cyan value is 24.60%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (25,31,0,1)
C25M31Y0K1 (25%, 31%, 0%, 1%)
(0.25 / 0.31 / 0.00 / 0.01)

CMYK percentages

%24.6
%30.95
%0
%1.18

Codes

Color #BEAEFC in popluar color models

BE AE FC
RGB 190 174 252
HSL 252° 92.86% 83.53%
HSB/HSV 252° 30.95% 98.82%
CMYK 24.60% 30.95% 0.00%
1.18%

Color #BEAEFC in popluar number systems.

HEX BE AE FC
Decimal 190 174 252
Binary 10111110 10101110 11111100
Octal 276 256 374

Shades and tints

Shades of #BEAEFC

#BEAEFC
(190,174,252)
#AD9FE6
(173,159,230)
#9C90D0
(156,144,208)
#8B81BA
(139,129,186)
#7A72A4
(122,114,164)
#69638E
(105,99,142)
#585478
(88,84,120)
#474562
(71,69,98)
#36364C
(54,54,76)
#252736
(37,39,54)
#141820
(20,24,32)
#000000
(0,0,0)

Tints of #BEAEFC

#BEAEFC
(190,174,252)
#C3B5FC
(195,181,252)
#C8BCFC
(200,188,252)
#CDC3FC
(205,195,252)
#D2CAFC
(210,202,252)
#D7D1FC
(215,209,252)
#DCD8FC
(220,216,252)
#E1DFFC
(225,223,252)
#E6E6FC
(230,230,252)
#EBEDFC
(235,237,252)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAEFC; }

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

This text font color is #BEAEFC.

Background Color

.myBgColor { background-color: #BEAEFC; }

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

This div background color is #BEAEFC.

Border color

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

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

This div border color is #BEAEFC.

Opacity

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

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

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

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

This text has shadow with #BEAEFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAEFC.

Preview

Color preview on black background

This text has color #BEAEFC on black background.


Color preview on white background

This text has color #BEAEFC on white background.


Black color preview on #BEAEFC background

This text has black color on #BEAEFC background.


White color preview on #BEAEFC background

This text has white color on #BEAEFC background.


Related colors

Complementary color

Complementary color for #hex is #415103.


I love getcolorcode.com

Triadic colors

1 #FCBEAE and #AEFCBE with #BEAEFC are triadic colors.

2 #FCAEBE and #AEBEFC with #BEAEFC are triadic colors.