COLOR #BCF8EC

HEX: #BCF8EC RGB: (188,248,236)

Color info

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

RGB color model

#BCF8EC color RGB value is (188,248,236).

RGB: (188,248,236) (74%, 97%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 248 of 255 = 97%
B 236 of 255 = 93%

188
248
236

R + G + B ~ 88%. #BCF8EC is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 248 + 236 = 672 (100%)
R 188 of 672 ~ 27.98%
G 248 of 672 ~ 36.9%
B 236 of 672 ~ 35.12'%

%27.98
%36.9
%35.12

CMYK color model

#BCF8EC color CMYK value is (24,0,5,3).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 2.75%

CMYK: (24,0,5,3)
C24M0Y5K3 (24%, 0%, 5%, 3%)
(0.24 / 0.00 / 0.05 / 0.03)

CMYK percentages

%24.19
%0
%4.84
%2.75

Codes

Color #BCF8EC in popluar color models

BC F8 EC
RGB 188 248 236
HSL 168° 81.08% 85.49%
HSB/HSV 168° 24.19% 97.25%
CMYK 24.19% 0.00% 4.84%
2.75%

Color #BCF8EC in popluar number systems.

HEX BC F8 EC
Decimal 188 248 236
Binary 10111100 11111000 11101100
Octal 274 370 354

Shades and tints

Shades of #BCF8EC

#BCF8EC
(188,248,236)
#ABE2D7
(171,226,215)
#9ACCC2
(154,204,194)
#89B6AD
(137,182,173)
#78A098
(120,160,152)
#678A83
(103,138,131)
#56746E
(86,116,110)
#455E59
(69,94,89)
#344844
(52,72,68)
#23322F
(35,50,47)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #BCF8EC

#BCF8EC
(188,248,236)
#C2F8ED
(194,248,237)
#C8F8EE
(200,248,238)
#CEF8EF
(206,248,239)
#D4F8F0
(212,248,240)
#DAF8F1
(218,248,241)
#E0F8F2
(224,248,242)
#E6F8F3
(230,248,243)
#ECF8F4
(236,248,244)
#F2F8F5
(242,248,245)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF8EC; }

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

This text font color is #BCF8EC.

Background Color

.myBgColor { background-color: #BCF8EC; }

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

This div background color is #BCF8EC.

Border color

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

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

This div border color is #BCF8EC.

Opacity

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

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

Text with #BCF8EC 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 #BCF8EC;}

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

This text has shadow with #BCF8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF8EC.

Preview

Color preview on black background

This text has color #BCF8EC on black background.


Color preview on white background

This text has color #BCF8EC on white background.


Black color preview on #BCF8EC background

This text has black color on #BCF8EC background.


White color preview on #BCF8EC background

This text has white color on #BCF8EC background.


Related colors

Complementary color

Complementary color for #hex is #430713.


I love getcolorcode.com

Triadic colors

1 #ECBCF8 and #F8ECBC with #BCF8EC are triadic colors.

2 #ECF8BC and #F8BCEC with #BCF8EC are triadic colors.