COLOR #BCDF92

HEX: #BCDF92
RGB: (188,223,146)

Color info

#BCDF92 contains mainly red and green colors. Web safe color of #BCDF92 is #CCCC99 (or #CC9).

RGB color model

#BCDF92 color RGB value is (188,223,146).

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

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 146 of 255 = 57%

188
223
146

R + G + B ~ 73%. #BCDF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 223 + 146 = 557 (100%)
R 188 of 557 ~ 33.75%
G 223 of 557 ~ 40.04%
B 146 of 557 ~ 26.21%

%33.75
%40.04
%26.21

CMYK color model

#BCDF92 color CMYK value is (16,0,35,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 12.55%
CMYK:
(16,0,35,13)
C16M0Y35K13 
(16%,0%,35%,13%)
(0.16/0.00/0.35/0.13)	

CMYK percentages

%15.7
%0
%34.53
%12.55

Codes

Color #BCDF92 in popluar color models

BCDF92
RGB188223146
HSL87°54.61%72.35%
HSB/HSV87°34.53%87.45%
CMYK15.70%0.00%34.53%
12.55%

Color #BCDF92 in popluar number systems.

HEXBCDF92
Decimal188223146
Binary101111001101111110010010
Octal274337222

Shades and tints

Shades of #BCDF92

#BCDF92
(188,223,146)
#ABCB85
(171,203,133)
#9AB778
(154,183,120)
#89A36B
(137,163,107)
#788F5E
(120,143,94)
#677B51
(103,123,81)
#566744
(86,103,68)
#455337
(69,83,55)
#343F2A
(52,63,42)
#232B1D
(35,43,29)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BCDF92

#BCDF92
(188,223,146)
#C2E19B
(194,225,155)
#C8E3A4
(200,227,164)
#CEE5AD
(206,229,173)
#D4E7B6
(212,231,182)
#DAE9BF
(218,233,191)
#E0EBC8
(224,235,200)
#E6EDD1
(230,237,209)
#ECEFDA
(236,239,218)
#F2F1E3
(242,241,227)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDF92; }

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

This text font color is #BCDF92.


Background Color

.myBgColor { background-color: #BCDF92; }

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

This div background color is #BCDF92.


Border color

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

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

This div border color is #BCDF92.


Opacity

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

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

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

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

This text has shadow with #BCDF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDF92 on black background.


Color preview on white background

This text has color #BCDF92 on white background.



Black color preview on #BCDF92 background

This text has black color on #BCDF92 background.


White color preview on #BCDF92 background

This text has white color on #BCDF92 background.