COLOR #BCEEDF

HEX: #BCEEDF RGB: (188,238,223)

Color info

#BCEEDF contains red, green and blue colors in about the same proportion. Web safe color of #BCEEDF is #CCFFCC (or #CFC).

RGB color model

#BCEEDF color RGB value is (188,238,223).

RGB: (188,238,223) (74%, 93%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 223 of 255 = 87%

188
238
223

R + G + B ~ 85%. #BCEEDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 238 + 223 = 649 (100%)
R 188 of 649 ~ 28.97%
G 238 of 649 ~ 36.67%
B 223 of 649 ~ 34.36'%

%28.97
%36.67
%34.36

CMYK color model

#BCEEDF color CMYK value is (21,0,6,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 6.67%

CMYK: (21,0,6,7)
C21M0Y6K7 (21%, 0%, 6%, 7%)
(0.21 / 0.00 / 0.06 / 0.07)

CMYK percentages

%21.01
%0
%6.3
%6.67

Codes

Color #BCEEDF in popluar color models

BC EE DF
RGB 188 238 223
HSL 162° 59.52% 83.53%
HSB/HSV 162° 21.01% 93.33%
CMYK 21.01% 0.00% 6.30%
6.67%

Color #BCEEDF in popluar number systems.

HEX BC EE DF
Decimal 188 238 223
Binary 10111100 11101110 11011111
Octal 274 356 337

Shades and tints

Shades of #BCEEDF

#BCEEDF
(188,238,223)
#ABD9CB
(171,217,203)
#9AC4B7
(154,196,183)
#89AFA3
(137,175,163)
#789A8F
(120,154,143)
#67857B
(103,133,123)
#567067
(86,112,103)
#455B53
(69,91,83)
#34463F
(52,70,63)
#23312B
(35,49,43)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCEEDF

#BCEEDF
(188,238,223)
#C2EFE1
(194,239,225)
#C8F0E3
(200,240,227)
#CEF1E5
(206,241,229)
#D4F2E7
(212,242,231)
#DAF3E9
(218,243,233)
#E0F4EB
(224,244,235)
#E6F5ED
(230,245,237)
#ECF6EF
(236,246,239)
#F2F7F1
(242,247,241)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEEDF color. Also use rgb(188,238,223) instead hex code.

Text Font Color

.myTextColor { color: #BCEEDF; }

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

This text font color is #BCEEDF.

Background Color

.myBgColor { background-color: #BCEEDF; }

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

This div background color is #BCEEDF.

Border color

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

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

This div border color is #BCEEDF.

Opacity

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

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

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

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

This text has shadow with #BCEEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEEDF.

Preview

Color preview on black background

This text has color #BCEEDF on black background.


Color preview on white background

This text has color #BCEEDF on white background.


Black color preview on #BCEEDF background

This text has black color on #BCEEDF background.


White color preview on #BCEEDF background

This text has white color on #BCEEDF background.


Related colors

Complementary color

Complementary color for #hex is #431120.


I love getcolorcode.com

Triadic colors

1 #DFBCEE and #EEDFBC with #BCEEDF are triadic colors.

2 #DFEEBC and #EEBCDF with #BCEEDF are triadic colors.