COLOR #BCFFED

HEX: #BCFFED
RGB: (188,255,237)

Color info

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

RGB color model

#BCFFED color RGB value is (188,255,237).

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

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 237 of 255 = 93%

188
255
237

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

Portions of RGB colors in percentages

R + G + B =
188 + 255 + 237 = 680 (100%)
R 188 of 680 ~ 27.65%
G 255 of 680 ~ 37.5%
B 237 of 680 ~ 34.85%

%27.65
%37.5
%34.85

CMYK color model

#BCFFED color CMYK value is (26,0,7,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 0.00%
CMYK:
(26,0,7,0)
C26M0Y7K0 
(26%,0%,7%,0%)
(0.26/0.00/0.07/0.00)	

CMYK percentages

%26.27
%0
%7.06
%0

Codes

Color #BCFFED in popluar color models

BCFFED
RGB188255237
HSL164°100.00%86.86%
HSB/HSV164°26.27%100.00%
CMYK26.27%0.00%7.06%
0.00%

Color #BCFFED in popluar number systems.

HEXBCFFED
Decimal188255237
Binary101111001111111111101101
Octal274377355

Shades and tints

Shades of #BCFFED

#BCFFED
(188,255,237)
#ABE8D8
(171,232,216)
#9AD1C3
(154,209,195)
#89BAAE
(137,186,174)
#78A399
(120,163,153)
#678C84
(103,140,132)
#56756F
(86,117,111)
#455E5A
(69,94,90)
#344745
(52,71,69)
#233030
(35,48,48)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #BCFFED

#BCFFED
(188,255,237)
#C2FFEE
(194,255,238)
#C8FFEF
(200,255,239)
#CEFFF0
(206,255,240)
#D4FFF1
(212,255,241)
#DAFFF2
(218,255,242)
#E0FFF3
(224,255,243)
#E6FFF4
(230,255,244)
#ECFFF5
(236,255,245)
#F2FFF6
(242,255,246)
#F8FFF7
(248,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFFED; }

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

This text font color is #BCFFED.


Background Color

.myBgColor { background-color: #BCFFED; }

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

This div background color is #BCFFED.


Border color

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

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

This div border color is #BCFFED.


Opacity

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

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

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

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

This text has shadow with #BCFFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFFED on black background.


Color preview on white background

This text has color #BCFFED on white background.



Black color preview on #BCFFED background

This text has black color on #BCFFED background.


White color preview on #BCFFED background

This text has white color on #BCFFED background.