COLOR #BCDF82

HEX: #BCDF82 RGB: (188,223,130)

Color info

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

RGB color model

#BCDF82 color RGB value is (188,223,130).

RGB: (188,223,130) (74%, 87%, 51%)

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 130 of 255 = 51%

188
223
130

R + G + B ~ 71%. #BCDF82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 223 + 130 = 541 (100%)
R 188 of 541 ~ 34.75%
G 223 of 541 ~ 41.22%
B 130 of 541 ~ 24.03'%

%34.75
%41.22
%24.03

CMYK color model

#BCDF82 color CMYK value is (16,0,42,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 41.70%
  • key color value is 12.55%

CMYK: (16,0,42,13)
C16M0Y42K13 (16%, 0%, 42%, 13%)
(0.16 / 0.00 / 0.42 / 0.13)

CMYK percentages

%15.7
%0
%41.7
%12.55

Codes

Color #BCDF82 in popluar color models

BC DF 82
RGB 188 223 130
HSL 83° 59.24% 69.22%
HSB/HSV 83° 41.70% 87.45%
CMYK 15.70% 0.00% 41.70%
12.55%

Color #BCDF82 in popluar number systems.

HEX BC DF 82
Decimal 188 223 130
Binary 10111100 11011111 10000010
Octal 274 337 202

Shades and tints

Shades of #BCDF82

#BCDF82
(188,223,130)
#ABCB77
(171,203,119)
#9AB76C
(154,183,108)
#89A361
(137,163,97)
#788F56
(120,143,86)
#677B4B
(103,123,75)
#566740
(86,103,64)
#455335
(69,83,53)
#343F2A
(52,63,42)
#232B1F
(35,43,31)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCDF82

#BCDF82
(188,223,130)
#C2E18D
(194,225,141)
#C8E398
(200,227,152)
#CEE5A3
(206,229,163)
#D4E7AE
(212,231,174)
#DAE9B9
(218,233,185)
#E0EBC4
(224,235,196)
#E6EDCF
(230,237,207)
#ECEFDA
(236,239,218)
#F2F1E5
(242,241,229)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDF82; }

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

This text font color is #BCDF82.

Background Color

.myBgColor { background-color: #BCDF82; }

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

This div background color is #BCDF82.

Border color

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

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

This div border color is #BCDF82.

Opacity

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

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

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

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

This text has shadow with #BCDF82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDF82.

Preview

Color preview on black background

This text has color #BCDF82 on black background.


Color preview on white background

This text has color #BCDF82 on white background.


Black color preview on #BCDF82 background

This text has black color on #BCDF82 background.


White color preview on #BCDF82 background

This text has white color on #BCDF82 background.


Related colors

Complementary color

Complementary color for #hex is #43207D.


I love getcolorcode.com

Triadic colors

1 #82BCDF and #DF82BC with #BCDF82 are triadic colors.

2 #82DFBC and #DFBC82 with #BCDF82 are triadic colors.