HEX: #BEC5AF
RGB: (190,197,175)
#BEC5AF contains red, green and blue colors in about the same proportion. Web safe color of #BEC5AF is #CCCC99 (or #CC9).
#BEC5AF color RGB value is (190,197,175).
RGB: (190,197,175)
(75%, 77%, 69%)
R 190 of 255 = 75%
G 197 of 255 = 77%
B 175 of 255 = 69%
R + G + B ~ 74%. #BEC5AF is quite light color.
R + G + B = 190 + 197 + 175 = 562 (100%)
R 190 of 562 ~ 33.81%
G 197 of 562 ~ 35.05%
B 175 of 562 ~ 31.14'%
#BEC5AF color CMYK value is (4,0,11,23).
CMYK: (4,0,11,23)
C4M0Y11K23 (4%, 0%, 11%, 23%)
(0.04 / 0.00 / 0.11 / 0.23)
Color #BEC5AF in popluar color models
BE | C5 | AF | |
---|---|---|---|
RGB | 190 | 197 | 175 |
HSL | 79° | 15.94% | 72.94% |
HSB/HSV | 79° | 11.17% | 77.25% |
CMYK | 3.55% | 0.00% | 11.17% |
22.75% |
Color #BEC5AF in popluar number systems.
HEX | BE | C5 | AF |
Decimal | 190 | 197 | 175 |
Binary | 10111110 | 11000101 | 10101111 |
Octal | 276 | 305 | 257 |
Shades of #BEC5AF
Tints of #BEC5AF
Examples of css and html codes for elements with #BEC5AF color. Also use rgb(190,197,175) instead hex code.
.myTextColor { color: #BEC5AF; }
<p style="color:#BEC5AF">This sample text font color is #BEC5AF.</p>
This text font color is #BEC5AF.
.myBgColor { background-color: #BEC5AF; }
<div style="background-color:#BEC5AF">Inner text</div>
This div background color is #BEC5AF.
.myBorderColor { border: 1px solid #BEC5AF; }
<div style="border:3px solid #BEC5AF">Div</div>
This div border color is #BEC5AF.
.myOpacity80 { color: #BEC5AF; opacity: 0.8; }
<p style="color:#BEC5AF;opacity:0.8;">80%</p>
Text with #BEC5AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC5AF;}
<p style="text-shadow: 3px 3px 1px #BEC5AF">Text here.</p>
This text has shadow with #BEC5AF color.
.textShadow {text-shadow: 3px 3px 1px #BEC5AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC5AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEC5AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC5AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC5AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC5AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC5AF;
-webkit-box-shadow: 1px 1px 3px 2px #BEC5AF;
box-shadow: 1px 1px 3px 2px #BEC5AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC5AF; -webkit-box-shadow: 1px 1px 3px 2px #BEC5AF; box-shadow:1px 1px 3px 2px #BEC5AF;">
Div content here
</div>
This text has color #BEC5AF on black background.
This text has color #BEC5AF on white background.
This text has black color on #BEC5AF background.
This text has white color on #BEC5AF background.
Complementary color for #hex is #413A50.