COLOR #BCEEE9

HEX: #BCEEE9
RGB: (188,238,233)

Color info

#BCEEE9 contains red, green and blue colors in about the same proportion. Web safe color of #BCEEE9 is #CCFFFF (or #CFF).

RGB color model

#BCEEE9 color RGB value is (188,238,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 233 of 255 = 91%

188
238
233

R + G + B ~ 86%. #BCEEE9 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 233 = 659 (100%)
R 188 of 659 ~ 28.53%
G 238 of 659 ~ 36.12%
B 233 of 659 ~ 35.36%

%28.53
%36.12
%35.36

CMYK color model

#BCEEE9 color CMYK value is (21,0,2,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(21,0,2,7)
C21M0Y2K7 
(21%,0%,2%,7%)
(0.21/0.00/0.02/0.07)	

CMYK percentages

%21.01
%0
%2.1
%6.67

Codes

Color #BCEEE9 in popluar color models

BCEEE9
RGB188238233
HSL174°59.52%83.53%
HSB/HSV174°21.01%93.33%
CMYK21.01%0.00%2.10%
6.67%

Color #BCEEE9 in popluar number systems.

HEXBCEEE9
Decimal188238233
Binary101111001110111011101001
Octal274356351

Shades and tints

Shades of #BCEEE9

#BCEEE9
(188,238,233)
#ABD9D4
(171,217,212)
#9AC4BF
(154,196,191)
#89AFAA
(137,175,170)
#789A95
(120,154,149)
#678580
(103,133,128)
#56706B
(86,112,107)
#455B56
(69,91,86)
#344641
(52,70,65)
#23312C
(35,49,44)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCEEE9

#BCEEE9
(188,238,233)
#C2EFEB
(194,239,235)
#C8F0ED
(200,240,237)
#CEF1EF
(206,241,239)
#D4F2F1
(212,242,241)
#DAF3F3
(218,243,243)
#E0F4F5
(224,244,245)
#E6F5F7
(230,245,247)
#ECF6F9
(236,246,249)
#F2F7FB
(242,247,251)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEEE9; }

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

This text font color is #BCEEE9.


Background Color

.myBgColor { background-color: #BCEEE9; }

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

This div background color is #BCEEE9.


Border color

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

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

This div border color is #BCEEE9.


Opacity

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

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

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

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

This text has shadow with #BCEEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEEE9 on black background.


Color preview on white background

This text has color #BCEEE9 on white background.



Black color preview on #BCEEE9 background

This text has black color on #BCEEE9 background.


White color preview on #BCEEE9 background

This text has white color on #BCEEE9 background.