COLOR #BCC88B

HEX: #BCC88B RGB: (188,200,139)

Color info

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

RGB color model

#BCC88B color RGB value is (188,200,139).

RGB: (188,200,139) (74%, 78%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 139 of 255 = 55%

188
200
139

R + G + B ~ 69%. #BCC88B is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 200 + 139 = 527 (100%)
R 188 of 527 ~ 35.67%
G 200 of 527 ~ 37.95%
B 139 of 527 ~ 26.38'%

%35.67
%37.95
%26.38

CMYK color model

#BCC88B color CMYK value is (6,0,31,22).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%

CMYK: (6,0,31,22)
C6M0Y31K22 (6%, 0%, 31%, 22%)
(0.06 / 0.00 / 0.31 / 0.22)

CMYK percentages

%6
%0
%30.5
%21.57

Codes

Color #BCC88B in popluar color models

BC C8 8B
RGB 188 200 139
HSL 72° 35.67% 66.47%
HSB/HSV 72° 30.50% 78.43%
CMYK 6.00% 0.00% 30.50%
21.57%

Color #BCC88B in popluar number systems.

HEX BC C8 8B
Decimal 188 200 139
Binary 10111100 11001000 10001011
Octal 274 310 213

Shades and tints

Shades of #BCC88B

#BCC88B
(188,200,139)
#ABB67F
(171,182,127)
#9AA473
(154,164,115)
#899267
(137,146,103)
#78805B
(120,128,91)
#676E4F
(103,110,79)
#565C43
(86,92,67)
#454A37
(69,74,55)
#34382B
(52,56,43)
#23261F
(35,38,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCC88B

#BCC88B
(188,200,139)
#C2CD95
(194,205,149)
#C8D29F
(200,210,159)
#CED7A9
(206,215,169)
#D4DCB3
(212,220,179)
#DAE1BD
(218,225,189)
#E0E6C7
(224,230,199)
#E6EBD1
(230,235,209)
#ECF0DB
(236,240,219)
#F2F5E5
(242,245,229)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC88B color. Also use rgb(188,200,139) instead hex code.

Text Font Color

.myTextColor { color: #BCC88B; }

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

This text font color is #BCC88B.

Background Color

.myBgColor { background-color: #BCC88B; }

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

This div background color is #BCC88B.

Border color

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

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

This div border color is #BCC88B.

Opacity

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

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

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

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

This text has shadow with #BCC88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC88B.

Preview

Color preview on black background

This text has color #BCC88B on black background.


Color preview on white background

This text has color #BCC88B on white background.


Black color preview on #BCC88B background

This text has black color on #BCC88B background.


White color preview on #BCC88B background

This text has white color on #BCC88B background.


Related colors

Complementary color

Complementary color for #hex is #433774.


I love getcolorcode.com

Triadic colors

1 #8BBCC8 and #C88BBC with #BCC88B are triadic colors.

2 #8BC8BC and #C8BC8B with #BCC88B are triadic colors.