COLOR #BEAEDA

HEX: #BEAEDA RGB: (190,174,218)

Color info

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

RGB color model

#BEAEDA color RGB value is (190,174,218).

RGB: (190,174,218) (75%, 68%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 218 of 255 = 85%

190
174
218

R + G + B ~ 76%. #BEAEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 218 = 582 (100%)
R 190 of 582 ~ 32.65%
G 174 of 582 ~ 29.9%
B 218 of 582 ~ 37.46'%

%32.65
%29.9
%37.46

CMYK color model

#BEAEDA color CMYK value is (13,20,0,15).

  • cyan value is 12.84%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (13,20,0,15) C13M20Y0K15 (13%,20%,0%,15%) (0.13/0.20/0.00/0.15) 

CMYK percentages

%12.84
%20.18
%0
%14.51

Codes

Color #BEAEDA in popluar color models

BE AE DA
RGB 190 174 218
HSL 262° 37.29% 76.86%
HSB/HSV 262° 20.18% 85.49%
CMYK 12.84% 20.18% 0.00%
14.51%

Color #BEAEDA in popluar number systems.

HEX BE AE DA
Decimal 190 174 218
Binary 10111110 10101110 11011010
Octal 276 256 332

Shades and tints

Shades of #BEAEDA

#BEAEDA
(190,174,218)
#AD9FC7
(173,159,199)
#9C90B4
(156,144,180)
#8B81A1
(139,129,161)
#7A728E
(122,114,142)
#69637B
(105,99,123)
#585468
(88,84,104)
#474555
(71,69,85)
#363642
(54,54,66)
#25272F
(37,39,47)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #BEAEDA

#BEAEDA
(190,174,218)
#C3B5DD
(195,181,221)
#C8BCE0
(200,188,224)
#CDC3E3
(205,195,227)
#D2CAE6
(210,202,230)
#D7D1E9
(215,209,233)
#DCD8EC
(220,216,236)
#E1DFEF
(225,223,239)
#E6E6F2
(230,230,242)
#EBEDF5
(235,237,245)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAEDA; }

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

This text font color is #BEAEDA.

Background Color

.myBgColor { background-color: #BEAEDA; }

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

This div background color is #BEAEDA.

Border color

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

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

This div border color is #BEAEDA.

Opacity

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

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

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

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

This text has shadow with #BEAEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAEDA.

Preview

Color preview on black background

This text has color #BEAEDA on black background.


Color preview on white background

This text has color #BEAEDA on white background.


Black color preview on #BEAEDA background

This text has black color on #BEAEDA background.


White color preview on #BEAEDA background

This text has white color on #BEAEDA background.


Related colors

Complementary color

Complementary color for #hex is #415125.


I love getcolorcode.com

Triadic colors

1 #DABEAE and #AEDABE with #BEAEDA are triadic colors.

2 #DAAEBE and #AEBEDA with #BEAEDA are triadic colors.