COLOR #BCFFE9

HEX: #BCFFE9
RGB: (188,255,233)

Color info

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

RGB color model

#BCFFE9 color RGB value is (188,255,233).

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

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 233 of 255 = 91%

188
255
233

R + G + B ~ 88%. #BCFFE9 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 255 + 233 = 676 (100%)
R 188 of 676 ~ 27.81%
G 255 of 676 ~ 37.72%
B 233 of 676 ~ 34.47%

%27.81
%37.72
%34.47

CMYK color model

#BCFFE9 color CMYK value is (26,0,9,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(26,0,9,0)
C26M0Y9K0 
(26%,0%,9%,0%)
(0.26/0.00/0.09/0.00)	

CMYK percentages

%26.27
%0
%8.63
%0

Codes

Color #BCFFE9 in popluar color models

BCFFE9
RGB188255233
HSL160°100.00%86.86%
HSB/HSV160°26.27%100.00%
CMYK26.27%0.00%8.63%
0.00%

Color #BCFFE9 in popluar number systems.

HEXBCFFE9
Decimal188255233
Binary101111001111111111101001
Octal274377351

Shades and tints

Shades of #BCFFE9

#BCFFE9
(188,255,233)
#ABE8D4
(171,232,212)
#9AD1BF
(154,209,191)
#89BAAA
(137,186,170)
#78A395
(120,163,149)
#678C80
(103,140,128)
#56756B
(86,117,107)
#455E56
(69,94,86)
#344741
(52,71,65)
#23302C
(35,48,44)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCFFE9

#BCFFE9
(188,255,233)
#C2FFEB
(194,255,235)
#C8FFED
(200,255,237)
#CEFFEF
(206,255,239)
#D4FFF1
(212,255,241)
#DAFFF3
(218,255,243)
#E0FFF5
(224,255,245)
#E6FFF7
(230,255,247)
#ECFFF9
(236,255,249)
#F2FFFB
(242,255,251)
#F8FFFD
(248,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFFE9; }

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

This text font color is #BCFFE9.


Background Color

.myBgColor { background-color: #BCFFE9; }

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

This div background color is #BCFFE9.


Border color

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

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

This div border color is #BCFFE9.


Opacity

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

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

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

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

This text has shadow with #BCFFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFFE9 on black background.


Color preview on white background

This text has color #BCFFE9 on white background.



Black color preview on #BCFFE9 background

This text has black color on #BCFFE9 background.


White color preview on #BCFFE9 background

This text has white color on #BCFFE9 background.