HEX: #BEA6CA
RGB: (190,166,202)
#BEA6CA contains red, green and blue colors in about the same proportion. Web safe color of #BEA6CA is #CC99CC (or #C9C).
#BEA6CA color RGB value is (190,166,202).
RGB: (190,166,202)
(75%, 65%, 79%)
R 190 of 255 = 75%
G 166 of 255 = 65%
B 202 of 255 = 79%
R + G + B ~ 73%. #BEA6CA is quite light color.
R + G + B = 190 + 166 + 202 = 558 (100%)
R 190 of 558 ~ 34.05%
G 166 of 558 ~ 29.75%
B 202 of 558 ~ 36.2'%
#BEA6CA color CMYK value is (6,18,0,21).
CMYK: (6,18,0,21) C6M18Y0K21 (6%,18%,0%,21%) (0.06/0.18/0.00/0.21)
Color #BEA6CA in popluar color models
BE | A6 | CA | |
---|---|---|---|
RGB | 190 | 166 | 202 |
HSL | 280° | 25.35% | 72.16% |
HSB/HSV | 280° | 17.82% | 79.22% |
CMYK | 5.94% | 17.82% | 0.00% |
20.78% |
Color #BEA6CA in popluar number systems.
HEX | BE | A6 | CA |
Decimal | 190 | 166 | 202 |
Binary | 10111110 | 10100110 | 11001010 |
Octal | 276 | 246 | 312 |
Shades of #BEA6CA
Tints of #BEA6CA
Examples of css and html codes for elements with #BEA6CA color. Also use rgb(190,166,202) instead hex code.
.myTextColor { color: #BEA6CA; }
<p style="color:#BEA6CA">This sample text font color is #BEA6CA.</p>
This text font color is #BEA6CA.
.myBgColor { background-color: #BEA6CA; }
<div style="background-color:#BEA6CA">Inner text</div>
This div background color is #BEA6CA.
.myBorderColor { border: 1px solid #BEA6CA; }
<div style="border:3px solid #BEA6CA">Div</div>
This div border color is #BEA6CA.
.myOpacity80 { color: #BEA6CA; opacity: 0.8; }
<p style="color:#BEA6CA;opacity:0.8;">80%</p>
Text with #BEA6CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA6CA;}
<p style="text-shadow: 3px 3px 1px #BEA6CA">Text here.</p>
This text has shadow with #BEA6CA color.
.textShadow {text-shadow: 3px 3px 1px #BEA6CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA6CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA6CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA6CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA6CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA6CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA6CA;
-webkit-box-shadow: 1px 1px 3px 2px #BEA6CA;
box-shadow: 1px 1px 3px 2px #BEA6CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA6CA; -webkit-box-shadow: 1px 1px 3px 2px #BEA6CA; box-shadow:1px 1px 3px 2px #BEA6CA;">
Div content here
</div>
This text has color #BEA6CA on black background.
This text has color #BEA6CA on white background.
This text has black color on #BEA6CA background.
This text has white color on #BEA6CA background.
Complementary color for #hex is #415935.