COLOR #BCE1E3

HEX: #BCE1E3
RGB: (188,225,227)

Color info

#BCE1E3 contains red, green and blue colors in about the same proportion. Web safe color of #BCE1E3 is #CCCCCC (or #CCC).

RGB color model

#BCE1E3 color RGB value is (188,225,227).

  • red value is 188;
  • green value is 225;
  • blue value is 227.
RGB:
(188,225,227)
(74%,88%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 227 of 255 = 89%

188
225
227

R + G + B ~ 84%. #BCE1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 227 = 640 (100%)
R 188 of 640 ~ 29.38%
G 225 of 640 ~ 35.16%
B 227 of 640 ~ 35.47%

%29.38
%35.16
%35.47

CMYK color model

#BCE1E3 color CMYK value is (17,1,0,11).

  • cyan value is 17.18%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,1,0,11)
C17M1Y0K11 
(17%,1%,0%,11%)
(0.17/0.01/0.00/0.11)	

CMYK percentages

%17.18
%0.88
%0
%10.98

Codes

Color #BCE1E3 in popluar color models

BCE1E3
RGB188225227
HSL183°41.05%81.37%
HSB/HSV183°17.18%89.02%
CMYK17.18%0.88%0.00%
10.98%

Color #BCE1E3 in popluar number systems.

HEXBCE1E3
Decimal188225227
Binary101111001110000111100011
Octal274341343

Shades and tints

Shades of #BCE1E3

#BCE1E3
(188,225,227)
#ABCDCF
(171,205,207)
#9AB9BB
(154,185,187)
#89A5A7
(137,165,167)
#789193
(120,145,147)
#677D7F
(103,125,127)
#56696B
(86,105,107)
#455557
(69,85,87)
#344143
(52,65,67)
#232D2F
(35,45,47)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #BCE1E3

#BCE1E3
(188,225,227)
#C2E3E5
(194,227,229)
#C8E5E7
(200,229,231)
#CEE7E9
(206,231,233)
#D4E9EB
(212,233,235)
#DAEBED
(218,235,237)
#E0EDEF
(224,237,239)
#E6EFF1
(230,239,241)
#ECF1F3
(236,241,243)
#F2F3F5
(242,243,245)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE1E3 color. Also use rgb(188,225,227) instead hex code.

Text Font Color

.myTextColor { color: #BCE1E3; }

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

This text font color is #BCE1E3.


Background Color

.myBgColor { background-color: #BCE1E3; }

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

This div background color is #BCE1E3.


Border color

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

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

This div border color is #BCE1E3.


Opacity

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

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

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

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

This text has shadow with #BCE1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1E3 on black background.


Color preview on white background

This text has color #BCE1E3 on white background.



Black color preview on #BCE1E3 background

This text has black color on #BCE1E3 background.


White color preview on #BCE1E3 background

This text has white color on #BCE1E3 background.