COLOR #BEAED0

HEX: #BEAED0
RGB: (190,174,208)

Color info

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

RGB color model

#BEAED0 color RGB value is (190,174,208).

  • red value is 190;
  • green value is 174;
  • blue value is 208.
RGB:
(190,174,208)
(75%,68%,82%)

RGB channels and saturation

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

190
174
208

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

Portions of RGB colors in percentages

R + G + B =
190 + 174 + 208 = 572 (100%)
R 190 of 572 ~ 33.22%
G 174 of 572 ~ 30.42%
B 208 of 572 ~ 36.36%

%33.22
%30.42
%36.36

CMYK color model

#BEAED0 color CMYK value is (9,16,0,18).

  • cyan value is 8.65%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,16,0,18)
C9M16Y0K18 
(9%,16%,0%,18%)
(0.09/0.16/0.00/0.18)	

CMYK percentages

%8.65
%16.35
%0
%18.43

Codes

Color #BEAED0 in popluar color models

BEAED0
RGB190174208
HSL268°26.56%74.90%
HSB/HSV268°16.35%81.57%
CMYK8.65%16.35%0.00%
18.43%

Color #BEAED0 in popluar number systems.

HEXBEAED0
Decimal190174208
Binary101111101010111011010000
Octal276256320

Shades and tints

Shades of #BEAED0

#BEAED0
(190,174,208)
#AD9FBE
(173,159,190)
#9C90AC
(156,144,172)
#8B819A
(139,129,154)
#7A7288
(122,114,136)
#696376
(105,99,118)
#585464
(88,84,100)
#474552
(71,69,82)
#363640
(54,54,64)
#25272E
(37,39,46)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #BEAED0

#BEAED0
(190,174,208)
#C3B5D4
(195,181,212)
#C8BCD8
(200,188,216)
#CDC3DC
(205,195,220)
#D2CAE0
(210,202,224)
#D7D1E4
(215,209,228)
#DCD8E8
(220,216,232)
#E1DFEC
(225,223,236)
#E6E6F0
(230,230,240)
#EBEDF4
(235,237,244)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAED0; }

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

This text font color is #BEAED0.


Background Color

.myBgColor { background-color: #BEAED0; }

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

This div background color is #BEAED0.


Border color

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

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

This div border color is #BEAED0.


Opacity

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

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

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

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

This text has shadow with #BEAED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAED0 on black background.


Color preview on white background

This text has color #BEAED0 on white background.



Black color preview on #BEAED0 background

This text has black color on #BEAED0 background.


White color preview on #BEAED0 background

This text has white color on #BEAED0 background.