COLOR #BE86D6

HEX: #BE86D6
RGB: (190,134,214)

Color info

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

RGB color model

#BE86D6 color RGB value is (190,134,214).

  • red value is 190;
  • green value is 134;
  • blue value is 214.
RGB:
(190,134,214)
(75%,53%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 214 of 255 = 84%

190
134
214

R + G + B ~ 71%. #BE86D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 214 = 538 (100%)
R 190 of 538 ~ 35.32%
G 134 of 538 ~ 24.91%
B 214 of 538 ~ 39.78%

%35.32
%24.91
%39.78

CMYK color model

#BE86D6 color CMYK value is (11,37,0,16).

  • cyan value is 11.21%
  • magenta value is 37.38%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,37,0,16)
C11M37Y0K16 
(11%,37%,0%,16%)
(0.11/0.37/0.00/0.16)	

CMYK percentages

%11.21
%37.38
%0
%16.08

Codes

Color #BE86D6 in popluar color models

BE86D6
RGB190134214
HSL282°49.38%68.24%
HSB/HSV282°37.38%83.92%
CMYK11.21%37.38%0.00%
16.08%

Color #BE86D6 in popluar number systems.

HEXBE86D6
Decimal190134214
Binary101111101000011011010110
Octal276206326

Shades and tints

Shades of #BE86D6

#BE86D6
(190,134,214)
#AD7AC3
(173,122,195)
#9C6EB0
(156,110,176)
#8B629D
(139,98,157)
#7A568A
(122,86,138)
#694A77
(105,74,119)
#583E64
(88,62,100)
#473251
(71,50,81)
#36263E
(54,38,62)
#251A2B
(37,26,43)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #BE86D6

#BE86D6
(190,134,214)
#C391D9
(195,145,217)
#C89CDC
(200,156,220)
#CDA7DF
(205,167,223)
#D2B2E2
(210,178,226)
#D7BDE5
(215,189,229)
#DCC8E8
(220,200,232)
#E1D3EB
(225,211,235)
#E6DEEE
(230,222,238)
#EBE9F1
(235,233,241)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE86D6 color. Also use rgb(190,134,214) instead hex code.

Text Font Color

.myTextColor { color: #BE86D6; }

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

This text font color is #BE86D6.


Background Color

.myBgColor { background-color: #BE86D6; }

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

This div background color is #BE86D6.


Border color

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

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

This div border color is #BE86D6.


Opacity

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

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

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

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

This text has shadow with #BE86D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE86D6 on black background.


Color preview on white background

This text has color #BE86D6 on white background.



Black color preview on #BE86D6 background

This text has black color on #BE86D6 background.


White color preview on #BE86D6 background

This text has white color on #BE86D6 background.