COLOR #BCE5EF

HEX: #BCE5EF RGB: (188,229,239)

Color info

#BCE5EF contains red, green and blue colors in about the same proportion. Web safe color of #BCE5EF is #CCCCFF (or #CCF).

RGB color model

#BCE5EF color RGB value is (188,229,239).

RGB: (188,229,239) (74%, 90%, 94%)

RGB channels and saturation

R 188 of 255 = 74%
G 229 of 255 = 90%
B 239 of 255 = 94%

188
229
239

R + G + B ~ 86%. #BCE5EF is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 229 + 239 = 656 (100%)
R 188 of 656 ~ 28.66%
G 229 of 656 ~ 34.91%
B 239 of 656 ~ 36.43'%

%28.66
%34.91
%36.43

CMYK color model

#BCE5EF color CMYK value is (21,4,0,6).

  • cyan value is 21.34%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,4,0,6)
C21M4Y0K6 (21%, 4%, 0%, 6%)
(0.21 / 0.04 / 0.00 / 0.06)

CMYK percentages

%21.34
%4.18
%0
%6.27

Codes

Color #BCE5EF in popluar color models

BC E5 EF
RGB 188 229 239
HSL 192° 61.45% 83.73%
HSB/HSV 192° 21.34% 93.73%
CMYK 21.34% 4.18% 0.00%
6.27%

Color #BCE5EF in popluar number systems.

HEX BC E5 EF
Decimal 188 229 239
Binary 10111100 11100101 11101111
Octal 274 345 357

Shades and tints

Shades of #BCE5EF

#BCE5EF
(188,229,239)
#ABD1DA
(171,209,218)
#9ABDC5
(154,189,197)
#89A9B0
(137,169,176)
#78959B
(120,149,155)
#678186
(103,129,134)
#566D71
(86,109,113)
#45595C
(69,89,92)
#344547
(52,69,71)
#233132
(35,49,50)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #BCE5EF

#BCE5EF
(188,229,239)
#C2E7F0
(194,231,240)
#C8E9F1
(200,233,241)
#CEEBF2
(206,235,242)
#D4EDF3
(212,237,243)
#DAEFF4
(218,239,244)
#E0F1F5
(224,241,245)
#E6F3F6
(230,243,246)
#ECF5F7
(236,245,247)
#F2F7F8
(242,247,248)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE5EF color. Also use rgb(188,229,239) instead hex code.

Text Font Color

.myTextColor { color: #BCE5EF; }

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

This text font color is #BCE5EF.

Background Color

.myBgColor { background-color: #BCE5EF; }

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

This div background color is #BCE5EF.

Border color

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

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

This div border color is #BCE5EF.

Opacity

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

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

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

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

This text has shadow with #BCE5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE5EF.

Preview

Color preview on black background

This text has color #BCE5EF on black background.


Color preview on white background

This text has color #BCE5EF on white background.


Black color preview on #BCE5EF background

This text has black color on #BCE5EF background.


White color preview on #BCE5EF background

This text has white color on #BCE5EF background.


Related colors

Complementary color

Complementary color for #hex is #431A10.


I love getcolorcode.com

Triadic colors

1 #EFBCE5 and #E5EFBC with #BCE5EF are triadic colors.

2 #EFE5BC and #E5BCEF with #BCE5EF are triadic colors.