COLOR #BE96D1

HEX: #BE96D1
RGB: (190,150,209)

Color info

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

RGB color model

#BE96D1 color RGB value is (190,150,209).

  • red value is 190;
  • green value is 150;
  • blue value is 209.
RGB:
(190,150,209)
(75%,59%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 209 of 255 = 82%

190
150
209

R + G + B ~ 72%. #BE96D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 150 + 209 = 549 (100%)
R 190 of 549 ~ 34.61%
G 150 of 549 ~ 27.32%
B 209 of 549 ~ 38.07%

%34.61
%27.32
%38.07

CMYK color model

#BE96D1 color CMYK value is (9,28,0,18).

  • cyan value is 9.09%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,28,0,18)
C9M28Y0K18 
(9%,28%,0%,18%)
(0.09/0.28/0.00/0.18)	

CMYK percentages

%9.09
%28.23
%0
%18.04

Codes

Color #BE96D1 in popluar color models

BE96D1
RGB190150209
HSL281°39.07%70.39%
HSB/HSV281°28.23%81.96%
CMYK9.09%28.23%0.00%
18.04%

Color #BE96D1 in popluar number systems.

HEXBE96D1
Decimal190150209
Binary101111101001011011010001
Octal276226321

Shades and tints

Shades of #BE96D1

#BE96D1
(190,150,209)
#AD89BE
(173,137,190)
#9C7CAB
(156,124,171)
#8B6F98
(139,111,152)
#7A6285
(122,98,133)
#695572
(105,85,114)
#58485F
(88,72,95)
#473B4C
(71,59,76)
#362E39
(54,46,57)
#252126
(37,33,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BE96D1

#BE96D1
(190,150,209)
#C39FD5
(195,159,213)
#C8A8D9
(200,168,217)
#CDB1DD
(205,177,221)
#D2BAE1
(210,186,225)
#D7C3E5
(215,195,229)
#DCCCE9
(220,204,233)
#E1D5ED
(225,213,237)
#E6DEF1
(230,222,241)
#EBE7F5
(235,231,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE96D1 color. Also use rgb(190,150,209) instead hex code.

Text Font Color

.myTextColor { color: #BE96D1; }

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

This text font color is #BE96D1.


Background Color

.myBgColor { background-color: #BE96D1; }

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

This div background color is #BE96D1.


Border color

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

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

This div border color is #BE96D1.


Opacity

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

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

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

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

This text has shadow with #BE96D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE96D1 on black background.


Color preview on white background

This text has color #BE96D1 on white background.



Black color preview on #BE96D1 background

This text has black color on #BE96D1 background.


White color preview on #BE96D1 background

This text has white color on #BE96D1 background.