COLOR #BCEEBC

HEX: #BCEEBC
RGB: (188,238,188)

Color info

#BCEEBC contains red, green and blue colors in about the same proportion. Web safe color of #BCEEBC is #CCFFCC (or #CFC).

RGB color model

#BCEEBC color RGB value is (188,238,188).

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

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 188 of 255 = 74%

188
238
188

R + G + B ~ 80%. #BCEEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 188 = 614 (100%)
R 188 of 614 ~ 30.62%
G 238 of 614 ~ 38.76%
B 188 of 614 ~ 30.62%

%30.62
%38.76
%30.62

CMYK color model

#BCEEBC color CMYK value is (21,0,21,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 6.67%
CMYK:
(21,0,21,7)
C21M0Y21K7 
(21%,0%,21%,7%)
(0.21/0.00/0.21/0.07)	

CMYK percentages

%21.01
%0
%21.01
%6.67

Codes

Color #BCEEBC in popluar color models

BCEEBC
RGB188238188
HSL120°59.52%83.53%
HSB/HSV120°21.01%93.33%
CMYK21.01%0.00%21.01%
6.67%

Color #BCEEBC in popluar number systems.

HEXBCEEBC
Decimal188238188
Binary101111001110111010111100
Octal274356274

Shades and tints

Shades of #BCEEBC

#BCEEBC
(188,238,188)
#ABD9AB
(171,217,171)
#9AC49A
(154,196,154)
#89AF89
(137,175,137)
#789A78
(120,154,120)
#678567
(103,133,103)
#567056
(86,112,86)
#455B45
(69,91,69)
#344634
(52,70,52)
#233123
(35,49,35)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #BCEEBC

#BCEEBC
(188,238,188)
#C2EFC2
(194,239,194)
#C8F0C8
(200,240,200)
#CEF1CE
(206,241,206)
#D4F2D4
(212,242,212)
#DAF3DA
(218,243,218)
#E0F4E0
(224,244,224)
#E6F5E6
(230,245,230)
#ECF6EC
(236,246,236)
#F2F7F2
(242,247,242)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEEBC; }

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

This text font color is #BCEEBC.


Background Color

.myBgColor { background-color: #BCEEBC; }

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

This div background color is #BCEEBC.


Border color

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

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

This div border color is #BCEEBC.


Opacity

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

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

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

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

This text has shadow with #BCEEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEEBC on black background.


Color preview on white background

This text has color #BCEEBC on white background.



Black color preview on #BCEEBC background

This text has black color on #BCEEBC background.


White color preview on #BCEEBC background

This text has white color on #BCEEBC background.