HEX: #BEDAE7
RGB: (190,218,231)
#BEDAE7 contains red, green and blue colors in about the same proportion. Web safe color of #BEDAE7 is #CCCCFF (or #CCF).
#BEDAE7 color RGB value is (190,218,231).
RGB: (190,218,231)
(75%, 85%, 91%)
R 190 of 255 = 75%
G 218 of 255 = 85%
B 231 of 255 = 91%
R + G + B ~ 84%. #BEDAE7 is quite light color.
R + G + B = 190 + 218 + 231 = 639 (100%)
R 190 of 639 ~ 29.73%
G 218 of 639 ~ 34.12%
B 231 of 639 ~ 36.15'%
#BEDAE7 color CMYK value is (18,6,0,9).
CMYK: (18,6,0,9)
C18M6Y0K9 (18%, 6%, 0%, 9%)
(0.18 / 0.06 / 0.00 / 0.09)
Color #BEDAE7 in popluar color models
BE | DA | E7 | |
---|---|---|---|
RGB | 190 | 218 | 231 |
HSL | 199° | 46.07% | 82.55% |
HSB/HSV | 199° | 17.75% | 90.59% |
CMYK | 17.75% | 5.63% | 0.00% |
9.41% |
Color #BEDAE7 in popluar number systems.
HEX | BE | DA | E7 |
Decimal | 190 | 218 | 231 |
Binary | 10111110 | 11011010 | 11100111 |
Octal | 276 | 332 | 347 |
Shades of #BEDAE7
Tints of #BEDAE7
Examples of css and html codes for elements with #BEDAE7 color. Also use rgb(190,218,231) instead hex code.
.myTextColor { color: #BEDAE7; }
<p style="color:#BEDAE7">This sample text font color is #BEDAE7.</p>
This text font color is #BEDAE7.
.myBgColor { background-color: #BEDAE7; }
<div style="background-color:#BEDAE7">Inner text</div>
This div background color is #BEDAE7.
.myBorderColor { border: 1px solid #BEDAE7; }
<div style="border:3px solid #BEDAE7">Div</div>
This div border color is #BEDAE7.
.myOpacity80 { color: #BEDAE7; opacity: 0.8; }
<p style="color:#BEDAE7;opacity:0.8;">80%</p>
Text with #BEDAE7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEDAE7;}
<p style="text-shadow: 3px 3px 1px #BEDAE7">Text here.</p>
This text has shadow with #BEDAE7 color.
.textShadow {text-shadow: 3px 3px 1px #BEDAE7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEDAE7, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEDAE7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEDAE7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEDAE7, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEDAE7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEDAE7;
-webkit-box-shadow: 1px 1px 3px 2px #BEDAE7;
box-shadow: 1px 1px 3px 2px #BEDAE7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEDAE7; -webkit-box-shadow: 1px 1px 3px 2px #BEDAE7; box-shadow:1px 1px 3px 2px #BEDAE7;">
Div content here
</div>
This text has color #BEDAE7 on black background.
This text has color #BEDAE7 on white background.
This text has black color on #BEDAE7 background.
This text has white color on #BEDAE7 background.
Complementary color for #hex is #412518.