COLOR #BE8BBA

HEX: #BE8BBA
RGB: (190,139,186)

Color info

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

RGB color model

#BE8BBA color RGB value is (190,139,186).

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

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 186 of 255 = 73%

190
139
186

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

Portions of RGB colors in percentages

R + G + B =
190 + 139 + 186 = 515 (100%)
R 190 of 515 ~ 36.89%
G 139 of 515 ~ 26.99%
B 186 of 515 ~ 36.12%

%36.89
%26.99
%36.12

CMYK color model

#BE8BBA color CMYK value is (0,27,2,25).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(0,27,2,25)
C0M27Y2K25 
(0%,27%,2%,25%)
(0.00/0.27/0.02/0.25)	

CMYK percentages

%0
%26.84
%2.11
%25.49

Codes

Color #BE8BBA in popluar color models

BE8BBA
RGB190139186
HSL305°28.18%64.51%
HSB/HSV305°26.84%74.51%
CMYK0.00%26.84%2.11%
25.49%

Color #BE8BBA in popluar number systems.

HEXBE8BBA
Decimal190139186
Binary101111101000101110111010
Octal276213272

Shades and tints

Shades of #BE8BBA

#BE8BBA
(190,139,186)
#AD7FAA
(173,127,170)
#9C739A
(156,115,154)
#8B678A
(139,103,138)
#7A5B7A
(122,91,122)
#694F6A
(105,79,106)
#58435A
(88,67,90)
#47374A
(71,55,74)
#362B3A
(54,43,58)
#251F2A
(37,31,42)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #BE8BBA

#BE8BBA
(190,139,186)
#C395C0
(195,149,192)
#C89FC6
(200,159,198)
#CDA9CC
(205,169,204)
#D2B3D2
(210,179,210)
#D7BDD8
(215,189,216)
#DCC7DE
(220,199,222)
#E1D1E4
(225,209,228)
#E6DBEA
(230,219,234)
#EBE5F0
(235,229,240)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8BBA; }

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

This text font color is #BE8BBA.


Background Color

.myBgColor { background-color: #BE8BBA; }

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

This div background color is #BE8BBA.


Border color

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

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

This div border color is #BE8BBA.


Opacity

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

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

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

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

This text has shadow with #BE8BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8BBA on black background.


Color preview on white background

This text has color #BE8BBA on white background.



Black color preview on #BE8BBA background

This text has black color on #BE8BBA background.


White color preview on #BE8BBA background

This text has white color on #BE8BBA background.