COLOR #BEA9D2

HEX: #BEA9D2 RGB: (190,169,210)

Color info

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

RGB color model

#BEA9D2 color RGB value is (190,169,210).

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

RGB channels and saturation

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

190
169
210

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

Portions of RGB colors in percentages

R + G + B = 190 + 169 + 210 = 569 (100%)
R 190 of 569 ~ 33.39%
G 169 of 569 ~ 29.7%
B 210 of 569 ~ 36.91'%

%33.39
%29.7
%36.91

CMYK color model

#BEA9D2 color CMYK value is (10,20,0,18).

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

CMYK: (10,20,0,18)
C10M20Y0K18 (10%, 20%, 0%, 18%)
(0.10 / 0.20 / 0.00 / 0.18)

CMYK percentages

%9.52
%19.52
%0
%17.65

Codes

Color #BEA9D2 in popluar color models

BE A9 D2
RGB 190 169 210
HSL 271° 31.30% 74.31%
HSB/HSV 271° 19.52% 82.35%
CMYK 9.52% 19.52% 0.00%
17.65%

Color #BEA9D2 in popluar number systems.

HEX BE A9 D2
Decimal 190 169 210
Binary 10111110 10101001 11010010
Octal 276 251 322

Shades and tints

Shades of #BEA9D2

#BEA9D2
(190,169,210)
#AD9ABF
(173,154,191)
#9C8BAC
(156,139,172)
#8B7C99
(139,124,153)
#7A6D86
(122,109,134)
#695E73
(105,94,115)
#584F60
(88,79,96)
#47404D
(71,64,77)
#36313A
(54,49,58)
#252227
(37,34,39)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BEA9D2

#BEA9D2
(190,169,210)
#C3B0D6
(195,176,214)
#C8B7DA
(200,183,218)
#CDBEDE
(205,190,222)
#D2C5E2
(210,197,226)
#D7CCE6
(215,204,230)
#DCD3EA
(220,211,234)
#E1DAEE
(225,218,238)
#E6E1F2
(230,225,242)
#EBE8F6
(235,232,246)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9D2; }

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

This text font color is #BEA9D2.

Background Color

.myBgColor { background-color: #BEA9D2; }

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

This div background color is #BEA9D2.

Border color

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

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

This div border color is #BEA9D2.

Opacity

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

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

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

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

This text has shadow with #BEA9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA9D2.

Preview

Color preview on black background

This text has color #BEA9D2 on black background.


Color preview on white background

This text has color #BEA9D2 on white background.


Black color preview on #BEA9D2 background

This text has black color on #BEA9D2 background.


White color preview on #BEA9D2 background

This text has white color on #BEA9D2 background.


Related colors

Complementary color

Complementary color for #hex is #41562D.


I love getcolorcode.com

Triadic colors

1 #D2BEA9 and #A9D2BE with #BEA9D2 are triadic colors.

2 #D2A9BE and #A9BED2 with #BEA9D2 are triadic colors.