COLOR #BEAED2

HEX: #BEAED2 RGB: (190,174,210)

Color info

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

RGB color model

#BEAED2 color RGB value is (190,174,210).

RGB: (190,174,210) (75%, 68%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 210 of 255 = 82%

190
174
210

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

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 210 = 574 (100%)
R 190 of 574 ~ 33.1%
G 174 of 574 ~ 30.31%
B 210 of 574 ~ 36.59'%

%33.1
%30.31
%36.59

CMYK color model

#BEAED2 color CMYK value is (10,17,0,18).

  • cyan value is 9.52%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (10,17,0,18)
C10M17Y0K18 (10%, 17%, 0%, 18%)
(0.10 / 0.17 / 0.00 / 0.18)

CMYK percentages

%9.52
%17.14
%0
%17.65

Codes

Color #BEAED2 in popluar color models

BE AE D2
RGB 190 174 210
HSL 267° 28.57% 75.29%
HSB/HSV 267° 17.14% 82.35%
CMYK 9.52% 17.14% 0.00%
17.65%

Color #BEAED2 in popluar number systems.

HEX BE AE D2
Decimal 190 174 210
Binary 10111110 10101110 11010010
Octal 276 256 322

Shades and tints

Shades of #BEAED2

#BEAED2
(190,174,210)
#AD9FBF
(173,159,191)
#9C90AC
(156,144,172)
#8B8199
(139,129,153)
#7A7286
(122,114,134)
#696373
(105,99,115)
#585460
(88,84,96)
#47454D
(71,69,77)
#36363A
(54,54,58)
#252727
(37,39,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEAED2

#BEAED2
(190,174,210)
#C3B5D6
(195,181,214)
#C8BCDA
(200,188,218)
#CDC3DE
(205,195,222)
#D2CAE2
(210,202,226)
#D7D1E6
(215,209,230)
#DCD8EA
(220,216,234)
#E1DFEE
(225,223,238)
#E6E6F2
(230,230,242)
#EBEDF6
(235,237,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAED2; }

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

This text font color is #BEAED2.

Background Color

.myBgColor { background-color: #BEAED2; }

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

This div background color is #BEAED2.

Border color

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

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

This div border color is #BEAED2.

Opacity

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

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

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

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

This text has shadow with #BEAED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAED2.

Preview

Color preview on black background

This text has color #BEAED2 on black background.


Color preview on white background

This text has color #BEAED2 on white background.


Black color preview on #BEAED2 background

This text has black color on #BEAED2 background.


White color preview on #BEAED2 background

This text has white color on #BEAED2 background.


Related colors

Complementary color

Complementary color for #hex is #41512D.


I love getcolorcode.com

Triadic colors

1 #D2BEAE and #AED2BE with #BEAED2 are triadic colors.

2 #D2AEBE and #AEBED2 with #BEAED2 are triadic colors.