HEX: #BEDDF5
RGB: (190,221,245)
#BEDDF5 contains red, green and blue colors in about the same proportion. Web safe color of #BEDDF5 is #CCCCFF (or #CCF).
#BEDDF5 color RGB value is (190,221,245).
RGB: (190,221,245)
(75%, 87%, 96%)
R 190 of 255 = 75%
G 221 of 255 = 87%
B 245 of 255 = 96%
R + G + B ~ 86%. #BEDDF5 is light color.
R + G + B = 190 + 221 + 245 = 656 (100%)
R 190 of 656 ~ 28.96%
G 221 of 656 ~ 33.69%
B 245 of 656 ~ 37.35'%
#BEDDF5 color CMYK value is (22,10,0,4).
CMYK: (22,10,0,4) C22M10Y0K4 (22%,10%,0%,4%) (0.22/0.10/0.00/0.04)
Color #BEDDF5 in popluar color models
BE | DD | F5 | |
---|---|---|---|
RGB | 190 | 221 | 245 |
HSL | 206° | 73.33% | 85.29% |
HSB/HSV | 206° | 22.45% | 96.08% |
CMYK | 22.45% | 9.80% | 0.00% |
3.92% |
Color #BEDDF5 in popluar number systems.
HEX | BE | DD | F5 |
Decimal | 190 | 221 | 245 |
Binary | 10111110 | 11011101 | 11110101 |
Octal | 276 | 335 | 365 |
Shades of #BEDDF5
Tints of #BEDDF5
Examples of css and html codes for elements with #BEDDF5 color. Also use rgb(190,221,245) instead hex code.
.myTextColor { color: #BEDDF5; }
<p style="color:#BEDDF5">This sample text font color is #BEDDF5.</p>
This text font color is #BEDDF5.
.myBgColor { background-color: #BEDDF5; }
<div style="background-color:#BEDDF5">Inner text</div>
This div background color is #BEDDF5.
.myBorderColor { border: 1px solid #BEDDF5; }
<div style="border:3px solid #BEDDF5">Div</div>
This div border color is #BEDDF5.
.myOpacity80 { color: #BEDDF5; opacity: 0.8; }
<p style="color:#BEDDF5;opacity:0.8;">80%</p>
Text with #BEDDF5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEDDF5;}
<p style="text-shadow: 3px 3px 1px #BEDDF5">Text here.</p>
This text has shadow with #BEDDF5 color.
.textShadow {text-shadow: 3px 3px 1px #BEDDF5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEDDF5, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEDDF5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEDDF5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEDDF5, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEDDF5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEDDF5;
-webkit-box-shadow: 1px 1px 3px 2px #BEDDF5;
box-shadow: 1px 1px 3px 2px #BEDDF5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEDDF5; -webkit-box-shadow: 1px 1px 3px 2px #BEDDF5; box-shadow:1px 1px 3px 2px #BEDDF5;">
Div content here
</div>
This text has color #BEDDF5 on black background.
This text has color #BEDDF5 on white background.
This text has black color on #BEDDF5 background.
This text has white color on #BEDDF5 background.
Complementary color for #hex is #41220A.