COLOR #BCFFE6

HEX: #BCFFE6
RGB: (188,255,230)

Color info

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

RGB color model

#BCFFE6 color RGB value is (188,255,230).

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

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 230 of 255 = 90%

188
255
230

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

Portions of RGB colors in percentages

R + G + B =
188 + 255 + 230 = 673 (100%)
R 188 of 673 ~ 27.93%
G 255 of 673 ~ 37.89%
B 230 of 673 ~ 34.18%

%27.93
%37.89
%34.18

CMYK color model

#BCFFE6 color CMYK value is (26,0,10,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(26,0,10,0)
C26M0Y10K0 
(26%,0%,10%,0%)
(0.26/0.00/0.10/0.00)	

CMYK percentages

%26.27
%0
%9.8
%0

Codes

Color #BCFFE6 in popluar color models

BCFFE6
RGB188255230
HSL158°100.00%86.86%
HSB/HSV158°26.27%100.00%
CMYK26.27%0.00%9.80%
0.00%

Color #BCFFE6 in popluar number systems.

HEXBCFFE6
Decimal188255230
Binary101111001111111111100110
Octal274377346

Shades and tints

Shades of #BCFFE6

#BCFFE6
(188,255,230)
#ABE8D2
(171,232,210)
#9AD1BE
(154,209,190)
#89BAAA
(137,186,170)
#78A396
(120,163,150)
#678C82
(103,140,130)
#56756E
(86,117,110)
#455E5A
(69,94,90)
#344746
(52,71,70)
#233032
(35,48,50)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #BCFFE6

#BCFFE6
(188,255,230)
#C2FFE8
(194,255,232)
#C8FFEA
(200,255,234)
#CEFFEC
(206,255,236)
#D4FFEE
(212,255,238)
#DAFFF0
(218,255,240)
#E0FFF2
(224,255,242)
#E6FFF4
(230,255,244)
#ECFFF6
(236,255,246)
#F2FFF8
(242,255,248)
#F8FFFA
(248,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFFE6; }

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

This text font color is #BCFFE6.


Background Color

.myBgColor { background-color: #BCFFE6; }

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

This div background color is #BCFFE6.


Border color

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

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

This div border color is #BCFFE6.


Opacity

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

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

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

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

This text has shadow with #BCFFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFFE6 on black background.


Color preview on white background

This text has color #BCFFE6 on white background.



Black color preview on #BCFFE6 background

This text has black color on #BCFFE6 background.


White color preview on #BCFFE6 background

This text has white color on #BCFFE6 background.