COLOR #BCFFBE

HEX: #BCFFBE
RGB: (188,255,190)

Color info

#BCFFBE contains mainly green color. Web safe color of #BCFFBE is #CCFFCC (or #CFC).

RGB color model

#BCFFBE color RGB value is (188,255,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 190 of 255 = 75%

188
255
190

R + G + B ~ 83%. #BCFFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 255 + 190 = 633 (100%)
R 188 of 633 ~ 29.7%
G 255 of 633 ~ 40.28%
B 190 of 633 ~ 30.02%

%29.7
%40.28
%30.02

CMYK color model

#BCFFBE color CMYK value is (26,0,25,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(26,0,25,0)
C26M0Y25K0 
(26%,0%,25%,0%)
(0.26/0.00/0.25/0.00)	

CMYK percentages

%26.27
%0
%25.49
%0

Codes

Color #BCFFBE in popluar color models

BCFFBE
RGB188255190
HSL122°100.00%86.86%
HSB/HSV122°26.27%100.00%
CMYK26.27%0.00%25.49%
0.00%

Color #BCFFBE in popluar number systems.

HEXBCFFBE
Decimal188255190
Binary101111001111111110111110
Octal274377276

Shades and tints

Shades of #BCFFBE

#BCFFBE
(188,255,190)
#ABE8AD
(171,232,173)
#9AD19C
(154,209,156)
#89BA8B
(137,186,139)
#78A37A
(120,163,122)
#678C69
(103,140,105)
#567558
(86,117,88)
#455E47
(69,94,71)
#344736
(52,71,54)
#233025
(35,48,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCFFBE

#BCFFBE
(188,255,190)
#C2FFC3
(194,255,195)
#C8FFC8
(200,255,200)
#CEFFCD
(206,255,205)
#D4FFD2
(212,255,210)
#DAFFD7
(218,255,215)
#E0FFDC
(224,255,220)
#E6FFE1
(230,255,225)
#ECFFE6
(236,255,230)
#F2FFEB
(242,255,235)
#F8FFF0
(248,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFFBE; }

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

This text font color is #BCFFBE.


Background Color

.myBgColor { background-color: #BCFFBE; }

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

This div background color is #BCFFBE.


Border color

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

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

This div border color is #BCFFBE.


Opacity

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

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

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

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

This text has shadow with #BCFFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFFBE on black background.


Color preview on white background

This text has color #BCFFBE on white background.



Black color preview on #BCFFBE background

This text has black color on #BCFFBE background.


White color preview on #BCFFBE background

This text has white color on #BCFFBE background.