COLOR #BCCD6F

HEX: #BCCD6F RGB: (188,205,111)

Color info

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

RGB color model

#BCCD6F color RGB value is (188,205,111).

RGB: (188,205,111) (74%, 80%, 44%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 111 of 255 = 44%

188
205
111

R + G + B ~ 66%. #BCCD6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 205 + 111 = 504 (100%)
R 188 of 504 ~ 37.3%
G 205 of 504 ~ 40.67%
B 111 of 504 ~ 22.02'%

%37.3
%40.67
%22.02

CMYK color model

#BCCD6F color CMYK value is (8,0,46,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 45.85%
  • key color value is 19.61%

CMYK: (8,0,46,20)
C8M0Y46K20 (8%, 0%, 46%, 20%)
(0.08 / 0.00 / 0.46 / 0.20)

CMYK percentages

%8.29
%0
%45.85
%19.61

Codes

Color #BCCD6F in popluar color models

BC CD 6F
RGB 188 205 111
HSL 71° 48.45% 61.96%
HSB/HSV 71° 45.85% 80.39%
CMYK 8.29% 0.00% 45.85%
19.61%

Color #BCCD6F in popluar number systems.

HEX BC CD 6F
Decimal 188 205 111
Binary 10111100 11001101 1101111
Octal 274 315 157

Shades and tints

Shades of #BCCD6F

#BCCD6F
(188,205,111)
#ABBB65
(171,187,101)
#9AA95B
(154,169,91)
#899751
(137,151,81)
#788547
(120,133,71)
#67733D
(103,115,61)
#566133
(86,97,51)
#454F29
(69,79,41)
#343D1F
(52,61,31)
#232B15
(35,43,21)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #BCCD6F

#BCCD6F
(188,205,111)
#C2D17C
(194,209,124)
#C8D589
(200,213,137)
#CED996
(206,217,150)
#D4DDA3
(212,221,163)
#DAE1B0
(218,225,176)
#E0E5BD
(224,229,189)
#E6E9CA
(230,233,202)
#ECEDD7
(236,237,215)
#F2F1E4
(242,241,228)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCD6F; }

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

This text font color is #BCCD6F.

Background Color

.myBgColor { background-color: #BCCD6F; }

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

This div background color is #BCCD6F.

Border color

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

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

This div border color is #BCCD6F.

Opacity

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

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

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

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

This text has shadow with #BCCD6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCD6F.

Preview

Color preview on black background

This text has color #BCCD6F on black background.


Color preview on white background

This text has color #BCCD6F on white background.


Black color preview on #BCCD6F background

This text has black color on #BCCD6F background.


White color preview on #BCCD6F background

This text has white color on #BCCD6F background.


Related colors

Complementary color

Complementary color for #hex is #433290.


I love getcolorcode.com

Triadic colors

1 #6FBCCD and #CD6FBC with #BCCD6F are triadic colors.

2 #6FCDBC and #CDBC6F with #BCCD6F are triadic colors.