COLOR #BE9DF8

HEX: #BE9DF8
RGB: (190,157,248)

Color info

#BE9DF8 contains mainly red and blue colors. Web safe color of #BE9DF8 is #CC99FF (or #C9F).

RGB color model

#BE9DF8 color RGB value is (190,157,248).

  • red value is 190;
  • green value is 157;
  • blue value is 248.
RGB:
(190,157,248)
(75%,62%,97%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 248 of 255 = 97%

190
157
248

R + G + B ~ 78%. #BE9DF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 157 + 248 = 595 (100%)
R 190 of 595 ~ 31.93%
G 157 of 595 ~ 26.39%
B 248 of 595 ~ 41.68%

%31.93
%26.39
%41.68

CMYK color model

#BE9DF8 color CMYK value is (23,37,0,3).

  • cyan value is 23.39%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(23,37,0,3)
C23M37Y0K3 
(23%,37%,0%,3%)
(0.23/0.37/0.00/0.03)	

CMYK percentages

%23.39
%36.69
%0
%2.75

Codes

Color #BE9DF8 in popluar color models

BE9DF8
RGB190157248
HSL262°86.67%79.41%
HSB/HSV262°36.69%97.25%
CMYK23.39%36.69%0.00%
2.75%

Color #BE9DF8 in popluar number systems.

HEXBE9DF8
Decimal190157248
Binary101111101001110111111000
Octal276235370

Shades and tints

Shades of #BE9DF8

#BE9DF8
(190,157,248)
#AD8FE2
(173,143,226)
#9C81CC
(156,129,204)
#8B73B6
(139,115,182)
#7A65A0
(122,101,160)
#69578A
(105,87,138)
#584974
(88,73,116)
#473B5E
(71,59,94)
#362D48
(54,45,72)
#251F32
(37,31,50)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #BE9DF8

#BE9DF8
(190,157,248)
#C3A5F8
(195,165,248)
#C8ADF8
(200,173,248)
#CDB5F8
(205,181,248)
#D2BDF8
(210,189,248)
#D7C5F8
(215,197,248)
#DCCDF8
(220,205,248)
#E1D5F8
(225,213,248)
#E6DDF8
(230,221,248)
#EBE5F8
(235,229,248)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9DF8 color. Also use rgb(190,157,248) instead hex code.

Text Font Color

.myTextColor { color: #BE9DF8; }

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

This text font color is #BE9DF8.


Background Color

.myBgColor { background-color: #BE9DF8; }

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

This div background color is #BE9DF8.


Border color

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

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

This div border color is #BE9DF8.


Opacity

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

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

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

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

This text has shadow with #BE9DF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9DF8 on black background.


Color preview on white background

This text has color #BE9DF8 on white background.



Black color preview on #BE9DF8 background

This text has black color on #BE9DF8 background.


White color preview on #BE9DF8 background

This text has white color on #BE9DF8 background.