COLOR #BE91BC

HEX: #BE91BC
RGB: (190,145,188)

Color info

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

RGB color model

#BE91BC color RGB value is (190,145,188).

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

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 188 of 255 = 74%

190
145
188

R + G + B ~ 69%. #BE91BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 188 = 523 (100%)
R 190 of 523 ~ 36.33%
G 145 of 523 ~ 27.72%
B 188 of 523 ~ 35.95%

%36.33
%27.72
%35.95

CMYK color model

#BE91BC color CMYK value is (0,24,1,25).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(0,24,1,25)
C0M24Y1K25 
(0%,24%,1%,25%)
(0.00/0.24/0.01/0.25)	

CMYK percentages

%0
%23.68
%1.05
%25.49

Codes

Color #BE91BC in popluar color models

BE91BC
RGB190145188
HSL303°25.71%65.69%
HSB/HSV303°23.68%74.51%
CMYK0.00%23.68%1.05%
25.49%

Color #BE91BC in popluar number systems.

HEXBE91BC
Decimal190145188
Binary101111101001000110111100
Octal276221274

Shades and tints

Shades of #BE91BC

#BE91BC
(190,145,188)
#AD84AB
(173,132,171)
#9C779A
(156,119,154)
#8B6A89
(139,106,137)
#7A5D78
(122,93,120)
#695067
(105,80,103)
#584356
(88,67,86)
#473645
(71,54,69)
#362934
(54,41,52)
#251C23
(37,28,35)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #BE91BC

#BE91BC
(190,145,188)
#C39BC2
(195,155,194)
#C8A5C8
(200,165,200)
#CDAFCE
(205,175,206)
#D2B9D4
(210,185,212)
#D7C3DA
(215,195,218)
#DCCDE0
(220,205,224)
#E1D7E6
(225,215,230)
#E6E1EC
(230,225,236)
#EBEBF2
(235,235,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE91BC; }

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

This text font color is #BE91BC.


Background Color

.myBgColor { background-color: #BE91BC; }

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

This div background color is #BE91BC.


Border color

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

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

This div border color is #BE91BC.


Opacity

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

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

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

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

This text has shadow with #BE91BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE91BC on black background.


Color preview on white background

This text has color #BE91BC on white background.



Black color preview on #BE91BC background

This text has black color on #BE91BC background.


White color preview on #BE91BC background

This text has white color on #BE91BC background.