COLOR #BCEEE4

HEX: #BCEEE4
RGB: (188,238,228)

Color info

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

RGB color model

#BCEEE4 color RGB value is (188,238,228).

  • red value is 188;
  • green value is 238;
  • blue value is 228.
RGB:
(188,238,228)
(74%,93%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 228 of 255 = 89%

188
238
228

R + G + B ~ 85%. #BCEEE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 228 = 654 (100%)
R 188 of 654 ~ 28.75%
G 238 of 654 ~ 36.39%
B 228 of 654 ~ 34.86%

%28.75
%36.39
%34.86

CMYK color model

#BCEEE4 color CMYK value is (21,0,4,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(21,0,4,7)
C21M0Y4K7 
(21%,0%,4%,7%)
(0.21/0.00/0.04/0.07)	

CMYK percentages

%21.01
%0
%4.2
%6.67

Codes

Color #BCEEE4 in popluar color models

BCEEE4
RGB188238228
HSL168°59.52%83.53%
HSB/HSV168°21.01%93.33%
CMYK21.01%0.00%4.20%
6.67%

Color #BCEEE4 in popluar number systems.

HEXBCEEE4
Decimal188238228
Binary101111001110111011100100
Octal274356344

Shades and tints

Shades of #BCEEE4

#BCEEE4
(188,238,228)
#ABD9D0
(171,217,208)
#9AC4BC
(154,196,188)
#89AFA8
(137,175,168)
#789A94
(120,154,148)
#678580
(103,133,128)
#56706C
(86,112,108)
#455B58
(69,91,88)
#344644
(52,70,68)
#233130
(35,49,48)
#121C1C
(18,28,28)
#000000
(0,0,0)

Tints of #BCEEE4

#BCEEE4
(188,238,228)
#C2EFE6
(194,239,230)
#C8F0E8
(200,240,232)
#CEF1EA
(206,241,234)
#D4F2EC
(212,242,236)
#DAF3EE
(218,243,238)
#E0F4F0
(224,244,240)
#E6F5F2
(230,245,242)
#ECF6F4
(236,246,244)
#F2F7F6
(242,247,246)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEEE4 color. Also use rgb(188,238,228) instead hex code.

Text Font Color

.myTextColor { color: #BCEEE4; }

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

This text font color is #BCEEE4.


Background Color

.myBgColor { background-color: #BCEEE4; }

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

This div background color is #BCEEE4.


Border color

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

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

This div border color is #BCEEE4.


Opacity

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

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

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

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

This text has shadow with #BCEEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEEE4 on black background.


Color preview on white background

This text has color #BCEEE4 on white background.



Black color preview on #BCEEE4 background

This text has black color on #BCEEE4 background.


White color preview on #BCEEE4 background

This text has white color on #BCEEE4 background.