COLOR #BCE3E1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
227
225

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

Portions of RGB colors in percentages

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

%29.38
%35.47
%35.16

CMYK color model

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

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

CMYK percentages

%17.18
%0
%0.88
%10.98

Codes

Color #BCE3E1 in popluar color models

BCE3E1
RGB188227225
HSL177°41.05%81.37%
HSB/HSV177°17.18%89.02%
CMYK17.18%0.00%0.88%
10.98%

Color #BCE3E1 in popluar number systems.

HEXBCE3E1
Decimal188227225
Binary101111001110001111100001
Octal274343341

Shades and tints

Shades of #BCE3E1

#BCE3E1
(188,227,225)
#ABCFCD
(171,207,205)
#9ABBB9
(154,187,185)
#89A7A5
(137,167,165)
#789391
(120,147,145)
#677F7D
(103,127,125)
#566B69
(86,107,105)
#455755
(69,87,85)
#344341
(52,67,65)
#232F2D
(35,47,45)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCE3E1

#BCE3E1
(188,227,225)
#C2E5E3
(194,229,227)
#C8E7E5
(200,231,229)
#CEE9E7
(206,233,231)
#D4EBE9
(212,235,233)
#DAEDEB
(218,237,235)
#E0EFED
(224,239,237)
#E6F1EF
(230,241,239)
#ECF3F1
(236,243,241)
#F2F5F3
(242,245,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE3E1; }

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

This text font color is #BCE3E1.


Background Color

.myBgColor { background-color: #BCE3E1; }

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

This div background color is #BCE3E1.


Border color

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

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

This div border color is #BCE3E1.


Opacity

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

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

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

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

This text has shadow with #BCE3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE3E1 on black background.


Color preview on white background

This text has color #BCE3E1 on white background.



Black color preview on #BCE3E1 background

This text has black color on #BCE3E1 background.


White color preview on #BCE3E1 background

This text has white color on #BCE3E1 background.