COLOR #BE8CE6

HEX: #BE8CE6 RGB: (190,140,230)

Color info

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

RGB color model

#BE8CE6 color RGB value is (190,140,230).

RGB: (190,140,230) (75%, 55%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 230 of 255 = 90%

190
140
230

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

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 230 = 560 (100%)
R 190 of 560 ~ 33.93%
G 140 of 560 ~ 25%
B 230 of 560 ~ 41.07'%

%33.93
%25
%41.07

CMYK color model

#BE8CE6 color CMYK value is (17,39,0,10).

  • cyan value is 17.39%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (17,39,0,10) C17M39Y0K10 (17%,39%,0%,10%) (0.17/0.39/0.00/0.10) 

CMYK percentages

%17.39
%39.13
%0
%9.8

Codes

Color #BE8CE6 in popluar color models

BE 8C E6
RGB 190 140 230
HSL 273° 64.29% 72.55%
HSB/HSV 273° 39.13% 90.20%
CMYK 17.39% 39.13% 0.00%
9.80%

Color #BE8CE6 in popluar number systems.

HEX BE 8C E6
Decimal 190 140 230
Binary 10111110 10001100 11100110
Octal 276 214 346

Shades and tints

Shades of #BE8CE6

#BE8CE6
(190,140,230)
#AD80D2
(173,128,210)
#9C74BE
(156,116,190)
#8B68AA
(139,104,170)
#7A5C96
(122,92,150)
#695082
(105,80,130)
#58446E
(88,68,110)
#47385A
(71,56,90)
#362C46
(54,44,70)
#252032
(37,32,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #BE8CE6

#BE8CE6
(190,140,230)
#C396E8
(195,150,232)
#C8A0EA
(200,160,234)
#CDAAEC
(205,170,236)
#D2B4EE
(210,180,238)
#D7BEF0
(215,190,240)
#DCC8F2
(220,200,242)
#E1D2F4
(225,210,244)
#E6DCF6
(230,220,246)
#EBE6F8
(235,230,248)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8CE6 color. Also use rgb(190,140,230) instead hex code.

Text Font Color

.myTextColor { color: #BE8CE6; }

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

This text font color is #BE8CE6.

Background Color

.myBgColor { background-color: #BE8CE6; }

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

This div background color is #BE8CE6.

Border color

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

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

This div border color is #BE8CE6.

Opacity

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

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

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

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

This text has shadow with #BE8CE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8CE6.

Preview

Color preview on black background

This text has color #BE8CE6 on black background.


Color preview on white background

This text has color #BE8CE6 on white background.


Black color preview on #BE8CE6 background

This text has black color on #BE8CE6 background.


White color preview on #BE8CE6 background

This text has white color on #BE8CE6 background.


Related colors

Complementary color

Complementary color for #hex is #417319.


I love getcolorcode.com

Triadic colors

1 #E6BE8C and #8CE6BE with #BE8CE6 are triadic colors.

2 #E68CBE and #8CBEE6 with #BE8CE6 are triadic colors.