COLOR #BCE8E0

HEX: #BCE8E0
RGB: (188,232,224)

Color info

#BCE8E0 contains red, green and blue colors in about the same proportion. Web safe color of #BCE8E0 is #CCFFCC (or #CFC).

RGB color model

#BCE8E0 color RGB value is (188,232,224).

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

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 224 of 255 = 88%

188
232
224

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

Portions of RGB colors in percentages

R + G + B =
188 + 232 + 224 = 644 (100%)
R 188 of 644 ~ 29.19%
G 232 of 644 ~ 36.02%
B 224 of 644 ~ 34.78%

%29.19
%36.02
%34.78

CMYK color model

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

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 9.02%
CMYK:
(19,0,3,9)
C19M0Y3K9 
(19%,0%,3%,9%)
(0.19/0.00/0.03/0.09)	

CMYK percentages

%18.97
%0
%3.45
%9.02

Codes

Color #BCE8E0 in popluar color models

BCE8E0
RGB188232224
HSL169°48.89%82.35%
HSB/HSV169°18.97%90.98%
CMYK18.97%0.00%3.45%
9.02%

Color #BCE8E0 in popluar number systems.

HEXBCE8E0
Decimal188232224
Binary101111001110100011100000
Octal274350340

Shades and tints

Shades of #BCE8E0

#BCE8E0
(188,232,224)
#ABD3CC
(171,211,204)
#9ABEB8
(154,190,184)
#89A9A4
(137,169,164)
#789490
(120,148,144)
#677F7C
(103,127,124)
#566A68
(86,106,104)
#455554
(69,85,84)
#344040
(52,64,64)
#232B2C
(35,43,44)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #BCE8E0

#BCE8E0
(188,232,224)
#C2EAE2
(194,234,226)
#C8ECE4
(200,236,228)
#CEEEE6
(206,238,230)
#D4F0E8
(212,240,232)
#DAF2EA
(218,242,234)
#E0F4EC
(224,244,236)
#E6F6EE
(230,246,238)
#ECF8F0
(236,248,240)
#F2FAF2
(242,250,242)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE8E0 color. Also use rgb(188,232,224) instead hex code.

Text Font Color

.myTextColor { color: #BCE8E0; }

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

This text font color is #BCE8E0.


Background Color

.myBgColor { background-color: #BCE8E0; }

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

This div background color is #BCE8E0.


Border color

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

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

This div border color is #BCE8E0.


Opacity

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

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

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

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

This text has shadow with #BCE8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE8E0 on black background.


Color preview on white background

This text has color #BCE8E0 on white background.



Black color preview on #BCE8E0 background

This text has black color on #BCE8E0 background.


White color preview on #BCE8E0 background

This text has white color on #BCE8E0 background.