COLOR #BE89D2

HEX: #BE89D2 RGB: (190,137,210)

Color info

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

RGB color model

#BE89D2 color RGB value is (190,137,210).

RGB: (190,137,210) (75%, 54%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 137 of 255 = 54%
B 210 of 255 = 82%

190
137
210

R + G + B ~ 70%. #BE89D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 137 + 210 = 537 (100%)
R 190 of 537 ~ 35.38%
G 137 of 537 ~ 25.51%
B 210 of 537 ~ 39.11'%

%35.38
%25.51
%39.11

CMYK color model

#BE89D2 color CMYK value is (10,35,0,18).

  • cyan value is 9.52%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (10,35,0,18)
C10M35Y0K18 (10%, 35%, 0%, 18%)
(0.10 / 0.35 / 0.00 / 0.18)

CMYK percentages

%9.52
%34.76
%0
%17.65

Codes

Color #BE89D2 in popluar color models

BE 89 D2
RGB 190 137 210
HSL 284° 44.79% 68.04%
HSB/HSV 284° 34.76% 82.35%
CMYK 9.52% 34.76% 0.00%
17.65%

Color #BE89D2 in popluar number systems.

HEX BE 89 D2
Decimal 190 137 210
Binary 10111110 10001001 11010010
Octal 276 211 322

Shades and tints

Shades of #BE89D2

#BE89D2
(190,137,210)
#AD7DBF
(173,125,191)
#9C71AC
(156,113,172)
#8B6599
(139,101,153)
#7A5986
(122,89,134)
#694D73
(105,77,115)
#584160
(88,65,96)
#47354D
(71,53,77)
#36293A
(54,41,58)
#251D27
(37,29,39)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #BE89D2

#BE89D2
(190,137,210)
#C393D6
(195,147,214)
#C89DDA
(200,157,218)
#CDA7DE
(205,167,222)
#D2B1E2
(210,177,226)
#D7BBE6
(215,187,230)
#DCC5EA
(220,197,234)
#E1CFEE
(225,207,238)
#E6D9F2
(230,217,242)
#EBE3F6
(235,227,246)
#F0EDFA
(240,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE89D2 color. Also use rgb(190,137,210) instead hex code.

Text Font Color

.myTextColor { color: #BE89D2; }

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

This text font color is #BE89D2.

Background Color

.myBgColor { background-color: #BE89D2; }

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

This div background color is #BE89D2.

Border color

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

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

This div border color is #BE89D2.

Opacity

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

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

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

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

This text has shadow with #BE89D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE89D2.

Preview

Color preview on black background

This text has color #BE89D2 on black background.


Color preview on white background

This text has color #BE89D2 on white background.


Black color preview on #BE89D2 background

This text has black color on #BE89D2 background.


White color preview on #BE89D2 background

This text has white color on #BE89D2 background.


Related colors

Complementary color

Complementary color for #hex is #41762D.


I love getcolorcode.com

Triadic colors

1 #D2BE89 and #89D2BE with #BE89D2 are triadic colors.

2 #D289BE and #89BED2 with #BE89D2 are triadic colors.