COLOR #BCF2E9

HEX: #BCF2E9
RGB: (188,242,233)

Color info

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

RGB color model

#BCF2E9 color RGB value is (188,242,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 242 of 255 = 95%
B 233 of 255 = 91%

188
242
233

R + G + B ~ 87%. #BCF2E9 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 242 + 233 = 663 (100%)
R 188 of 663 ~ 28.36%
G 242 of 663 ~ 36.5%
B 233 of 663 ~ 35.14%

%28.36
%36.5
%35.14

CMYK color model

#BCF2E9 color CMYK value is (22,0,4,5).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 5.10%
CMYK:
(22,0,4,5)
C22M0Y4K5 
(22%,0%,4%,5%)
(0.22/0.00/0.04/0.05)	

CMYK percentages

%22.31
%0
%3.72
%5.1

Codes

Color #BCF2E9 in popluar color models

BCF2E9
RGB188242233
HSL170°67.50%84.31%
HSB/HSV170°22.31%94.90%
CMYK22.31%0.00%3.72%
5.10%

Color #BCF2E9 in popluar number systems.

HEXBCF2E9
Decimal188242233
Binary101111001111001011101001
Octal274362351

Shades and tints

Shades of #BCF2E9

#BCF2E9
(188,242,233)
#ABDCD4
(171,220,212)
#9AC6BF
(154,198,191)
#89B0AA
(137,176,170)
#789A95
(120,154,149)
#678480
(103,132,128)
#566E6B
(86,110,107)
#455856
(69,88,86)
#344241
(52,66,65)
#232C2C
(35,44,44)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCF2E9

#BCF2E9
(188,242,233)
#C2F3EB
(194,243,235)
#C8F4ED
(200,244,237)
#CEF5EF
(206,245,239)
#D4F6F1
(212,246,241)
#DAF7F3
(218,247,243)
#E0F8F5
(224,248,245)
#E6F9F7
(230,249,247)
#ECFAF9
(236,250,249)
#F2FBFB
(242,251,251)
#F8FCFD
(248,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF2E9; }

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

This text font color is #BCF2E9.


Background Color

.myBgColor { background-color: #BCF2E9; }

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

This div background color is #BCF2E9.


Border color

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

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

This div border color is #BCF2E9.


Opacity

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

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

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

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

This text has shadow with #BCF2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF2E9 on black background.


Color preview on white background

This text has color #BCF2E9 on white background.



Black color preview on #BCF2E9 background

This text has black color on #BCF2E9 background.


White color preview on #BCF2E9 background

This text has white color on #BCF2E9 background.