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