COLOR #BCFDEC

HEX: #BCFDEC RGB: (188,253,236)

Color info

#BCFDEC contains mainly green and blue colors. Web safe color of #BCFDEC is #CCFFFF (or #CFF).

RGB color model

#BCFDEC color RGB value is (188,253,236).

RGB: (188,253,236) (74%, 99%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 253 of 255 = 99%
B 236 of 255 = 93%

188
253
236

R + G + B ~ 89%. #BCFDEC is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 253 + 236 = 677 (100%)
R 188 of 677 ~ 27.77%
G 253 of 677 ~ 37.37%
B 236 of 677 ~ 34.86'%

%27.77
%37.37
%34.86

CMYK color model

#BCFDEC color CMYK value is (26,0,7,1).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 0.78%

CMYK: (26,0,7,1)
C26M0Y7K1 (26%, 0%, 7%, 1%)
(0.26 / 0.00 / 0.07 / 0.01)

CMYK percentages

%25.69
%0
%6.72
%0.78

Codes

Color #BCFDEC in popluar color models

BC FD EC
RGB 188 253 236
HSL 164° 94.20% 86.47%
HSB/HSV 164° 25.69% 99.22%
CMYK 25.69% 0.00% 6.72%
0.78%

Color #BCFDEC in popluar number systems.

HEX BC FD EC
Decimal 188 253 236
Binary 10111100 11111101 11101100
Octal 274 375 354

Shades and tints

Shades of #BCFDEC

#BCFDEC
(188,253,236)
#ABE6D7
(171,230,215)
#9ACFC2
(154,207,194)
#89B8AD
(137,184,173)
#78A198
(120,161,152)
#678A83
(103,138,131)
#56736E
(86,115,110)
#455C59
(69,92,89)
#344544
(52,69,68)
#232E2F
(35,46,47)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #BCFDEC

#BCFDEC
(188,253,236)
#C2FDED
(194,253,237)
#C8FDEE
(200,253,238)
#CEFDEF
(206,253,239)
#D4FDF0
(212,253,240)
#DAFDF1
(218,253,241)
#E0FDF2
(224,253,242)
#E6FDF3
(230,253,243)
#ECFDF4
(236,253,244)
#F2FDF5
(242,253,245)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFDEC color. Also use rgb(188,253,236) instead hex code.

Text Font Color

.myTextColor { color: #BCFDEC; }

<p style="color:#BCFDEC">This sample text font color is #BCFDEC.</p>

This text font color is #BCFDEC.

Background Color

.myBgColor { background-color: #BCFDEC; }

<div style="background-color:#BCFDEC">Inner text</div>

This div background color is #BCFDEC.

Border color

.myBorderColor { border: 1px solid #BCFDEC; }

<div style="border:3px solid #BCFDEC">Div</div>

This div border color is #BCFDEC.

Opacity

.myOpacity80 { color: #BCFDEC; opacity: 0.8; }

<p style="color:#BCFDEC;opacity:0.8;">80%</p>

Text with #BCFDEC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCFDEC;}

<p style="text-shadow: 3px 3px 1px #BCFDEC">Text here.</p>

This text has shadow with #BCFDEC color.


.textShadow {text-shadow: 3px 3px 1px #BCFDEC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCFDEC, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCFDEC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCFDEC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCFDEC, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCFDEC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCFDEC;
-webkit-box-shadow: 1px 1px 3px 2px #BCFDEC;
box-shadow: 1px 1px 3px 2px #BCFDEC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCFDEC; -webkit-box-shadow: 1px 1px 3px 2px #BCFDEC; box-shadow:1px 1px 3px 2px #BCFDEC;">
Div content here
</div>

This div box has shadow with color #BCFDEC.

Preview

Color preview on black background

This text has color #BCFDEC on black background.


Color preview on white background

This text has color #BCFDEC on white background.


Black color preview on #BCFDEC background

This text has black color on #BCFDEC background.


White color preview on #BCFDEC background

This text has white color on #BCFDEC background.


Related colors

Complementary color

Complementary color for #hex is #430213.


I love getcolorcode.com

Triadic colors

1 #ECBCFD and #FDECBC with #BCFDEC are triadic colors.

2 #ECFDBC and #FDBCEC with #BCFDEC are triadic colors.