COLOR #BE8AC9

HEX: #BE8AC9
RGB: (190,138,201)

Color info

#BE8AC9 contains mainly red and blue colors. Web safe color of #BE8AC9 is #CC99CC (or #C9C).

RGB color model

#BE8AC9 color RGB value is (190,138,201).

  • red value is 190;
  • green value is 138;
  • blue value is 201.
RGB:
(190,138,201)
(75%,54%,79%)

RGB channels and saturation

R 190 of 255 = 75%
G 138 of 255 = 54%
B 201 of 255 = 79%

190
138
201

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

Portions of RGB colors in percentages

R + G + B =
190 + 138 + 201 = 529 (100%)
R 190 of 529 ~ 35.92%
G 138 of 529 ~ 26.09%
B 201 of 529 ~ 38%

%35.92
%26.09
%38

CMYK color model

#BE8AC9 color CMYK value is (5,31,0,21).

  • cyan value is 5.47%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(5,31,0,21)
C5M31Y0K21 
(5%,31%,0%,21%)
(0.05/0.31/0.00/0.21)	

CMYK percentages

%5.47
%31.34
%0
%21.18

Codes

Color #BE8AC9 in popluar color models

BE8AC9
RGB190138201
HSL290°36.84%66.47%
HSB/HSV290°31.34%78.82%
CMYK5.47%31.34%0.00%
21.18%

Color #BE8AC9 in popluar number systems.

HEXBE8AC9
Decimal190138201
Binary101111101000101011001001
Octal276212311

Shades and tints

Shades of #BE8AC9

#BE8AC9
(190,138,201)
#AD7EB7
(173,126,183)
#9C72A5
(156,114,165)
#8B6693
(139,102,147)
#7A5A81
(122,90,129)
#694E6F
(105,78,111)
#58425D
(88,66,93)
#47364B
(71,54,75)
#362A39
(54,42,57)
#251E27
(37,30,39)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BE8AC9

#BE8AC9
(190,138,201)
#C394CD
(195,148,205)
#C89ED1
(200,158,209)
#CDA8D5
(205,168,213)
#D2B2D9
(210,178,217)
#D7BCDD
(215,188,221)
#DCC6E1
(220,198,225)
#E1D0E5
(225,208,229)
#E6DAE9
(230,218,233)
#EBE4ED
(235,228,237)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8AC9 color. Also use rgb(190,138,201) instead hex code.

Text Font Color

.myTextColor { color: #BE8AC9; }

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

This text font color is #BE8AC9.


Background Color

.myBgColor { background-color: #BE8AC9; }

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

This div background color is #BE8AC9.


Border color

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

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

This div border color is #BE8AC9.


Opacity

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

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

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

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

This text has shadow with #BE8AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8AC9 on black background.


Color preview on white background

This text has color #BE8AC9 on white background.



Black color preview on #BE8AC9 background

This text has black color on #BE8AC9 background.


White color preview on #BE8AC9 background

This text has white color on #BE8AC9 background.