COLOR #BCF866

HEX: #BCF866
RGB: (188,248,102)

Color info

#BCF866 contains mainly green color. Web safe color of #BCF866 is #CCFF66 (or #CF6).

RGB color model

#BCF866 color RGB value is (188,248,102).

  • red value is 188;
  • green value is 248;
  • blue value is 102.
RGB:
(188,248,102)
(74%,97%,40%)

RGB channels and saturation

R 188 of 255 = 74%
G 248 of 255 = 97%
B 102 of 255 = 40%

188
248
102

R + G + B ~ 70%. #BCF866 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 248 + 102 = 538 (100%)
R 188 of 538 ~ 34.94%
G 248 of 538 ~ 46.1%
B 102 of 538 ~ 18.96%

%34.94
%46.1
%18.96

CMYK color model

#BCF866 color CMYK value is (24,0,59,3).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 58.87%
  • key color value is 2.75%
CMYK:
(24,0,59,3)
C24M0Y59K3 
(24%,0%,59%,3%)
(0.24/0.00/0.59/0.03)	

CMYK percentages

%24.19
%0
%58.87
%2.75

Codes

Color #BCF866 in popluar color models

BCF866
RGB188248102
HSL85°91.25%68.63%
HSB/HSV85°58.87%97.25%
CMYK24.19%0.00%58.87%
2.75%

Color #BCF866 in popluar number systems.

HEXBCF866
Decimal188248102
Binary10111100111110001100110
Octal274370146

Shades and tints

Shades of #BCF866

#BCF866
(188,248,102)
#ABE25D
(171,226,93)
#9ACC54
(154,204,84)
#89B64B
(137,182,75)
#78A042
(120,160,66)
#678A39
(103,138,57)
#567430
(86,116,48)
#455E27
(69,94,39)
#34481E
(52,72,30)
#233215
(35,50,21)
#121C0C
(18,28,12)
#000000
(0,0,0)

Tints of #BCF866

#BCF866
(188,248,102)
#C2F873
(194,248,115)
#C8F880
(200,248,128)
#CEF88D
(206,248,141)
#D4F89A
(212,248,154)
#DAF8A7
(218,248,167)
#E0F8B4
(224,248,180)
#E6F8C1
(230,248,193)
#ECF8CE
(236,248,206)
#F2F8DB
(242,248,219)
#F8F8E8
(248,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF866 color. Also use rgb(188,248,102) instead hex code.

Text Font Color

.myTextColor { color: #BCF866; }

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

This text font color is #BCF866.


Background Color

.myBgColor { background-color: #BCF866; }

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

This div background color is #BCF866.


Border color

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

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

This div border color is #BCF866.


Opacity

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

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

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

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

This text has shadow with #BCF866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF866 on black background.


Color preview on white background

This text has color #BCF866 on white background.



Black color preview on #BCF866 background

This text has black color on #BCF866 background.


White color preview on #BCF866 background

This text has white color on #BCF866 background.