COLOR #BCE1E9

HEX: #BCE1E9
RGB: (188,225,233)

Color info

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

RGB color model

#BCE1E9 color RGB value is (188,225,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 233 of 255 = 91%

188
225
233

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

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 233 = 646 (100%)
R 188 of 646 ~ 29.1%
G 225 of 646 ~ 34.83%
B 233 of 646 ~ 36.07%

%29.1
%34.83
%36.07

CMYK color model

#BCE1E9 color CMYK value is (19,3,0,9).

  • cyan value is 19.31%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,3,0,9)
C19M3Y0K9 
(19%,3%,0%,9%)
(0.19/0.03/0.00/0.09)	

CMYK percentages

%19.31
%3.43
%0
%8.63

Codes

Color #BCE1E9 in popluar color models

BCE1E9
RGB188225233
HSL191°50.56%82.55%
HSB/HSV191°19.31%91.37%
CMYK19.31%3.43%0.00%
8.63%

Color #BCE1E9 in popluar number systems.

HEXBCE1E9
Decimal188225233
Binary101111001110000111101001
Octal274341351

Shades and tints

Shades of #BCE1E9

#BCE1E9
(188,225,233)
#ABCDD4
(171,205,212)
#9AB9BF
(154,185,191)
#89A5AA
(137,165,170)
#789195
(120,145,149)
#677D80
(103,125,128)
#56696B
(86,105,107)
#455556
(69,85,86)
#344141
(52,65,65)
#232D2C
(35,45,44)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCE1E9

#BCE1E9
(188,225,233)
#C2E3EB
(194,227,235)
#C8E5ED
(200,229,237)
#CEE7EF
(206,231,239)
#D4E9F1
(212,233,241)
#DAEBF3
(218,235,243)
#E0EDF5
(224,237,245)
#E6EFF7
(230,239,247)
#ECF1F9
(236,241,249)
#F2F3FB
(242,243,251)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE1E9; }

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

This text font color is #BCE1E9.


Background Color

.myBgColor { background-color: #BCE1E9; }

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

This div background color is #BCE1E9.


Border color

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

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

This div border color is #BCE1E9.


Opacity

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

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

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

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

This text has shadow with #BCE1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1E9 on black background.


Color preview on white background

This text has color #BCE1E9 on white background.



Black color preview on #BCE1E9 background

This text has black color on #BCE1E9 background.


White color preview on #BCE1E9 background

This text has white color on #BCE1E9 background.