COLOR #BCE9EC

HEX: #BCE9EC
RGB: (188,233,236)

Color info

#BCE9EC contains red, green and blue colors in about the same proportion. Web safe color of #BCE9EC is #CCFFFF (or #CFF).

RGB color model

#BCE9EC color RGB value is (188,233,236).

  • red value is 188;
  • green value is 233;
  • blue value is 236.
RGB:
(188,233,236)
(74%,91%,93%)

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 236 of 255 = 93%

188
233
236

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

Portions of RGB colors in percentages

R + G + B =
188 + 233 + 236 = 657 (100%)
R 188 of 657 ~ 28.61%
G 233 of 657 ~ 35.46%
B 236 of 657 ~ 35.92%

%28.61
%35.46
%35.92

CMYK color model

#BCE9EC color CMYK value is (20,1,0,7).

  • cyan value is 20.34%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,1,0,7)
C20M1Y0K7 
(20%,1%,0%,7%)
(0.20/0.01/0.00/0.07)	

CMYK percentages

%20.34
%1.27
%0
%7.45

Codes

Color #BCE9EC in popluar color models

BCE9EC
RGB188233236
HSL184°55.81%83.14%
HSB/HSV184°20.34%92.55%
CMYK20.34%1.27%0.00%
7.45%

Color #BCE9EC in popluar number systems.

HEXBCE9EC
Decimal188233236
Binary101111001110100111101100
Octal274351354

Shades and tints

Shades of #BCE9EC

#BCE9EC
(188,233,236)
#ABD4D7
(171,212,215)
#9ABFC2
(154,191,194)
#89AAAD
(137,170,173)
#789598
(120,149,152)
#678083
(103,128,131)
#566B6E
(86,107,110)
#455659
(69,86,89)
#344144
(52,65,68)
#232C2F
(35,44,47)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #BCE9EC

#BCE9EC
(188,233,236)
#C2EBED
(194,235,237)
#C8EDEE
(200,237,238)
#CEEFEF
(206,239,239)
#D4F1F0
(212,241,240)
#DAF3F1
(218,243,241)
#E0F5F2
(224,245,242)
#E6F7F3
(230,247,243)
#ECF9F4
(236,249,244)
#F2FBF5
(242,251,245)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE9EC; }

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

This text font color is #BCE9EC.


Background Color

.myBgColor { background-color: #BCE9EC; }

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

This div background color is #BCE9EC.


Border color

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

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

This div border color is #BCE9EC.


Opacity

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

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

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

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

This text has shadow with #BCE9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE9EC on black background.


Color preview on white background

This text has color #BCE9EC on white background.



Black color preview on #BCE9EC background

This text has black color on #BCE9EC background.


White color preview on #BCE9EC background

This text has white color on #BCE9EC background.