COLOR #BE93DA

HEX: #BE93DA
RGB: (190,147,218)

Color info

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

RGB color model

#BE93DA color RGB value is (190,147,218).

  • red value is 190;
  • green value is 147;
  • blue value is 218.
RGB:
(190,147,218)
(75%,58%,85%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 218 of 255 = 85%

190
147
218

R + G + B ~ 73%. #BE93DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 218 = 555 (100%)
R 190 of 555 ~ 34.23%
G 147 of 555 ~ 26.49%
B 218 of 555 ~ 39.28%

%34.23
%26.49
%39.28

CMYK color model

#BE93DA color CMYK value is (13,33,0,15).

  • cyan value is 12.84%
  • magenta value is 32.57%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,33,0,15)
C13M33Y0K15 
(13%,33%,0%,15%)
(0.13/0.33/0.00/0.15)	

CMYK percentages

%12.84
%32.57
%0
%14.51

Codes

Color #BE93DA in popluar color models

BE93DA
RGB190147218
HSL276°48.97%71.57%
HSB/HSV276°32.57%85.49%
CMYK12.84%32.57%0.00%
14.51%

Color #BE93DA in popluar number systems.

HEXBE93DA
Decimal190147218
Binary101111101001001111011010
Octal276223332

Shades and tints

Shades of #BE93DA

#BE93DA
(190,147,218)
#AD86C7
(173,134,199)
#9C79B4
(156,121,180)
#8B6CA1
(139,108,161)
#7A5F8E
(122,95,142)
#69527B
(105,82,123)
#584568
(88,69,104)
#473855
(71,56,85)
#362B42
(54,43,66)
#251E2F
(37,30,47)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #BE93DA

#BE93DA
(190,147,218)
#C39CDD
(195,156,221)
#C8A5E0
(200,165,224)
#CDAEE3
(205,174,227)
#D2B7E6
(210,183,230)
#D7C0E9
(215,192,233)
#DCC9EC
(220,201,236)
#E1D2EF
(225,210,239)
#E6DBF2
(230,219,242)
#EBE4F5
(235,228,245)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE93DA color. Also use rgb(190,147,218) instead hex code.

Text Font Color

.myTextColor { color: #BE93DA; }

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

This text font color is #BE93DA.


Background Color

.myBgColor { background-color: #BE93DA; }

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

This div background color is #BE93DA.


Border color

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

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

This div border color is #BE93DA.


Opacity

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

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

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

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

This text has shadow with #BE93DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE93DA on black background.


Color preview on white background

This text has color #BE93DA on white background.



Black color preview on #BE93DA background

This text has black color on #BE93DA background.


White color preview on #BE93DA background

This text has white color on #BE93DA background.