COLOR #BE9DC5

HEX: #BE9DC5 RGB: (190,157,197)

Color info

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

RGB color model

#BE9DC5 color RGB value is (190,157,197).

RGB: (190,157,197) (75%, 62%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 197 of 255 = 77%

190
157
197

R + G + B ~ 71%. #BE9DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 157 + 197 = 544 (100%)
R 190 of 544 ~ 34.93%
G 157 of 544 ~ 28.86%
B 197 of 544 ~ 36.21'%

%34.93
%28.86
%36.21

CMYK color model

#BE9DC5 color CMYK value is (4,20,0,23).

  • cyan value is 3.55%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (4,20,0,23)
C4M20Y0K23 (4%, 20%, 0%, 23%)
(0.04 / 0.20 / 0.00 / 0.23)

CMYK percentages

%3.55
%20.3
%0
%22.75

Codes

Color #BE9DC5 in popluar color models

BE 9D C5
RGB 190 157 197
HSL 290° 25.64% 69.41%
HSB/HSV 290° 20.30% 77.25%
CMYK 3.55% 20.30% 0.00%
22.75%

Color #BE9DC5 in popluar number systems.

HEX BE 9D C5
Decimal 190 157 197
Binary 10111110 10011101 11000101
Octal 276 235 305

Shades and tints

Shades of #BE9DC5

#BE9DC5
(190,157,197)
#AD8FB4
(173,143,180)
#9C81A3
(156,129,163)
#8B7392
(139,115,146)
#7A6581
(122,101,129)
#695770
(105,87,112)
#58495F
(88,73,95)
#473B4E
(71,59,78)
#362D3D
(54,45,61)
#251F2C
(37,31,44)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #BE9DC5

#BE9DC5
(190,157,197)
#C3A5CA
(195,165,202)
#C8ADCF
(200,173,207)
#CDB5D4
(205,181,212)
#D2BDD9
(210,189,217)
#D7C5DE
(215,197,222)
#DCCDE3
(220,205,227)
#E1D5E8
(225,213,232)
#E6DDED
(230,221,237)
#EBE5F2
(235,229,242)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9DC5 color. Also use rgb(190,157,197) instead hex code.

Text Font Color

.myTextColor { color: #BE9DC5; }

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

This text font color is #BE9DC5.

Background Color

.myBgColor { background-color: #BE9DC5; }

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

This div background color is #BE9DC5.

Border color

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

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

This div border color is #BE9DC5.

Opacity

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

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

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

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

This text has shadow with #BE9DC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9DC5.

Preview

Color preview on black background

This text has color #BE9DC5 on black background.


Color preview on white background

This text has color #BE9DC5 on white background.


Black color preview on #BE9DC5 background

This text has black color on #BE9DC5 background.


White color preview on #BE9DC5 background

This text has white color on #BE9DC5 background.


Related colors

Complementary color

Complementary color for #hex is #41623A.


I love getcolorcode.com

Triadic colors

1 #C5BE9D and #9DC5BE with #BE9DC5 are triadic colors.

2 #C59DBE and #9DBEC5 with #BE9DC5 are triadic colors.