HEX: #BEDDC4
RGB: (190,221,196)
#BEDDC4 contains red, green and blue colors in about the same proportion. Web safe color of #BEDDC4 is #CCCCCC (or #CCC).
#BEDDC4 color RGB value is (190,221,196).
RGB: (190,221,196)
(75%, 87%, 77%)
R 190 of 255 = 75%
G 221 of 255 = 87%
B 196 of 255 = 77%
R + G + B ~ 80%. #BEDDC4 is quite light color.
R + G + B = 190 + 221 + 196 = 607 (100%)
R 190 of 607 ~ 31.3%
G 221 of 607 ~ 36.41%
B 196 of 607 ~ 32.29'%
#BEDDC4 color CMYK value is (14,0,11,13).
CMYK: (14,0,11,13) C14M0Y11K13 (14%,0%,11%,13%) (0.14/0.00/0.11/0.13)
Color #BEDDC4 in popluar color models
BE | DD | C4 | |
---|---|---|---|
RGB | 190 | 221 | 196 |
HSL | 132° | 31.31% | 80.59% |
HSB/HSV | 132° | 14.03% | 86.67% |
CMYK | 14.03% | 0.00% | 11.31% |
13.33% |
Color #BEDDC4 in popluar number systems.
HEX | BE | DD | C4 |
Decimal | 190 | 221 | 196 |
Binary | 10111110 | 11011101 | 11000100 |
Octal | 276 | 335 | 304 |
Shades of #BEDDC4
Tints of #BEDDC4
Examples of css and html codes for elements with #BEDDC4 color. Also use rgb(190,221,196) instead hex code.
.myTextColor { color: #BEDDC4; }
<p style="color:#BEDDC4">This sample text font color is #BEDDC4.</p>
This text font color is #BEDDC4.
.myBgColor { background-color: #BEDDC4; }
<div style="background-color:#BEDDC4">Inner text</div>
This div background color is #BEDDC4.
.myBorderColor { border: 1px solid #BEDDC4; }
<div style="border:3px solid #BEDDC4">Div</div>
This div border color is #BEDDC4.
.myOpacity80 { color: #BEDDC4; opacity: 0.8; }
<p style="color:#BEDDC4;opacity:0.8;">80%</p>
Text with #BEDDC4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEDDC4;}
<p style="text-shadow: 3px 3px 1px #BEDDC4">Text here.</p>
This text has shadow with #BEDDC4 color.
.textShadow {text-shadow: 3px 3px 1px #BEDDC4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEDDC4, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEDDC4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEDDC4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEDDC4, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEDDC4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEDDC4;
-webkit-box-shadow: 1px 1px 3px 2px #BEDDC4;
box-shadow: 1px 1px 3px 2px #BEDDC4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEDDC4; -webkit-box-shadow: 1px 1px 3px 2px #BEDDC4; box-shadow:1px 1px 3px 2px #BEDDC4;">
Div content here
</div>
This text has color #BEDDC4 on black background.
This text has color #BEDDC4 on white background.
This text has black color on #BEDDC4 background.
This text has white color on #BEDDC4 background.
Complementary color for #hex is #41223B.