COLOR #BCDA86

HEX: #BCDA86 RGB: (188,218,134)

Color info

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

RGB color model

#BCDA86 color RGB value is (188,218,134).

RGB: (188,218,134) (74%, 85%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 134 of 255 = 53%

188
218
134

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 134 = 540 (100%)
R 188 of 540 ~ 34.81%
G 218 of 540 ~ 40.37%
B 134 of 540 ~ 24.81'%

%34.81
%40.37
%24.81

CMYK color model

#BCDA86 color CMYK value is (14,0,39,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 38.53%
  • key color value is 14.51%

CMYK: (14,0,39,15)
C14M0Y39K15 (14%, 0%, 39%, 15%)
(0.14 / 0.00 / 0.39 / 0.15)

CMYK percentages

%13.76
%0
%38.53
%14.51

Codes

Color #BCDA86 in popluar color models

BC DA 86
RGB 188 218 134
HSL 81° 53.16% 69.02%
HSB/HSV 81° 38.53% 85.49%
CMYK 13.76% 0.00% 38.53%
14.51%

Color #BCDA86 in popluar number systems.

HEX BC DA 86
Decimal 188 218 134
Binary 10111100 11011010 10000110
Octal 274 332 206

Shades and tints

Shades of #BCDA86

#BCDA86
(188,218,134)
#ABC77A
(171,199,122)
#9AB46E
(154,180,110)
#89A162
(137,161,98)
#788E56
(120,142,86)
#677B4A
(103,123,74)
#56683E
(86,104,62)
#455532
(69,85,50)
#344226
(52,66,38)
#232F1A
(35,47,26)
#121C0E
(18,28,14)
#000000
(0,0,0)

Tints of #BCDA86

#BCDA86
(188,218,134)
#C2DD91
(194,221,145)
#C8E09C
(200,224,156)
#CEE3A7
(206,227,167)
#D4E6B2
(212,230,178)
#DAE9BD
(218,233,189)
#E0ECC8
(224,236,200)
#E6EFD3
(230,239,211)
#ECF2DE
(236,242,222)
#F2F5E9
(242,245,233)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDA86; }

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

This text font color is #BCDA86.

Background Color

.myBgColor { background-color: #BCDA86; }

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

This div background color is #BCDA86.

Border color

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

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

This div border color is #BCDA86.

Opacity

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

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

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

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

This text has shadow with #BCDA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDA86.

Preview

Color preview on black background

This text has color #BCDA86 on black background.


Color preview on white background

This text has color #BCDA86 on white background.


Black color preview on #BCDA86 background

This text has black color on #BCDA86 background.


White color preview on #BCDA86 background

This text has white color on #BCDA86 background.


Related colors

Complementary color

Complementary color for #hex is #432579.


I love getcolorcode.com

Triadic colors

1 #86BCDA and #DA86BC with #BCDA86 are triadic colors.

2 #86DABC and #DABC86 with #BCDA86 are triadic colors.