COLOR #BCC791

HEX: #BCC791 RGB: (188,199,145)

Color info

#BCC791 contains red, green and blue colors in about the same proportion. Web safe color of #BCC791 is #CCCC99 (or #CC9).

RGB color model

#BCC791 color RGB value is (188,199,145).

RGB: (188,199,145) (74%, 78%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 145 of 255 = 57%

188
199
145

R + G + B ~ 70%. #BCC791 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 199 + 145 = 532 (100%)
R 188 of 532 ~ 35.34%
G 199 of 532 ~ 37.41%
B 145 of 532 ~ 27.26'%

%35.34
%37.41
%27.26

CMYK color model

#BCC791 color CMYK value is (6,0,27,22).

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

CMYK: (6,0,27,22)
C6M0Y27K22 (6%, 0%, 27%, 22%)
(0.06 / 0.00 / 0.27 / 0.22)

CMYK percentages

%5.53
%0
%27.14
%21.96

Codes

Color #BCC791 in popluar color models

BC C7 91
RGB 188 199 145
HSL 72° 32.53% 67.45%
HSB/HSV 72° 27.14% 78.04%
CMYK 5.53% 0.00% 27.14%
21.96%

Color #BCC791 in popluar number systems.

HEX BC C7 91
Decimal 188 199 145
Binary 10111100 11000111 10010001
Octal 274 307 221

Shades and tints

Shades of #BCC791

#BCC791
(188,199,145)
#ABB584
(171,181,132)
#9AA377
(154,163,119)
#89916A
(137,145,106)
#787F5D
(120,127,93)
#676D50
(103,109,80)
#565B43
(86,91,67)
#454936
(69,73,54)
#343729
(52,55,41)
#23251C
(35,37,28)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BCC791

#BCC791
(188,199,145)
#C2CC9B
(194,204,155)
#C8D1A5
(200,209,165)
#CED6AF
(206,214,175)
#D4DBB9
(212,219,185)
#DAE0C3
(218,224,195)
#E0E5CD
(224,229,205)
#E6EAD7
(230,234,215)
#ECEFE1
(236,239,225)
#F2F4EB
(242,244,235)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC791; }

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

This text font color is #BCC791.

Background Color

.myBgColor { background-color: #BCC791; }

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

This div background color is #BCC791.

Border color

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

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

This div border color is #BCC791.

Opacity

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

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

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

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

This text has shadow with #BCC791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC791.

Preview

Color preview on black background

This text has color #BCC791 on black background.


Color preview on white background

This text has color #BCC791 on white background.


Black color preview on #BCC791 background

This text has black color on #BCC791 background.


White color preview on #BCC791 background

This text has white color on #BCC791 background.


Related colors

Complementary color

Complementary color for #hex is #43386E.


I love getcolorcode.com

Triadic colors

1 #91BCC7 and #C791BC with #BCC791 are triadic colors.

2 #91C7BC and #C7BC91 with #BCC791 are triadic colors.