COLOR #BCC988

HEX: #BCC988 RGB: (188,201,136)

Color info

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

RGB color model

#BCC988 color RGB value is (188,201,136).

RGB: (188,201,136) (74%, 79%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 201 of 255 = 79%
B 136 of 255 = 53%

188
201
136

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

Portions of RGB colors in percentages

R + G + B = 188 + 201 + 136 = 525 (100%)
R 188 of 525 ~ 35.81%
G 201 of 525 ~ 38.29%
B 136 of 525 ~ 25.9'%

%35.81
%38.29
%25.9

CMYK color model

#BCC988 color CMYK value is (6,0,32,21).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 21.18%
CMYK: (6,0,32,21) C6M0Y32K21 (6%,0%,32%,21%) (0.06/0.00/0.32/0.21) 

CMYK percentages

%6.47
%0
%32.34
%21.18

Codes

Color #BCC988 in popluar color models

BC C9 88
RGB 188 201 136
HSL 72° 37.57% 66.08%
HSB/HSV 72° 32.34% 78.82%
CMYK 6.47% 0.00% 32.34%
21.18%

Color #BCC988 in popluar number systems.

HEX BC C9 88
Decimal 188 201 136
Binary 10111100 11001001 10001000
Octal 274 311 210

Shades and tints

Shades of #BCC988

#BCC988
(188,201,136)
#ABB77C
(171,183,124)
#9AA570
(154,165,112)
#899364
(137,147,100)
#788158
(120,129,88)
#676F4C
(103,111,76)
#565D40
(86,93,64)
#454B34
(69,75,52)
#343928
(52,57,40)
#23271C
(35,39,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCC988

#BCC988
(188,201,136)
#C2CD92
(194,205,146)
#C8D19C
(200,209,156)
#CED5A6
(206,213,166)
#D4D9B0
(212,217,176)
#DADDBA
(218,221,186)
#E0E1C4
(224,225,196)
#E6E5CE
(230,229,206)
#ECE9D8
(236,233,216)
#F2EDE2
(242,237,226)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC988 color. Also use rgb(188,201,136) instead hex code.

Text Font Color

.myTextColor { color: #BCC988; }

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

This text font color is #BCC988.

Background Color

.myBgColor { background-color: #BCC988; }

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

This div background color is #BCC988.

Border color

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

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

This div border color is #BCC988.

Opacity

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

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

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

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

This text has shadow with #BCC988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC988.

Preview

Color preview on black background

This text has color #BCC988 on black background.


Color preview on white background

This text has color #BCC988 on white background.


Black color preview on #BCC988 background

This text has black color on #BCC988 background.


White color preview on #BCC988 background

This text has white color on #BCC988 background.


Related colors

Complementary color

Complementary color for #hex is #433677.


I love getcolorcode.com

Triadic colors

1 #88BCC9 and #C988BC with #BCC988 are triadic colors.

2 #88C9BC and #C9BC88 with #BCC988 are triadic colors.