COLOR #BE5696

HEX: #BE5696
RGB: (190,86,150)

Color info

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

RGB color model

#BE5696 color RGB value is (190,86,150).

  • red value is 190;
  • green value is 86;
  • blue value is 150.
RGB:
(190,86,150)
(75%,34%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 86 of 255 = 34%
B 150 of 255 = 59%

190
86
150

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

Portions of RGB colors in percentages

R + G + B =
190 + 86 + 150 = 426 (100%)
R 190 of 426 ~ 44.6%
G 86 of 426 ~ 20.19%
B 150 of 426 ~ 35.21%

%44.6
%20.19
%35.21

CMYK color model

#BE5696 color CMYK value is (0,55,21,25).

  • cyan value is 0.00%
  • magenta value is 54.74%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(0,55,21,25)
C0M55Y21K25 
(0%,55%,21%,25%)
(0.00/0.55/0.21/0.25)	

CMYK percentages

%0
%54.74
%21.05
%25.49

Codes

Color #BE5696 in popluar color models

BE5696
RGB19086150
HSL323°44.44%54.12%
HSB/HSV323°54.74%74.51%
CMYK0.00%54.74%21.05%
25.49%

Color #BE5696 in popluar number systems.

HEXBE5696
Decimal19086150
Binary10111110101011010010110
Octal276126226

Shades and tints

Shades of #BE5696

#BE5696
(190,86,150)
#AD4F89
(173,79,137)
#9C487C
(156,72,124)
#8B416F
(139,65,111)
#7A3A62
(122,58,98)
#693355
(105,51,85)
#582C48
(88,44,72)
#47253B
(71,37,59)
#361E2E
(54,30,46)
#251721
(37,23,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE5696

#BE5696
(190,86,150)
#C3659F
(195,101,159)
#C874A8
(200,116,168)
#CD83B1
(205,131,177)
#D292BA
(210,146,186)
#D7A1C3
(215,161,195)
#DCB0CC
(220,176,204)
#E1BFD5
(225,191,213)
#E6CEDE
(230,206,222)
#EBDDE7
(235,221,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5696 color. Also use rgb(190,86,150) instead hex code.

Text Font Color

.myTextColor { color: #BE5696; }

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

This text font color is #BE5696.


Background Color

.myBgColor { background-color: #BE5696; }

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

This div background color is #BE5696.


Border color

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

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

This div border color is #BE5696.


Opacity

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

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

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

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

This text has shadow with #BE5696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5696 on black background.


Color preview on white background

This text has color #BE5696 on white background.



Black color preview on #BE5696 background

This text has black color on #BE5696 background.


White color preview on #BE5696 background

This text has white color on #BE5696 background.