HEX: #BEE9FC
RGB: (190,233,252)
#BEE9FC contains mainly green and blue colors. Web safe color of #BEE9FC is #CCFFFF (or #CFF).
#BEE9FC color RGB value is (190,233,252).
RGB: (190,233,252)
(75%, 91%, 99%)
R 190 of 255 = 75%
G 233 of 255 = 91%
B 252 of 255 = 99%
R + G + B ~ 88%. #BEE9FC is light color.
R + G + B = 190 + 233 + 252 = 675 (100%)
R 190 of 675 ~ 28.15%
G 233 of 675 ~ 34.52%
B 252 of 675 ~ 37.33'%
#BEE9FC color CMYK value is (25,8,0,1).
CMYK: (25,8,0,1) C25M8Y0K1 (25%,8%,0%,1%) (0.25/0.08/0.00/0.01)
Color #BEE9FC in popluar color models
BE | E9 | FC | |
---|---|---|---|
RGB | 190 | 233 | 252 |
HSL | 198° | 91.18% | 86.67% |
HSB/HSV | 198° | 24.60% | 98.82% |
CMYK | 24.60% | 7.54% | 0.00% |
1.18% |
Color #BEE9FC in popluar number systems.
HEX | BE | E9 | FC |
Decimal | 190 | 233 | 252 |
Binary | 10111110 | 11101001 | 11111100 |
Octal | 276 | 351 | 374 |
Shades of #BEE9FC
Tints of #BEE9FC
Examples of css and html codes for elements with #BEE9FC color. Also use rgb(190,233,252) instead hex code.
.myTextColor { color: #BEE9FC; }
<p style="color:#BEE9FC">This sample text font color is #BEE9FC.</p>
This text font color is #BEE9FC.
.myBgColor { background-color: #BEE9FC; }
<div style="background-color:#BEE9FC">Inner text</div>
This div background color is #BEE9FC.
.myBorderColor { border: 1px solid #BEE9FC; }
<div style="border:3px solid #BEE9FC">Div</div>
This div border color is #BEE9FC.
.myOpacity80 { color: #BEE9FC; opacity: 0.8; }
<p style="color:#BEE9FC;opacity:0.8;">80%</p>
Text with #BEE9FC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE9FC;}
<p style="text-shadow: 3px 3px 1px #BEE9FC">Text here.</p>
This text has shadow with #BEE9FC color.
.textShadow {text-shadow: 3px 3px 1px #BEE9FC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE9FC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE9FC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE9FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE9FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE9FC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE9FC;
-webkit-box-shadow: 1px 1px 3px 2px #BEE9FC;
box-shadow: 1px 1px 3px 2px #BEE9FC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE9FC; -webkit-box-shadow: 1px 1px 3px 2px #BEE9FC; box-shadow:1px 1px 3px 2px #BEE9FC;">
Div content here
</div>
This text has color #BEE9FC on black background.
This text has color #BEE9FC on white background.
This text has black color on #BEE9FC background.
This text has white color on #BEE9FC background.
Complementary color for #hex is #411603.