COLOR #BCFAE4

HEX: #BCFAE4
RGB: (188,250,228)

Color info

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

RGB color model

#BCFAE4 color RGB value is (188,250,228).

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

RGB channels and saturation

R 188 of 255 = 74%
G 250 of 255 = 98%
B 228 of 255 = 89%

188
250
228

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

Portions of RGB colors in percentages

R + G + B =
188 + 250 + 228 = 666 (100%)
R 188 of 666 ~ 28.23%
G 250 of 666 ~ 37.54%
B 228 of 666 ~ 34.23%

%28.23
%37.54
%34.23

CMYK color model

#BCFAE4 color CMYK value is (25,0,9,2).

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(25,0,9,2)
C25M0Y9K2 
(25%,0%,9%,2%)
(0.25/0.00/0.09/0.02)	

CMYK percentages

%24.8
%0
%8.8
%1.96

Codes

Color #BCFAE4 in popluar color models

BCFAE4
RGB188250228
HSL159°86.11%85.88%
HSB/HSV159°24.80%98.04%
CMYK24.80%0.00%8.80%
1.96%

Color #BCFAE4 in popluar number systems.

HEXBCFAE4
Decimal188250228
Binary101111001111101011100100
Octal274372344

Shades and tints

Shades of #BCFAE4

#BCFAE4
(188,250,228)
#ABE4D0
(171,228,208)
#9ACEBC
(154,206,188)
#89B8A8
(137,184,168)
#78A294
(120,162,148)
#678C80
(103,140,128)
#56766C
(86,118,108)
#456058
(69,96,88)
#344A44
(52,74,68)
#233430
(35,52,48)
#121E1C
(18,30,28)
#000000
(0,0,0)

Tints of #BCFAE4

#BCFAE4
(188,250,228)
#C2FAE6
(194,250,230)
#C8FAE8
(200,250,232)
#CEFAEA
(206,250,234)
#D4FAEC
(212,250,236)
#DAFAEE
(218,250,238)
#E0FAF0
(224,250,240)
#E6FAF2
(230,250,242)
#ECFAF4
(236,250,244)
#F2FAF6
(242,250,246)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFAE4; }

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

This text font color is #BCFAE4.


Background Color

.myBgColor { background-color: #BCFAE4; }

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

This div background color is #BCFAE4.


Border color

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

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

This div border color is #BCFAE4.


Opacity

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

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

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

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

This text has shadow with #BCFAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFAE4 on black background.


Color preview on white background

This text has color #BCFAE4 on white background.



Black color preview on #BCFAE4 background

This text has black color on #BCFAE4 background.


White color preview on #BCFAE4 background

This text has white color on #BCFAE4 background.