COLOR #BCC781

HEX: #BCC781 RGB: (188,199,129)

Color info

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

RGB color model

#BCC781 color RGB value is (188,199,129).

RGB: (188,199,129) (74%, 78%, 51%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 129 of 255 = 51%

188
199
129

R + G + B ~ 68%. #BCC781 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 199 + 129 = 516 (100%)
R 188 of 516 ~ 36.43%
G 199 of 516 ~ 38.57%
B 129 of 516 ~ 25'%

%36.43
%38.57
%25

CMYK color model

#BCC781 color CMYK value is (6,0,35,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 35.18%
  • key color value is 21.96%

CMYK: (6,0,35,22)
C6M0Y35K22 (6%, 0%, 35%, 22%)
(0.06 / 0.00 / 0.35 / 0.22)

CMYK percentages

%5.53
%0
%35.18
%21.96

Codes

Color #BCC781 in popluar color models

BC C7 81
RGB 188 199 129
HSL 69° 38.46% 64.31%
HSB/HSV 69° 35.18% 78.04%
CMYK 5.53% 0.00% 35.18%
21.96%

Color #BCC781 in popluar number systems.

HEX BC C7 81
Decimal 188 199 129
Binary 10111100 11000111 10000001
Octal 274 307 201

Shades and tints

Shades of #BCC781

#BCC781
(188,199,129)
#ABB576
(171,181,118)
#9AA36B
(154,163,107)
#899160
(137,145,96)
#787F55
(120,127,85)
#676D4A
(103,109,74)
#565B3F
(86,91,63)
#454934
(69,73,52)
#343729
(52,55,41)
#23251E
(35,37,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCC781

#BCC781
(188,199,129)
#C2CC8C
(194,204,140)
#C8D197
(200,209,151)
#CED6A2
(206,214,162)
#D4DBAD
(212,219,173)
#DAE0B8
(218,224,184)
#E0E5C3
(224,229,195)
#E6EACE
(230,234,206)
#ECEFD9
(236,239,217)
#F2F4E4
(242,244,228)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC781 color. Also use rgb(188,199,129) instead hex code.

Text Font Color

.myTextColor { color: #BCC781; }

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

This text font color is #BCC781.

Background Color

.myBgColor { background-color: #BCC781; }

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

This div background color is #BCC781.

Border color

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

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

This div border color is #BCC781.

Opacity

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

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

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

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

This text has shadow with #BCC781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC781.

Preview

Color preview on black background

This text has color #BCC781 on black background.


Color preview on white background

This text has color #BCC781 on white background.


Black color preview on #BCC781 background

This text has black color on #BCC781 background.


White color preview on #BCC781 background

This text has white color on #BCC781 background.


Related colors

Complementary color

Complementary color for #hex is #43387E.


I love getcolorcode.com

Triadic colors

1 #81BCC7 and #C781BC with #BCC781 are triadic colors.

2 #81C7BC and #C7BC81 with #BCC781 are triadic colors.