COLOR #BE95DA

HEX: #BE95DA
RGB: (190,149,218)

Color info

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

RGB color model

#BE95DA color RGB value is (190,149,218).

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

RGB channels and saturation

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

190
149
218

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

Portions of RGB colors in percentages

R + G + B =
190 + 149 + 218 = 557 (100%)
R 190 of 557 ~ 34.11%
G 149 of 557 ~ 26.75%
B 218 of 557 ~ 39.14%

%34.11
%26.75
%39.14

CMYK color model

#BE95DA color CMYK value is (13,32,0,15).

  • cyan value is 12.84%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,32,0,15)
C13M32Y0K15 
(13%,32%,0%,15%)
(0.13/0.32/0.00/0.15)	

CMYK percentages

%12.84
%31.65
%0
%14.51

Codes

Color #BE95DA in popluar color models

BE95DA
RGB190149218
HSL276°48.25%71.96%
HSB/HSV276°31.65%85.49%
CMYK12.84%31.65%0.00%
14.51%

Color #BE95DA in popluar number systems.

HEXBE95DA
Decimal190149218
Binary101111101001010111011010
Octal276225332

Shades and tints

Shades of #BE95DA

#BE95DA
(190,149,218)
#AD88C7
(173,136,199)
#9C7BB4
(156,123,180)
#8B6EA1
(139,110,161)
#7A618E
(122,97,142)
#69547B
(105,84,123)
#584768
(88,71,104)
#473A55
(71,58,85)
#362D42
(54,45,66)
#25202F
(37,32,47)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #BE95DA

#BE95DA
(190,149,218)
#C39EDD
(195,158,221)
#C8A7E0
(200,167,224)
#CDB0E3
(205,176,227)
#D2B9E6
(210,185,230)
#D7C2E9
(215,194,233)
#DCCBEC
(220,203,236)
#E1D4EF
(225,212,239)
#E6DDF2
(230,221,242)
#EBE6F5
(235,230,245)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE95DA; }

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

This text font color is #BE95DA.


Background Color

.myBgColor { background-color: #BE95DA; }

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

This div background color is #BE95DA.


Border color

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

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

This div border color is #BE95DA.


Opacity

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

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

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

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

This text has shadow with #BE95DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE95DA on black background.


Color preview on white background

This text has color #BE95DA on white background.



Black color preview on #BE95DA background

This text has black color on #BE95DA background.


White color preview on #BE95DA background

This text has white color on #BE95DA background.