COLOR #BE86DB

HEX: #BE86DB RGB: (190,134,219)

Color info

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

RGB color model

#BE86DB color RGB value is (190,134,219).

RGB: (190,134,219) (75%, 53%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 219 of 255 = 86%

190
134
219

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

Portions of RGB colors in percentages

R + G + B = 190 + 134 + 219 = 543 (100%)
R 190 of 543 ~ 34.99%
G 134 of 543 ~ 24.68%
B 219 of 543 ~ 40.33'%

%34.99
%24.68
%40.33

CMYK color model

#BE86DB color CMYK value is (13,39,0,14).

  • cyan value is 13.24%
  • magenta value is 38.81%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (13,39,0,14)
C13M39Y0K14 (13%, 39%, 0%, 14%)
(0.13 / 0.39 / 0.00 / 0.14)

CMYK percentages

%13.24
%38.81
%0
%14.12

Codes

Color #BE86DB in popluar color models

BE 86 DB
RGB 190 134 219
HSL 280° 54.14% 69.22%
HSB/HSV 280° 38.81% 85.88%
CMYK 13.24% 38.81% 0.00%
14.12%

Color #BE86DB in popluar number systems.

HEX BE 86 DB
Decimal 190 134 219
Binary 10111110 10000110 11011011
Octal 276 206 333

Shades and tints

Shades of #BE86DB

#BE86DB
(190,134,219)
#AD7AC8
(173,122,200)
#9C6EB5
(156,110,181)
#8B62A2
(139,98,162)
#7A568F
(122,86,143)
#694A7C
(105,74,124)
#583E69
(88,62,105)
#473256
(71,50,86)
#362643
(54,38,67)
#251A30
(37,26,48)
#140E1D
(20,14,29)
#000000
(0,0,0)

Tints of #BE86DB

#BE86DB
(190,134,219)
#C391DE
(195,145,222)
#C89CE1
(200,156,225)
#CDA7E4
(205,167,228)
#D2B2E7
(210,178,231)
#D7BDEA
(215,189,234)
#DCC8ED
(220,200,237)
#E1D3F0
(225,211,240)
#E6DEF3
(230,222,243)
#EBE9F6
(235,233,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE86DB; }

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

This text font color is #BE86DB.

Background Color

.myBgColor { background-color: #BE86DB; }

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

This div background color is #BE86DB.

Border color

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

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

This div border color is #BE86DB.

Opacity

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

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

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

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

This text has shadow with #BE86DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE86DB.

Preview

Color preview on black background

This text has color #BE86DB on black background.


Color preview on white background

This text has color #BE86DB on white background.


Black color preview on #BE86DB background

This text has black color on #BE86DB background.


White color preview on #BE86DB background

This text has white color on #BE86DB background.


Related colors

Complementary color

Complementary color for #hex is #417924.


I love getcolorcode.com

Triadic colors

1 #DBBE86 and #86DBBE with #BE86DB are triadic colors.

2 #DB86BE and #86BEDB with #BE86DB are triadic colors.