COLOR #BE8BC9

HEX: #BE8BC9
RGB: (190,139,201)

Color info

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

RGB color model

#BE8BC9 color RGB value is (190,139,201).

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

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 201 of 255 = 79%

190
139
201

R + G + B ~ 70%. #BE8BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 139 + 201 = 530 (100%)
R 190 of 530 ~ 35.85%
G 139 of 530 ~ 26.23%
B 201 of 530 ~ 37.92%

%35.85
%26.23
%37.92

CMYK color model

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

  • cyan value is 5.47%
  • magenta value is 30.85%
  • 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
%30.85
%0
%21.18

Codes

Color #BE8BC9 in popluar color models

BE8BC9
RGB190139201
HSL289°36.47%66.67%
HSB/HSV289°30.85%78.82%
CMYK5.47%30.85%0.00%
21.18%

Color #BE8BC9 in popluar number systems.

HEXBE8BC9
Decimal190139201
Binary101111101000101111001001
Octal276213311

Shades and tints

Shades of #BE8BC9

#BE8BC9
(190,139,201)
#AD7FB7
(173,127,183)
#9C73A5
(156,115,165)
#8B6793
(139,103,147)
#7A5B81
(122,91,129)
#694F6F
(105,79,111)
#58435D
(88,67,93)
#47374B
(71,55,75)
#362B39
(54,43,57)
#251F27
(37,31,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BE8BC9

#BE8BC9
(190,139,201)
#C395CD
(195,149,205)
#C89FD1
(200,159,209)
#CDA9D5
(205,169,213)
#D2B3D9
(210,179,217)
#D7BDDD
(215,189,221)
#DCC7E1
(220,199,225)
#E1D1E5
(225,209,229)
#E6DBE9
(230,219,233)
#EBE5ED
(235,229,237)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8BC9; }

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

This text font color is #BE8BC9.


Background Color

.myBgColor { background-color: #BE8BC9; }

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

This div background color is #BE8BC9.


Border color

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

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

This div border color is #BE8BC9.


Opacity

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

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

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

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

This text has shadow with #BE8BC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8BC9 on black background.


Color preview on white background

This text has color #BE8BC9 on white background.



Black color preview on #BE8BC9 background

This text has black color on #BE8BC9 background.


White color preview on #BE8BC9 background

This text has white color on #BE8BC9 background.