COLOR #BE9AEA

HEX: #BE9AEA
RGB: (190,154,234)

Color info

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

RGB color model

#BE9AEA color RGB value is (190,154,234).

  • red value is 190;
  • green value is 154;
  • blue value is 234.
RGB:
(190,154,234)
(75%,60%,92%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 234 of 255 = 92%

190
154
234

R + G + B ~ 76%. #BE9AEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 154 + 234 = 578 (100%)
R 190 of 578 ~ 32.87%
G 154 of 578 ~ 26.64%
B 234 of 578 ~ 40.48%

%32.87
%26.64
%40.48

CMYK color model

#BE9AEA color CMYK value is (19,34,0,8).

  • cyan value is 18.80%
  • magenta value is 34.19%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(19,34,0,8)
C19M34Y0K8 
(19%,34%,0%,8%)
(0.19/0.34/0.00/0.08)	

CMYK percentages

%18.8
%34.19
%0
%8.24

Codes

Color #BE9AEA in popluar color models

BE9AEA
RGB190154234
HSL267°65.57%76.08%
HSB/HSV267°34.19%91.76%
CMYK18.80%34.19%0.00%
8.24%

Color #BE9AEA in popluar number systems.

HEXBE9AEA
Decimal190154234
Binary101111101001101011101010
Octal276232352

Shades and tints

Shades of #BE9AEA

#BE9AEA
(190,154,234)
#AD8CD5
(173,140,213)
#9C7EC0
(156,126,192)
#8B70AB
(139,112,171)
#7A6296
(122,98,150)
#695481
(105,84,129)
#58466C
(88,70,108)
#473857
(71,56,87)
#362A42
(54,42,66)
#251C2D
(37,28,45)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #BE9AEA

#BE9AEA
(190,154,234)
#C3A3EB
(195,163,235)
#C8ACEC
(200,172,236)
#CDB5ED
(205,181,237)
#D2BEEE
(210,190,238)
#D7C7EF
(215,199,239)
#DCD0F0
(220,208,240)
#E1D9F1
(225,217,241)
#E6E2F2
(230,226,242)
#EBEBF3
(235,235,243)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9AEA color. Also use rgb(190,154,234) instead hex code.

Text Font Color

.myTextColor { color: #BE9AEA; }

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

This text font color is #BE9AEA.


Background Color

.myBgColor { background-color: #BE9AEA; }

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

This div background color is #BE9AEA.


Border color

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

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

This div border color is #BE9AEA.


Opacity

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

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

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

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

This text has shadow with #BE9AEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9AEA on black background.


Color preview on white background

This text has color #BE9AEA on white background.



Black color preview on #BE9AEA background

This text has black color on #BE9AEA background.


White color preview on #BE9AEA background

This text has white color on #BE9AEA background.