HEX: #BEB6DF
RGB: (190,182,223)
#BEB6DF contains red, green and blue colors in about the same proportion. Web safe color of #BEB6DF is #CCCCCC (or #CCC).
#BEB6DF color RGB value is (190,182,223).
RGB: (190,182,223)
(75%, 71%, 87%)
R 190 of 255 = 75%
G 182 of 255 = 71%
B 223 of 255 = 87%
R + G + B ~ 78%. #BEB6DF is quite light color.
R + G + B = 190 + 182 + 223 = 595 (100%)
R 190 of 595 ~ 31.93%
G 182 of 595 ~ 30.59%
B 223 of 595 ~ 37.48'%
#BEB6DF color CMYK value is (15,18,0,13).
CMYK: (15,18,0,13)
C15M18Y0K13 (15%, 18%, 0%, 13%)
(0.15 / 0.18 / 0.00 / 0.13)
Color #BEB6DF in popluar color models
BE | B6 | DF | |
---|---|---|---|
RGB | 190 | 182 | 223 |
HSL | 252° | 39.05% | 79.41% |
HSB/HSV | 252° | 18.39% | 87.45% |
CMYK | 14.80% | 18.39% | 0.00% |
12.55% |
Color #BEB6DF in popluar number systems.
HEX | BE | B6 | DF |
Decimal | 190 | 182 | 223 |
Binary | 10111110 | 10110110 | 11011111 |
Octal | 276 | 266 | 337 |
Shades of #BEB6DF
Tints of #BEB6DF
Examples of css and html codes for elements with #BEB6DF color. Also use rgb(190,182,223) instead hex code.
.myTextColor { color: #BEB6DF; }
<p style="color:#BEB6DF">This sample text font color is #BEB6DF.</p>
This text font color is #BEB6DF.
.myBgColor { background-color: #BEB6DF; }
<div style="background-color:#BEB6DF">Inner text</div>
This div background color is #BEB6DF.
.myBorderColor { border: 1px solid #BEB6DF; }
<div style="border:3px solid #BEB6DF">Div</div>
This div border color is #BEB6DF.
.myOpacity80 { color: #BEB6DF; opacity: 0.8; }
<p style="color:#BEB6DF;opacity:0.8;">80%</p>
Text with #BEB6DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEB6DF;}
<p style="text-shadow: 3px 3px 1px #BEB6DF">Text here.</p>
This text has shadow with #BEB6DF color.
.textShadow {text-shadow: 3px 3px 1px #BEB6DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEB6DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEB6DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB6DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEB6DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEB6DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEB6DF;
-webkit-box-shadow: 1px 1px 3px 2px #BEB6DF;
box-shadow: 1px 1px 3px 2px #BEB6DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEB6DF; -webkit-box-shadow: 1px 1px 3px 2px #BEB6DF; box-shadow:1px 1px 3px 2px #BEB6DF;">
Div content here
</div>
This text has color #BEB6DF on black background.
This text has color #BEB6DF on white background.
This text has black color on #BEB6DF background.
This text has white color on #BEB6DF background.
Complementary color for #hex is #414920.