COLOR #BE9EFA

HEX: #BE9EFA
RGB: (190,158,250)

Color info

#BE9EFA contains mainly blue color. Web safe color of #BE9EFA is #CC99FF (or #C9F).

RGB color model

#BE9EFA color RGB value is (190,158,250).

  • red value is 190;
  • green value is 158;
  • blue value is 250.
RGB:
(190,158,250)
(75%,62%,98%)

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 250 of 255 = 98%

190
158
250

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

Portions of RGB colors in percentages

R + G + B =
190 + 158 + 250 = 598 (100%)
R 190 of 598 ~ 31.77%
G 158 of 598 ~ 26.42%
B 250 of 598 ~ 41.81%

%31.77
%26.42
%41.81

CMYK color model

#BE9EFA color CMYK value is (24,37,0,2).

  • cyan value is 24.00%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(24,37,0,2)
C24M37Y0K2 
(24%,37%,0%,2%)
(0.24/0.37/0.00/0.02)	

CMYK percentages

%24
%36.8
%0
%1.96

Codes

Color #BE9EFA in popluar color models

BE9EFA
RGB190158250
HSL261°90.20%80.00%
HSB/HSV261°36.80%98.04%
CMYK24.00%36.80%0.00%
1.96%

Color #BE9EFA in popluar number systems.

HEXBE9EFA
Decimal190158250
Binary101111101001111011111010
Octal276236372

Shades and tints

Shades of #BE9EFA

#BE9EFA
(190,158,250)
#AD90E4
(173,144,228)
#9C82CE
(156,130,206)
#8B74B8
(139,116,184)
#7A66A2
(122,102,162)
#69588C
(105,88,140)
#584A76
(88,74,118)
#473C60
(71,60,96)
#362E4A
(54,46,74)
#252034
(37,32,52)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #BE9EFA

#BE9EFA
(190,158,250)
#C3A6FA
(195,166,250)
#C8AEFA
(200,174,250)
#CDB6FA
(205,182,250)
#D2BEFA
(210,190,250)
#D7C6FA
(215,198,250)
#DCCEFA
(220,206,250)
#E1D6FA
(225,214,250)
#E6DEFA
(230,222,250)
#EBE6FA
(235,230,250)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9EFA color. Also use rgb(190,158,250) instead hex code.

Text Font Color

.myTextColor { color: #BE9EFA; }

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

This text font color is #BE9EFA.


Background Color

.myBgColor { background-color: #BE9EFA; }

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

This div background color is #BE9EFA.


Border color

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

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

This div border color is #BE9EFA.


Opacity

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

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

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

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

This text has shadow with #BE9EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9EFA on black background.


Color preview on white background

This text has color #BE9EFA on white background.



Black color preview on #BE9EFA background

This text has black color on #BE9EFA background.


White color preview on #BE9EFA background

This text has white color on #BE9EFA background.