HEX: #BE96CD
RGB: (190,150,205)
#BE96CD contains red, green and blue colors in about the same proportion. Web safe color of #BE96CD is #CC99CC (or #C9C).
#BE96CD color RGB value is (190,150,205).
RGB: (190,150,205)
(75%, 59%, 80%)
R 190 of 255 = 75%
G 150 of 255 = 59%
B 205 of 255 = 80%
R + G + B ~ 71%. #BE96CD is quite light color.
R + G + B = 190 + 150 + 205 = 545 (100%)
R 190 of 545 ~ 34.86%
G 150 of 545 ~ 27.52%
B 205 of 545 ~ 37.61'%
#BE96CD color CMYK value is (7,27,0,20).
CMYK: (7,27,0,20)
C7M27Y0K20 (7%, 27%, 0%, 20%)
(0.07 / 0.27 / 0.00 / 0.20)
Color #BE96CD in popluar color models
BE | 96 | CD | |
---|---|---|---|
RGB | 190 | 150 | 205 |
HSL | 284° | 35.48% | 69.61% |
HSB/HSV | 284° | 26.83% | 80.39% |
CMYK | 7.32% | 26.83% | 0.00% |
19.61% |
Color #BE96CD in popluar number systems.
HEX | BE | 96 | CD |
Decimal | 190 | 150 | 205 |
Binary | 10111110 | 10010110 | 11001101 |
Octal | 276 | 226 | 315 |
Shades of #BE96CD
Tints of #BE96CD
Examples of css and html codes for elements with #BE96CD color. Also use rgb(190,150,205) instead hex code.
.myTextColor { color: #BE96CD; }
<p style="color:#BE96CD">This sample text font color is #BE96CD.</p>
This text font color is #BE96CD.
.myBgColor { background-color: #BE96CD; }
<div style="background-color:#BE96CD">Inner text</div>
This div background color is #BE96CD.
.myBorderColor { border: 1px solid #BE96CD; }
<div style="border:3px solid #BE96CD">Div</div>
This div border color is #BE96CD.
.myOpacity80 { color: #BE96CD; opacity: 0.8; }
<p style="color:#BE96CD;opacity:0.8;">80%</p>
Text with #BE96CD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE96CD;}
<p style="text-shadow: 3px 3px 1px #BE96CD">Text here.</p>
This text has shadow with #BE96CD color.
.textShadow {text-shadow: 3px 3px 1px #BE96CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE96CD, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE96CD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE96CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE96CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE96CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE96CD;
-webkit-box-shadow: 1px 1px 3px 2px #BE96CD;
box-shadow: 1px 1px 3px 2px #BE96CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE96CD; -webkit-box-shadow: 1px 1px 3px 2px #BE96CD; box-shadow:1px 1px 3px 2px #BE96CD;">
Div content here
</div>
This text has color #BE96CD on black background.
This text has color #BE96CD on white background.
This text has black color on #BE96CD background.
This text has white color on #BE96CD background.
Complementary color for #hex is #416932.