HEX: #BECE55
RGB: (190,206,85)
#BECE55 contains mainly red and green colors. Web safe color of #BECE55 is #CCCC66 (or #CC6).
#BECE55 color RGB value is (190,206,85).
RGB: (190,206,85)
(75%, 81%, 33%)
R 190 of 255 = 75%
G 206 of 255 = 81%
B 85 of 255 = 33%
R + G + B ~ 63%. #BECE55 is quite light color.
R + G + B = 190 + 206 + 85 = 481 (100%)
R 190 of 481 ~ 39.5%
G 206 of 481 ~ 42.83%
B 85 of 481 ~ 17.67'%
#BECE55 color CMYK value is (8,0,59,19).
CMYK: (8,0,59,19)
C8M0Y59K19 (8%, 0%, 59%, 19%)
(0.08 / 0.00 / 0.59 / 0.19)
Color #BECE55 in popluar color models
BE | CE | 55 | |
---|---|---|---|
RGB | 190 | 206 | 85 |
HSL | 68° | 55.25% | 57.06% |
HSB/HSV | 68° | 58.74% | 80.78% |
CMYK | 7.77% | 0.00% | 58.74% |
19.22% |
Color #BECE55 in popluar number systems.
HEX | BE | CE | 55 |
Decimal | 190 | 206 | 85 |
Binary | 10111110 | 11001110 | 1010101 |
Octal | 276 | 316 | 125 |
Shades of #BECE55
Tints of #BECE55
Examples of css and html codes for elements with #BECE55 color. Also use rgb(190,206,85) instead hex code.
.myTextColor { color: #BECE55; }
<p style="color:#BECE55">This sample text font color is #BECE55.</p>
This text font color is #BECE55.
.myBgColor { background-color: #BECE55; }
<div style="background-color:#BECE55">Inner text</div>
This div background color is #BECE55.
.myBorderColor { border: 1px solid #BECE55; }
<div style="border:3px solid #BECE55">Div</div>
This div border color is #BECE55.
.myOpacity80 { color: #BECE55; opacity: 0.8; }
<p style="color:#BECE55;opacity:0.8;">80%</p>
Text with #BECE55 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BECE55;}
<p style="text-shadow: 3px 3px 1px #BECE55">Text here.</p>
This text has shadow with #BECE55 color.
.textShadow {text-shadow: 3px 3px 1px #BECE55', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BECE55, 5px 5px 20px red">Text here.</p>
This text has shadow with #BECE55 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BECE55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BECE55, Direction=45, Strength=4)">Text</p>
This text has shadow with #BECE55 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BECE55;
-webkit-box-shadow: 1px 1px 3px 2px #BECE55;
box-shadow: 1px 1px 3px 2px #BECE55;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BECE55; -webkit-box-shadow: 1px 1px 3px 2px #BECE55; box-shadow:1px 1px 3px 2px #BECE55;">
Div content here
</div>
This text has color #BECE55 on black background.
This text has color #BECE55 on white background.
This text has black color on #BECE55 background.
This text has white color on #BECE55 background.
Complementary color for #hex is #4131AA.