COLOR #BCE6EE

HEX: #BCE6EE
RGB: (188,230,238)

Color info

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

RGB color model

#BCE6EE color RGB value is (188,230,238).

  • red value is 188;
  • green value is 230;
  • blue value is 238.
RGB:
(188,230,238)
(74%,90%,93%)

RGB channels and saturation

R 188 of 255 = 74%
G 230 of 255 = 90%
B 238 of 255 = 93%

188
230
238

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

Portions of RGB colors in percentages

R + G + B =
188 + 230 + 238 = 656 (100%)
R 188 of 656 ~ 28.66%
G 230 of 656 ~ 35.06%
B 238 of 656 ~ 36.28%

%28.66
%35.06
%36.28

CMYK color model

#BCE6EE color CMYK value is (21,3,0,7).

  • cyan value is 21.01%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,3,0,7)
C21M3Y0K7 
(21%,3%,0%,7%)
(0.21/0.03/0.00/0.07)	

CMYK percentages

%21.01
%3.36
%0
%6.67

Codes

Color #BCE6EE in popluar color models

BCE6EE
RGB188230238
HSL190°59.52%83.53%
HSB/HSV190°21.01%93.33%
CMYK21.01%3.36%0.00%
6.67%

Color #BCE6EE in popluar number systems.

HEXBCE6EE
Decimal188230238
Binary101111001110011011101110
Octal274346356

Shades and tints

Shades of #BCE6EE

#BCE6EE
(188,230,238)
#ABD2D9
(171,210,217)
#9ABEC4
(154,190,196)
#89AAAF
(137,170,175)
#78969A
(120,150,154)
#678285
(103,130,133)
#566E70
(86,110,112)
#455A5B
(69,90,91)
#344646
(52,70,70)
#233231
(35,50,49)
#121E1C
(18,30,28)
#000000
(0,0,0)

Tints of #BCE6EE

#BCE6EE
(188,230,238)
#C2E8EF
(194,232,239)
#C8EAF0
(200,234,240)
#CEECF1
(206,236,241)
#D4EEF2
(212,238,242)
#DAF0F3
(218,240,243)
#E0F2F4
(224,242,244)
#E6F4F5
(230,244,245)
#ECF6F6
(236,246,246)
#F2F8F7
(242,248,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE6EE; }

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

This text font color is #BCE6EE.


Background Color

.myBgColor { background-color: #BCE6EE; }

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

This div background color is #BCE6EE.


Border color

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

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

This div border color is #BCE6EE.


Opacity

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

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

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

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

This text has shadow with #BCE6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE6EE on black background.


Color preview on white background

This text has color #BCE6EE on white background.



Black color preview on #BCE6EE background

This text has black color on #BCE6EE background.


White color preview on #BCE6EE background

This text has white color on #BCE6EE background.