COLOR #BCECBD

HEX: #BCECBD
RGB: (188,236,189)

Color info

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

RGB color model

#BCECBD color RGB value is (188,236,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 189 of 255 = 74%

188
236
189

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

Portions of RGB colors in percentages

R + G + B =
188 + 236 + 189 = 613 (100%)
R 188 of 613 ~ 30.67%
G 236 of 613 ~ 38.5%
B 189 of 613 ~ 30.83%

%30.67
%38.5
%30.83

CMYK color model

#BCECBD color CMYK value is (20,0,20,7).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 7.45%
CMYK:
(20,0,20,7)
C20M0Y20K7 
(20%,0%,20%,7%)
(0.20/0.00/0.20/0.07)	

CMYK percentages

%20.34
%0
%19.92
%7.45

Codes

Color #BCECBD in popluar color models

BCECBD
RGB188236189
HSL121°55.81%83.14%
HSB/HSV121°20.34%92.55%
CMYK20.34%0.00%19.92%
7.45%

Color #BCECBD in popluar number systems.

HEXBCECBD
Decimal188236189
Binary101111001110110010111101
Octal274354275

Shades and tints

Shades of #BCECBD

#BCECBD
(188,236,189)
#ABD7AC
(171,215,172)
#9AC29B
(154,194,155)
#89AD8A
(137,173,138)
#789879
(120,152,121)
#678368
(103,131,104)
#566E57
(86,110,87)
#455946
(69,89,70)
#344435
(52,68,53)
#232F24
(35,47,36)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #BCECBD

#BCECBD
(188,236,189)
#C2EDC3
(194,237,195)
#C8EEC9
(200,238,201)
#CEEFCF
(206,239,207)
#D4F0D5
(212,240,213)
#DAF1DB
(218,241,219)
#E0F2E1
(224,242,225)
#E6F3E7
(230,243,231)
#ECF4ED
(236,244,237)
#F2F5F3
(242,245,243)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCECBD; }

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

This text font color is #BCECBD.


Background Color

.myBgColor { background-color: #BCECBD; }

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

This div background color is #BCECBD.


Border color

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

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

This div border color is #BCECBD.


Opacity

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

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

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

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

This text has shadow with #BCECBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCECBD on black background.


Color preview on white background

This text has color #BCECBD on white background.



Black color preview on #BCECBD background

This text has black color on #BCECBD background.


White color preview on #BCECBD background

This text has white color on #BCECBD background.