COLOR #BEA9D0

HEX: #BEA9D0 RGB: (190,169,208)

Color info

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

RGB color model

#BEA9D0 color RGB value is (190,169,208).

RGB: (190,169,208) (75%, 66%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 208 of 255 = 82%

190
169
208

R + G + B ~ 74%. #BEA9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 169 + 208 = 567 (100%)
R 190 of 567 ~ 33.51%
G 169 of 567 ~ 29.81%
B 208 of 567 ~ 36.68'%

%33.51
%29.81
%36.68

CMYK color model

#BEA9D0 color CMYK value is (9,19,0,18).

  • cyan value is 8.65%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (9,19,0,18)
C9M19Y0K18 (9%, 19%, 0%, 18%)
(0.09 / 0.19 / 0.00 / 0.18)

CMYK percentages

%8.65
%18.75
%0
%18.43

Codes

Color #BEA9D0 in popluar color models

BE A9 D0
RGB 190 169 208
HSL 272° 29.32% 73.92%
HSB/HSV 272° 18.75% 81.57%
CMYK 8.65% 18.75% 0.00%
18.43%

Color #BEA9D0 in popluar number systems.

HEX BE A9 D0
Decimal 190 169 208
Binary 10111110 10101001 11010000
Octal 276 251 320

Shades and tints

Shades of #BEA9D0

#BEA9D0
(190,169,208)
#AD9ABE
(173,154,190)
#9C8BAC
(156,139,172)
#8B7C9A
(139,124,154)
#7A6D88
(122,109,136)
#695E76
(105,94,118)
#584F64
(88,79,100)
#474052
(71,64,82)
#363140
(54,49,64)
#25222E
(37,34,46)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #BEA9D0

#BEA9D0
(190,169,208)
#C3B0D4
(195,176,212)
#C8B7D8
(200,183,216)
#CDBEDC
(205,190,220)
#D2C5E0
(210,197,224)
#D7CCE4
(215,204,228)
#DCD3E8
(220,211,232)
#E1DAEC
(225,218,236)
#E6E1F0
(230,225,240)
#EBE8F4
(235,232,244)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9D0; }

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

This text font color is #BEA9D0.

Background Color

.myBgColor { background-color: #BEA9D0; }

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

This div background color is #BEA9D0.

Border color

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

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

This div border color is #BEA9D0.

Opacity

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

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

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

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

This text has shadow with #BEA9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA9D0.

Preview

Color preview on black background

This text has color #BEA9D0 on black background.


Color preview on white background

This text has color #BEA9D0 on white background.


Black color preview on #BEA9D0 background

This text has black color on #BEA9D0 background.


White color preview on #BEA9D0 background

This text has white color on #BEA9D0 background.


Related colors

Complementary color

Complementary color for #hex is #41562F.


I love getcolorcode.com

Triadic colors

1 #D0BEA9 and #A9D0BE with #BEA9D0 are triadic colors.

2 #D0A9BE and #A9BED0 with #BEA9D0 are triadic colors.