COLOR #BE5CA9

HEX: #BE5CA9 RGB: (190,92,169)

Color info

#BE5CA9 contains mainly red and blue colors. Web safe color of #BE5CA9 is #CC6699 (or #C69).

RGB color model

#BE5CA9 color RGB value is (190,92,169).

RGB: (190,92,169) (75%, 36%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 92 of 255 = 36%
B 169 of 255 = 66%

190
92
169

R + G + B ~ 59%. #BE5CA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 92 + 169 = 451 (100%)
R 190 of 451 ~ 42.13%
G 92 of 451 ~ 20.4%
B 169 of 451 ~ 37.47'%

%42.13
%20.4
%37.47

CMYK color model

#BE5CA9 color CMYK value is (0,52,11,25).

  • cyan value is 0.00%
  • magenta value is 51.58%
  • yellow value is 11.05%
  • key color value is 25.49%

CMYK: (0,52,11,25)
C0M52Y11K25 (0%, 52%, 11%, 25%)
(0.00 / 0.52 / 0.11 / 0.25)

CMYK percentages

%0
%51.58
%11.05
%25.49

Codes

Color #BE5CA9 in popluar color models

BE 5C A9
RGB 190 92 169
HSL 313° 42.98% 55.29%
HSB/HSV 313° 51.58% 74.51%
CMYK 0.00% 51.58% 11.05%
25.49%

Color #BE5CA9 in popluar number systems.

HEX BE 5C A9
Decimal 190 92 169
Binary 10111110 1011100 10101001
Octal 276 134 251

Shades and tints

Shades of #BE5CA9

#BE5CA9
(190,92,169)
#AD549A
(173,84,154)
#9C4C8B
(156,76,139)
#8B447C
(139,68,124)
#7A3C6D
(122,60,109)
#69345E
(105,52,94)
#582C4F
(88,44,79)
#472440
(71,36,64)
#361C31
(54,28,49)
#251422
(37,20,34)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #BE5CA9

#BE5CA9
(190,92,169)
#C36AB0
(195,106,176)
#C878B7
(200,120,183)
#CD86BE
(205,134,190)
#D294C5
(210,148,197)
#D7A2CC
(215,162,204)
#DCB0D3
(220,176,211)
#E1BEDA
(225,190,218)
#E6CCE1
(230,204,225)
#EBDAE8
(235,218,232)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5CA9; }

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

This text font color is #BE5CA9.

Background Color

.myBgColor { background-color: #BE5CA9; }

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

This div background color is #BE5CA9.

Border color

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

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

This div border color is #BE5CA9.

Opacity

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

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

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

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

This text has shadow with #BE5CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE5CA9.

Preview

Color preview on black background

This text has color #BE5CA9 on black background.


Color preview on white background

This text has color #BE5CA9 on white background.


Black color preview on #BE5CA9 background

This text has black color on #BE5CA9 background.


White color preview on #BE5CA9 background

This text has white color on #BE5CA9 background.


Related colors

Complementary color

Complementary color for #hex is #41A356.


I love getcolorcode.com

Triadic colors

1 #A9BE5C and #5CA9BE with #BE5CA9 are triadic colors.

2 #A95CBE and #5CBEA9 with #BE5CA9 are triadic colors.