HEX: #BCF9EB
RGB: (188,249,235)
#BCF9EB contains mainly green and blue colors. Web safe color of #BCF9EB is #CCFFFF (or #CFF).
#BCF9EB color RGB value is (188,249,235).
RGB: (188,249,235)
(74%, 98%, 92%)
R 188 of 255 = 74%
G 249 of 255 = 98%
B 235 of 255 = 92%
R + G + B ~ 88%. #BCF9EB is light color.
R + G + B = 188 + 249 + 235 = 672 (100%)
R 188 of 672 ~ 27.98%
G 249 of 672 ~ 37.05%
B 235 of 672 ~ 34.97'%
#BCF9EB color CMYK value is (24,0,6,2).
CMYK: (24,0,6,2)
C24M0Y6K2 (24%, 0%, 6%, 2%)
(0.24 / 0.00 / 0.06 / 0.02)
Color #BCF9EB in popluar color models
BC | F9 | EB | |
---|---|---|---|
RGB | 188 | 249 | 235 |
HSL | 166° | 83.56% | 85.69% |
HSB/HSV | 166° | 24.50% | 97.65% |
CMYK | 24.50% | 0.00% | 5.62% |
2.35% |
Color #BCF9EB in popluar number systems.
HEX | BC | F9 | EB |
Decimal | 188 | 249 | 235 |
Binary | 10111100 | 11111001 | 11101011 |
Octal | 274 | 371 | 353 |
Shades of #BCF9EB
Tints of #BCF9EB
Examples of css and html codes for elements with #BCF9EB color. Also use rgb(188,249,235) instead hex code.
.myTextColor { color: #BCF9EB; }
<p style="color:#BCF9EB">This sample text font color is #BCF9EB.</p>
This text font color is #BCF9EB.
.myBgColor { background-color: #BCF9EB; }
<div style="background-color:#BCF9EB">Inner text</div>
This div background color is #BCF9EB.
.myBorderColor { border: 1px solid #BCF9EB; }
<div style="border:3px solid #BCF9EB">Div</div>
This div border color is #BCF9EB.
.myOpacity80 { color: #BCF9EB; opacity: 0.8; }
<p style="color:#BCF9EB;opacity:0.8;">80%</p>
Text with #BCF9EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCF9EB;}
<p style="text-shadow: 3px 3px 1px #BCF9EB">Text here.</p>
This text has shadow with #BCF9EB color.
.textShadow {text-shadow: 3px 3px 1px #BCF9EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCF9EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCF9EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCF9EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCF9EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCF9EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCF9EB;
-webkit-box-shadow: 1px 1px 3px 2px #BCF9EB;
box-shadow: 1px 1px 3px 2px #BCF9EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCF9EB; -webkit-box-shadow: 1px 1px 3px 2px #BCF9EB; box-shadow:1px 1px 3px 2px #BCF9EB;">
Div content here
</div>
This text has color #BCF9EB on black background.
This text has color #BCF9EB on white background.
This text has black color on #BCF9EB background.
This text has white color on #BCF9EB background.
Complementary color for #hex is #430614.