COLOR #BCFCF1

HEX: #BCFCF1
RGB: (188,252,241)

Color info

#BCFCF1 contains mainly green and blue colors. Web safe color of #BCFCF1 is #CCFFFF (or #CFF).

RGB color model

#BCFCF1 color RGB value is (188,252,241).

  • red value is 188;
  • green value is 252;
  • blue value is 241.
RGB:
(188,252,241)
(74%,99%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 252 of 255 = 99%
B 241 of 255 = 95%

188
252
241

R + G + B ~ 89%. #BCFCF1 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 252 + 241 = 681 (100%)
R 188 of 681 ~ 27.61%
G 252 of 681 ~ 37%
B 241 of 681 ~ 35.39%

%27.61
%37
%35.39

CMYK color model

#BCFCF1 color CMYK value is (25,0,4,1).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(25,0,4,1)
C25M0Y4K1 
(25%,0%,4%,1%)
(0.25/0.00/0.04/0.01)	

CMYK percentages

%25.4
%0
%4.37
%1.18

Codes

Color #BCFCF1 in popluar color models

BCFCF1
RGB188252241
HSL170°91.43%86.27%
HSB/HSV170°25.40%98.82%
CMYK25.40%0.00%4.37%
1.18%

Color #BCFCF1 in popluar number systems.

HEXBCFCF1
Decimal188252241
Binary101111001111110011110001
Octal274374361

Shades and tints

Shades of #BCFCF1

#BCFCF1
(188,252,241)
#ABE6DC
(171,230,220)
#9AD0C7
(154,208,199)
#89BAB2
(137,186,178)
#78A49D
(120,164,157)
#678E88
(103,142,136)
#567873
(86,120,115)
#45625E
(69,98,94)
#344C49
(52,76,73)
#233634
(35,54,52)
#12201F
(18,32,31)
#000000
(0,0,0)

Tints of #BCFCF1

#BCFCF1
(188,252,241)
#C2FCF2
(194,252,242)
#C8FCF3
(200,252,243)
#CEFCF4
(206,252,244)
#D4FCF5
(212,252,245)
#DAFCF6
(218,252,246)
#E0FCF7
(224,252,247)
#E6FCF8
(230,252,248)
#ECFCF9
(236,252,249)
#F2FCFA
(242,252,250)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFCF1 color. Also use rgb(188,252,241) instead hex code.

Text Font Color

.myTextColor { color: #BCFCF1; }

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

This text font color is #BCFCF1.


Background Color

.myBgColor { background-color: #BCFCF1; }

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

This div background color is #BCFCF1.


Border color

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

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

This div border color is #BCFCF1.


Opacity

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

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

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

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

This text has shadow with #BCFCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFCF1 on black background.


Color preview on white background

This text has color #BCFCF1 on white background.



Black color preview on #BCFCF1 background

This text has black color on #BCFCF1 background.


White color preview on #BCFCF1 background

This text has white color on #BCFCF1 background.