COLOR #BE86C8

HEX: #BE86C8 RGB: (190,134,200)

Color info

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

RGB color model

#BE86C8 color RGB value is (190,134,200).

RGB: (190,134,200) (75%, 53%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 200 of 255 = 78%

190
134
200

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

Portions of RGB colors in percentages

R + G + B = 190 + 134 + 200 = 524 (100%)
R 190 of 524 ~ 36.26%
G 134 of 524 ~ 25.57%
B 200 of 524 ~ 38.17'%

%36.26
%25.57
%38.17

CMYK color model

#BE86C8 color CMYK value is (5,33,0,22).

  • cyan value is 5.00%
  • magenta value is 33.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (5,33,0,22)
C5M33Y0K22 (5%, 33%, 0%, 22%)
(0.05 / 0.33 / 0.00 / 0.22)

CMYK percentages

%5
%33
%0
%21.57

Codes

Color #BE86C8 in popluar color models

BE 86 C8
RGB 190 134 200
HSL 291° 37.50% 65.49%
HSB/HSV 291° 33.00% 78.43%
CMYK 5.00% 33.00% 0.00%
21.57%

Color #BE86C8 in popluar number systems.

HEX BE 86 C8
Decimal 190 134 200
Binary 10111110 10000110 11001000
Octal 276 206 310

Shades and tints

Shades of #BE86C8

#BE86C8
(190,134,200)
#AD7AB6
(173,122,182)
#9C6EA4
(156,110,164)
#8B6292
(139,98,146)
#7A5680
(122,86,128)
#694A6E
(105,74,110)
#583E5C
(88,62,92)
#47324A
(71,50,74)
#362638
(54,38,56)
#251A26
(37,26,38)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #BE86C8

#BE86C8
(190,134,200)
#C391CD
(195,145,205)
#C89CD2
(200,156,210)
#CDA7D7
(205,167,215)
#D2B2DC
(210,178,220)
#D7BDE1
(215,189,225)
#DCC8E6
(220,200,230)
#E1D3EB
(225,211,235)
#E6DEF0
(230,222,240)
#EBE9F5
(235,233,245)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE86C8; }

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

This text font color is #BE86C8.

Background Color

.myBgColor { background-color: #BE86C8; }

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

This div background color is #BE86C8.

Border color

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

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

This div border color is #BE86C8.

Opacity

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

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

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

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

This text has shadow with #BE86C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE86C8.

Preview

Color preview on black background

This text has color #BE86C8 on black background.


Color preview on white background

This text has color #BE86C8 on white background.


Black color preview on #BE86C8 background

This text has black color on #BE86C8 background.


White color preview on #BE86C8 background

This text has white color on #BE86C8 background.


Related colors

Complementary color

Complementary color for #hex is #417937.


I love getcolorcode.com

Triadic colors

1 #C8BE86 and #86C8BE with #BE86C8 are triadic colors.

2 #C886BE and #86BEC8 with #BE86C8 are triadic colors.