HEX: #BEDAF9
RGB: (190,218,249)
#BEDAF9 contains red, green and blue colors in about the same proportion. Web safe color of #BEDAF9 is #CCCCFF (or #CCF).
#BEDAF9 color RGB value is (190,218,249).
RGB: (190,218,249)
(75%, 85%, 98%)
R 190 of 255 = 75%
G 218 of 255 = 85%
B 249 of 255 = 98%
R + G + B ~ 86%. #BEDAF9 is light color.
R + G + B = 190 + 218 + 249 = 657 (100%)
R 190 of 657 ~ 28.92%
G 218 of 657 ~ 33.18%
B 249 of 657 ~ 37.9'%
#BEDAF9 color CMYK value is (24,12,0,2).
CMYK: (24,12,0,2)
C24M12Y0K2 (24%, 12%, 0%, 2%)
(0.24 / 0.12 / 0.00 / 0.02)
Color #BEDAF9 in popluar color models
BE | DA | F9 | |
---|---|---|---|
RGB | 190 | 218 | 249 |
HSL | 212° | 83.10% | 86.08% |
HSB/HSV | 212° | 23.69% | 97.65% |
CMYK | 23.69% | 12.45% | 0.00% |
2.35% |
Color #BEDAF9 in popluar number systems.
HEX | BE | DA | F9 |
Decimal | 190 | 218 | 249 |
Binary | 10111110 | 11011010 | 11111001 |
Octal | 276 | 332 | 371 |
Shades of #BEDAF9
Tints of #BEDAF9
Examples of css and html codes for elements with #BEDAF9 color. Also use rgb(190,218,249) instead hex code.
.myTextColor { color: #BEDAF9; }
<p style="color:#BEDAF9">This sample text font color is #BEDAF9.</p>
This text font color is #BEDAF9.
.myBgColor { background-color: #BEDAF9; }
<div style="background-color:#BEDAF9">Inner text</div>
This div background color is #BEDAF9.
.myBorderColor { border: 1px solid #BEDAF9; }
<div style="border:3px solid #BEDAF9">Div</div>
This div border color is #BEDAF9.
.myOpacity80 { color: #BEDAF9; opacity: 0.8; }
<p style="color:#BEDAF9;opacity:0.8;">80%</p>
Text with #BEDAF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEDAF9;}
<p style="text-shadow: 3px 3px 1px #BEDAF9">Text here.</p>
This text has shadow with #BEDAF9 color.
.textShadow {text-shadow: 3px 3px 1px #BEDAF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEDAF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEDAF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEDAF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEDAF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEDAF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEDAF9;
-webkit-box-shadow: 1px 1px 3px 2px #BEDAF9;
box-shadow: 1px 1px 3px 2px #BEDAF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEDAF9; -webkit-box-shadow: 1px 1px 3px 2px #BEDAF9; box-shadow:1px 1px 3px 2px #BEDAF9;">
Div content here
</div>
This text has color #BEDAF9 on black background.
This text has color #BEDAF9 on white background.
This text has black color on #BEDAF9 background.
This text has white color on #BEDAF9 background.
Complementary color for #hex is #412506.