HEX: #BE89D2
RGB: (190,137,210)
#BE89D2 contains mainly red and blue colors. Web safe color of #BE89D2 is #CC99CC (or #C9C).
#BE89D2 color RGB value is (190,137,210).
RGB: (190,137,210)
(75%, 54%, 82%)
R 190 of 255 = 75%
G 137 of 255 = 54%
B 210 of 255 = 82%
R + G + B ~ 70%. #BE89D2 is quite light color.
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'%
#BE89D2 color CMYK value is (10,35,0,18).
CMYK: (10,35,0,18)
C10M35Y0K18 (10%, 35%, 0%, 18%)
(0.10 / 0.35 / 0.00 / 0.18)
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 of #BE89D2
Tints of #BE89D2
Examples of css and html codes for elements with #BE89D2 color. Also use rgb(190,137,210) instead hex code.
.myTextColor { color: #BE89D2; }
<p style="color:#BE89D2">This sample text font color is #BE89D2.</p>
This text font color is #BE89D2.
.myBgColor { background-color: #BE89D2; }
<div style="background-color:#BE89D2">Inner text</div>
This div background color is #BE89D2.
.myBorderColor { border: 1px solid #BE89D2; }
<div style="border:3px solid #BE89D2">Div</div>
This div border color is #BE89D2.
.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%.
.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.
/* 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 text has color #BE89D2 on black background.
This text has color #BE89D2 on white background.
This text has black color on #BE89D2 background.
This text has white color on #BE89D2 background.
Complementary color for #hex is #41762D.