COLOR #BCF8E5

HEX: #BCF8E5
RGB: (188,248,229)

Color info

#BCF8E5 contains mainly green and blue colors. Web safe color of #BCF8E5 is #CCFFCC (or #CFC).

RGB color model

#BCF8E5 color RGB value is (188,248,229).

  • red value is 188;
  • green value is 248;
  • blue value is 229.
RGB:
(188,248,229)
(74%,97%,90%)

RGB channels and saturation

R 188 of 255 = 74%
G 248 of 255 = 97%
B 229 of 255 = 90%

188
248
229

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

Portions of RGB colors in percentages

R + G + B =
188 + 248 + 229 = 665 (100%)
R 188 of 665 ~ 28.27%
G 248 of 665 ~ 37.29%
B 229 of 665 ~ 34.44%

%28.27
%37.29
%34.44

CMYK color model

#BCF8E5 color CMYK value is (24,0,8,3).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 2.75%
CMYK:
(24,0,8,3)
C24M0Y8K3 
(24%,0%,8%,3%)
(0.24/0.00/0.08/0.03)	

CMYK percentages

%24.19
%0
%7.66
%2.75

Codes

Color #BCF8E5 in popluar color models

BCF8E5
RGB188248229
HSL161°81.08%85.49%
HSB/HSV161°24.19%97.25%
CMYK24.19%0.00%7.66%
2.75%

Color #BCF8E5 in popluar number systems.

HEXBCF8E5
Decimal188248229
Binary101111001111100011100101
Octal274370345

Shades and tints

Shades of #BCF8E5

#BCF8E5
(188,248,229)
#ABE2D1
(171,226,209)
#9ACCBD
(154,204,189)
#89B6A9
(137,182,169)
#78A095
(120,160,149)
#678A81
(103,138,129)
#56746D
(86,116,109)
#455E59
(69,94,89)
#344845
(52,72,69)
#233231
(35,50,49)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #BCF8E5

#BCF8E5
(188,248,229)
#C2F8E7
(194,248,231)
#C8F8E9
(200,248,233)
#CEF8EB
(206,248,235)
#D4F8ED
(212,248,237)
#DAF8EF
(218,248,239)
#E0F8F1
(224,248,241)
#E6F8F3
(230,248,243)
#ECF8F5
(236,248,245)
#F2F8F7
(242,248,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF8E5 color. Also use rgb(188,248,229) instead hex code.

Text Font Color

.myTextColor { color: #BCF8E5; }

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

This text font color is #BCF8E5.


Background Color

.myBgColor { background-color: #BCF8E5; }

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

This div background color is #BCF8E5.


Border color

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

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

This div border color is #BCF8E5.


Opacity

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

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

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

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

This text has shadow with #BCF8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF8E5 on black background.


Color preview on white background

This text has color #BCF8E5 on white background.



Black color preview on #BCF8E5 background

This text has black color on #BCF8E5 background.


White color preview on #BCF8E5 background

This text has white color on #BCF8E5 background.