COLOR #BCDD65

HEX: #BCDD65 RGB: (188,221,101)

Color info

#BCDD65 contains mainly red and green colors. Web safe color of #BCDD65 is #CCCC66 (or #CC6).

RGB color model

#BCDD65 color RGB value is (188,221,101).

RGB: (188,221,101) (74%, 87%, 40%)

RGB channels and saturation

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

188
221
101

R + G + B ~ 67%. #BCDD65 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 221 + 101 = 510 (100%)
R 188 of 510 ~ 36.86%
G 221 of 510 ~ 43.33%
B 101 of 510 ~ 19.8'%

%36.86
%43.33
%19.8

CMYK color model

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

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

CMYK percentages

%14.93
%0
%54.3
%13.33

Codes

Color #BCDD65 in popluar color models

BC DD 65
RGB 188 221 101
HSL 77° 63.83% 63.14%
HSB/HSV 77° 54.30% 86.67%
CMYK 14.93% 0.00% 54.30%
13.33%

Color #BCDD65 in popluar number systems.

HEX BC DD 65
Decimal 188 221 101
Binary 10111100 11011101 1100101
Octal 274 335 145

Shades and tints

Shades of #BCDD65

#BCDD65
(188,221,101)
#ABC95C
(171,201,92)
#9AB553
(154,181,83)
#89A14A
(137,161,74)
#788D41
(120,141,65)
#677938
(103,121,56)
#56652F
(86,101,47)
#455126
(69,81,38)
#343D1D
(52,61,29)
#232914
(35,41,20)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #BCDD65

#BCDD65
(188,221,101)
#C2E073
(194,224,115)
#C8E381
(200,227,129)
#CEE68F
(206,230,143)
#D4E99D
(212,233,157)
#DAECAB
(218,236,171)
#E0EFB9
(224,239,185)
#E6F2C7
(230,242,199)
#ECF5D5
(236,245,213)
#F2F8E3
(242,248,227)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDD65; }

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

This text font color is #BCDD65.

Background Color

.myBgColor { background-color: #BCDD65; }

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

This div background color is #BCDD65.

Border color

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

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

This div border color is #BCDD65.

Opacity

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

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

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

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

This text has shadow with #BCDD65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDD65.

Preview

Color preview on black background

This text has color #BCDD65 on black background.


Color preview on white background

This text has color #BCDD65 on white background.


Black color preview on #BCDD65 background

This text has black color on #BCDD65 background.


White color preview on #BCDD65 background

This text has white color on #BCDD65 background.


Related colors

Complementary color

Complementary color for #hex is #43229A.


I love getcolorcode.com

Triadic colors

1 #65BCDD and #DD65BC with #BCDD65 are triadic colors.

2 #65DDBC and #DDBC65 with #BCDD65 are triadic colors.