COLOR #BCFBBC

HEX: #BCFBBC
RGB: (188,251,188)

Color info

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

RGB color model

#BCFBBC color RGB value is (188,251,188).

  • red value is 188;
  • green value is 251;
  • blue value is 188.
RGB:
(188,251,188)
(74%,98%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 251 of 255 = 98%
B 188 of 255 = 74%

188
251
188

R + G + B ~ 82%. #BCFBBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 251 + 188 = 627 (100%)
R 188 of 627 ~ 29.98%
G 251 of 627 ~ 40.03%
B 188 of 627 ~ 29.98%

%29.98
%40.03
%29.98

CMYK color model

#BCFBBC color CMYK value is (25,0,25,2).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 1.57%
CMYK:
(25,0,25,2)
C25M0Y25K2 
(25%,0%,25%,2%)
(0.25/0.00/0.25/0.02)	

CMYK percentages

%25.1
%0
%25.1
%1.57

Codes

Color #BCFBBC in popluar color models

BCFBBC
RGB188251188
HSL120°88.73%86.08%
HSB/HSV120°25.10%98.43%
CMYK25.10%0.00%25.10%
1.57%

Color #BCFBBC in popluar number systems.

HEXBCFBBC
Decimal188251188
Binary101111001111101110111100
Octal274373274

Shades and tints

Shades of #BCFBBC

#BCFBBC
(188,251,188)
#ABE5AB
(171,229,171)
#9ACF9A
(154,207,154)
#89B989
(137,185,137)
#78A378
(120,163,120)
#678D67
(103,141,103)
#567756
(86,119,86)
#456145
(69,97,69)
#344B34
(52,75,52)
#233523
(35,53,35)
#121F12
(18,31,18)
#000000
(0,0,0)

Tints of #BCFBBC

#BCFBBC
(188,251,188)
#C2FBC2
(194,251,194)
#C8FBC8
(200,251,200)
#CEFBCE
(206,251,206)
#D4FBD4
(212,251,212)
#DAFBDA
(218,251,218)
#E0FBE0
(224,251,224)
#E6FBE6
(230,251,230)
#ECFBEC
(236,251,236)
#F2FBF2
(242,251,242)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFBBC; }

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

This text font color is #BCFBBC.


Background Color

.myBgColor { background-color: #BCFBBC; }

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

This div background color is #BCFBBC.


Border color

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

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

This div border color is #BCFBBC.


Opacity

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

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

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

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

This text has shadow with #BCFBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFBBC on black background.


Color preview on white background

This text has color #BCFBBC on white background.



Black color preview on #BCFBBC background

This text has black color on #BCFBBC background.


White color preview on #BCFBBC background

This text has white color on #BCFBBC background.