COLOR #BE85CE

HEX: #BE85CE RGB: (190,133,206)

Color info

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

RGB color model

#BE85CE color RGB value is (190,133,206).

RGB: (190,133,206) (75%, 52%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 206 of 255 = 81%

190
133
206

R + G + B ~ 69%. #BE85CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 133 + 206 = 529 (100%)
R 190 of 529 ~ 35.92%
G 133 of 529 ~ 25.14%
B 206 of 529 ~ 38.94'%

%35.92
%25.14
%38.94

CMYK color model

#BE85CE color CMYK value is (8,35,0,19).

  • cyan value is 7.77%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (8,35,0,19)
C8M35Y0K19 (8%, 35%, 0%, 19%)
(0.08 / 0.35 / 0.00 / 0.19)

CMYK percentages

%7.77
%35.44
%0
%19.22

Codes

Color #BE85CE in popluar color models

BE 85 CE
RGB 190 133 206
HSL 287° 42.69% 66.47%
HSB/HSV 287° 35.44% 80.78%
CMYK 7.77% 35.44% 0.00%
19.22%

Color #BE85CE in popluar number systems.

HEX BE 85 CE
Decimal 190 133 206
Binary 10111110 10000101 11001110
Octal 276 205 316

Shades and tints

Shades of #BE85CE

#BE85CE
(190,133,206)
#AD79BC
(173,121,188)
#9C6DAA
(156,109,170)
#8B6198
(139,97,152)
#7A5586
(122,85,134)
#694974
(105,73,116)
#583D62
(88,61,98)
#473150
(71,49,80)
#36253E
(54,37,62)
#25192C
(37,25,44)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #BE85CE

#BE85CE
(190,133,206)
#C390D2
(195,144,210)
#C89BD6
(200,155,214)
#CDA6DA
(205,166,218)
#D2B1DE
(210,177,222)
#D7BCE2
(215,188,226)
#DCC7E6
(220,199,230)
#E1D2EA
(225,210,234)
#E6DDEE
(230,221,238)
#EBE8F2
(235,232,242)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE85CE color. Also use rgb(190,133,206) instead hex code.

Text Font Color

.myTextColor { color: #BE85CE; }

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

This text font color is #BE85CE.

Background Color

.myBgColor { background-color: #BE85CE; }

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

This div background color is #BE85CE.

Border color

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

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

This div border color is #BE85CE.

Opacity

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

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

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

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

This text has shadow with #BE85CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE85CE.

Preview

Color preview on black background

This text has color #BE85CE on black background.


Color preview on white background

This text has color #BE85CE on white background.


Black color preview on #BE85CE background

This text has black color on #BE85CE background.


White color preview on #BE85CE background

This text has white color on #BE85CE background.


Related colors

Complementary color

Complementary color for #hex is #417A31.


I love getcolorcode.com

Triadic colors

1 #CEBE85 and #85CEBE with #BE85CE are triadic colors.

2 #CE85BE and #85BECE with #BE85CE are triadic colors.