COLOR #BE91BA

HEX: #BE91BA
RGB: (190,145,186)

Color info

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

RGB color model

#BE91BA color RGB value is (190,145,186).

  • red value is 190;
  • green value is 145;
  • blue value is 186.
RGB:
(190,145,186)
(75%,57%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 186 of 255 = 73%

190
145
186

R + G + B ~ 68%. #BE91BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 186 = 521 (100%)
R 190 of 521 ~ 36.47%
G 145 of 521 ~ 27.83%
B 186 of 521 ~ 35.7%

%36.47
%27.83
%35.7

CMYK color model

#BE91BA color CMYK value is (0,24,2,25).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(0,24,2,25)
C0M24Y2K25 
(0%,24%,2%,25%)
(0.00/0.24/0.02/0.25)	

CMYK percentages

%0
%23.68
%2.11
%25.49

Codes

Color #BE91BA in popluar color models

BE91BA
RGB190145186
HSL305°25.71%65.69%
HSB/HSV305°23.68%74.51%
CMYK0.00%23.68%2.11%
25.49%

Color #BE91BA in popluar number systems.

HEXBE91BA
Decimal190145186
Binary101111101001000110111010
Octal276221272

Shades and tints

Shades of #BE91BA

#BE91BA
(190,145,186)
#AD84AA
(173,132,170)
#9C779A
(156,119,154)
#8B6A8A
(139,106,138)
#7A5D7A
(122,93,122)
#69506A
(105,80,106)
#58435A
(88,67,90)
#47364A
(71,54,74)
#36293A
(54,41,58)
#251C2A
(37,28,42)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #BE91BA

#BE91BA
(190,145,186)
#C39BC0
(195,155,192)
#C8A5C6
(200,165,198)
#CDAFCC
(205,175,204)
#D2B9D2
(210,185,210)
#D7C3D8
(215,195,216)
#DCCDDE
(220,205,222)
#E1D7E4
(225,215,228)
#E6E1EA
(230,225,234)
#EBEBF0
(235,235,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE91BA color. Also use rgb(190,145,186) instead hex code.

Text Font Color

.myTextColor { color: #BE91BA; }

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

This text font color is #BE91BA.


Background Color

.myBgColor { background-color: #BE91BA; }

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

This div background color is #BE91BA.


Border color

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

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

This div border color is #BE91BA.


Opacity

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

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

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

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

This text has shadow with #BE91BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE91BA on black background.


Color preview on white background

This text has color #BE91BA on white background.



Black color preview on #BE91BA background

This text has black color on #BE91BA background.


White color preview on #BE91BA background

This text has white color on #BE91BA background.