COLOR #BCDDBC

HEX: #BCDDBC
RGB: (188,221,188)

Color info

#BCDDBC contains red, green and blue colors in about the same proportion. Web safe color of #BCDDBC is #CCCCCC (or #CCC).

RGB color model

#BCDDBC color RGB value is (188,221,188).

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

RGB channels and saturation

R 188 of 255 = 74%
G 221 of 255 = 87%
B 188 of 255 = 74%

188
221
188

R + G + B ~ 78%. #BCDDBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 221 + 188 = 597 (100%)
R 188 of 597 ~ 31.49%
G 221 of 597 ~ 37.02%
B 188 of 597 ~ 31.49%

%31.49
%37.02
%31.49

CMYK color model

#BCDDBC color CMYK value is (15,0,15,13).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 13.33%
CMYK:
(15,0,15,13)
C15M0Y15K13 
(15%,0%,15%,13%)
(0.15/0.00/0.15/0.13)	

CMYK percentages

%14.93
%0
%14.93
%13.33

Codes

Color #BCDDBC in popluar color models

BCDDBC
RGB188221188
HSL120°32.67%80.20%
HSB/HSV120°14.93%86.67%
CMYK14.93%0.00%14.93%
13.33%

Color #BCDDBC in popluar number systems.

HEXBCDDBC
Decimal188221188
Binary101111001101110110111100
Octal274335274

Shades and tints

Shades of #BCDDBC

#BCDDBC
(188,221,188)
#ABC9AB
(171,201,171)
#9AB59A
(154,181,154)
#89A189
(137,161,137)
#788D78
(120,141,120)
#677967
(103,121,103)
#566556
(86,101,86)
#455145
(69,81,69)
#343D34
(52,61,52)
#232923
(35,41,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCDDBC

#BCDDBC
(188,221,188)
#C2E0C2
(194,224,194)
#C8E3C8
(200,227,200)
#CEE6CE
(206,230,206)
#D4E9D4
(212,233,212)
#DAECDA
(218,236,218)
#E0EFE0
(224,239,224)
#E6F2E6
(230,242,230)
#ECF5EC
(236,245,236)
#F2F8F2
(242,248,242)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDDBC; }

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

This text font color is #BCDDBC.


Background Color

.myBgColor { background-color: #BCDDBC; }

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

This div background color is #BCDDBC.


Border color

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

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

This div border color is #BCDDBC.


Opacity

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

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

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

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

This text has shadow with #BCDDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDDBC on black background.


Color preview on white background

This text has color #BCDDBC on white background.



Black color preview on #BCDDBC background

This text has black color on #BCDDBC background.


White color preview on #BCDDBC background

This text has white color on #BCDDBC background.