HEX: #BEAFCE
RGB: (190,175,206)
#BEAFCE contains red, green and blue colors in about the same proportion. Web safe color of #BEAFCE is #CC99CC (or #C9C).
#BEAFCE color RGB value is (190,175,206).
RGB: (190,175,206)
(75%, 69%, 81%)
R 190 of 255 = 75%
G 175 of 255 = 69%
B 206 of 255 = 81%
R + G + B ~ 75%. #BEAFCE is quite light color.
R + G + B = 190 + 175 + 206 = 571 (100%)
R 190 of 571 ~ 33.27%
G 175 of 571 ~ 30.65%
B 206 of 571 ~ 36.08'%
#BEAFCE color CMYK value is (8,15,0,19).
CMYK: (8,15,0,19) C8M15Y0K19 (8%,15%,0%,19%) (0.08/0.15/0.00/0.19)
Color #BEAFCE in popluar color models
BE | AF | CE | |
---|---|---|---|
RGB | 190 | 175 | 206 |
HSL | 269° | 24.03% | 74.71% |
HSB/HSV | 269° | 15.05% | 80.78% |
CMYK | 7.77% | 15.05% | 0.00% |
19.22% |
Color #BEAFCE in popluar number systems.
HEX | BE | AF | CE |
Decimal | 190 | 175 | 206 |
Binary | 10111110 | 10101111 | 11001110 |
Octal | 276 | 257 | 316 |
Shades of #BEAFCE
Tints of #BEAFCE
Examples of css and html codes for elements with #BEAFCE color. Also use rgb(190,175,206) instead hex code.
.myTextColor { color: #BEAFCE; }
<p style="color:#BEAFCE">This sample text font color is #BEAFCE.</p>
This text font color is #BEAFCE.
.myBgColor { background-color: #BEAFCE; }
<div style="background-color:#BEAFCE">Inner text</div>
This div background color is #BEAFCE.
.myBorderColor { border: 1px solid #BEAFCE; }
<div style="border:3px solid #BEAFCE">Div</div>
This div border color is #BEAFCE.
.myOpacity80 { color: #BEAFCE; opacity: 0.8; }
<p style="color:#BEAFCE;opacity:0.8;">80%</p>
Text with #BEAFCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAFCE;}
<p style="text-shadow: 3px 3px 1px #BEAFCE">Text here.</p>
This text has shadow with #BEAFCE color.
.textShadow {text-shadow: 3px 3px 1px #BEAFCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAFCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAFCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAFCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAFCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAFCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAFCE;
-webkit-box-shadow: 1px 1px 3px 2px #BEAFCE;
box-shadow: 1px 1px 3px 2px #BEAFCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAFCE; -webkit-box-shadow: 1px 1px 3px 2px #BEAFCE; box-shadow:1px 1px 3px 2px #BEAFCE;">
Div content here
</div>
This text has color #BEAFCE on black background.
This text has color #BEAFCE on white background.
This text has black color on #BEAFCE background.
This text has white color on #BEAFCE background.
Complementary color for #hex is #415031.