HEX: #BE99AE
RGB: (190,153,174)
#BE99AE contains red, green and blue colors in about the same proportion. Web safe color of #BE99AE is #CC9999 (or #C99).
#BE99AE color RGB value is (190,153,174).
RGB: (190,153,174)
(75%, 60%, 68%)
R 190 of 255 = 75%
G 153 of 255 = 60%
B 174 of 255 = 68%
R + G + B ~ 68%. #BE99AE is quite light color.
R + G + B = 190 + 153 + 174 = 517 (100%)
R 190 of 517 ~ 36.75%
G 153 of 517 ~ 29.59%
B 174 of 517 ~ 33.66'%
#BE99AE color CMYK value is (0,19,8,25).
CMYK: (0,19,8,25)
C0M19Y8K25 (0%, 19%, 8%, 25%)
(0.00 / 0.19 / 0.08 / 0.25)
Color #BE99AE in popluar color models
BE | 99 | AE | |
---|---|---|---|
RGB | 190 | 153 | 174 |
HSL | 326° | 22.16% | 67.25% |
HSB/HSV | 326° | 19.47% | 74.51% |
CMYK | 0.00% | 19.47% | 8.42% |
25.49% |
Color #BE99AE in popluar number systems.
HEX | BE | 99 | AE |
Decimal | 190 | 153 | 174 |
Binary | 10111110 | 10011001 | 10101110 |
Octal | 276 | 231 | 256 |
Shades of #BE99AE
Tints of #BE99AE
Examples of css and html codes for elements with #BE99AE color. Also use rgb(190,153,174) instead hex code.
.myTextColor { color: #BE99AE; }
<p style="color:#BE99AE">This sample text font color is #BE99AE.</p>
This text font color is #BE99AE.
.myBgColor { background-color: #BE99AE; }
<div style="background-color:#BE99AE">Inner text</div>
This div background color is #BE99AE.
.myBorderColor { border: 1px solid #BE99AE; }
<div style="border:3px solid #BE99AE">Div</div>
This div border color is #BE99AE.
.myOpacity80 { color: #BE99AE; opacity: 0.8; }
<p style="color:#BE99AE;opacity:0.8;">80%</p>
Text with #BE99AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE99AE;}
<p style="text-shadow: 3px 3px 1px #BE99AE">Text here.</p>
This text has shadow with #BE99AE color.
.textShadow {text-shadow: 3px 3px 1px #BE99AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE99AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE99AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE99AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE99AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE99AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE99AE;
-webkit-box-shadow: 1px 1px 3px 2px #BE99AE;
box-shadow: 1px 1px 3px 2px #BE99AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE99AE; -webkit-box-shadow: 1px 1px 3px 2px #BE99AE; box-shadow:1px 1px 3px 2px #BE99AE;">
Div content here
</div>
This text has color #BE99AE on black background.
This text has color #BE99AE on white background.
This text has black color on #BE99AE background.
This text has white color on #BE99AE background.
Complementary color for #hex is #416651.