COLOR #BCD791

HEX: #BCD791
RGB: (188,215,145)

Color info

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

RGB color model

#BCD791 color RGB value is (188,215,145).

  • red value is 188;
  • green value is 215;
  • blue value is 145.
RGB:
(188,215,145)
(74%,84%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 145 of 255 = 57%

188
215
145

R + G + B ~ 72%. #BCD791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 145 = 548 (100%)
R 188 of 548 ~ 34.31%
G 215 of 548 ~ 39.23%
B 145 of 548 ~ 26.46%

%34.31
%39.23
%26.46

CMYK color model

#BCD791 color CMYK value is (13,0,33,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 15.69%
CMYK:
(13,0,33,16)
C13M0Y33K16 
(13%,0%,33%,16%)
(0.13/0.00/0.33/0.16)	

CMYK percentages

%12.56
%0
%32.56
%15.69

Codes

Color #BCD791 in popluar color models

BCD791
RGB188215145
HSL83°46.67%70.59%
HSB/HSV83°32.56%84.31%
CMYK12.56%0.00%32.56%
15.69%

Color #BCD791 in popluar number systems.

HEXBCD791
Decimal188215145
Binary101111001101011110010001
Octal274327221

Shades and tints

Shades of #BCD791

#BCD791
(188,215,145)
#ABC484
(171,196,132)
#9AB177
(154,177,119)
#899E6A
(137,158,106)
#788B5D
(120,139,93)
#677850
(103,120,80)
#566543
(86,101,67)
#455236
(69,82,54)
#343F29
(52,63,41)
#232C1C
(35,44,28)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCD791

#BCD791
(188,215,145)
#C2DA9B
(194,218,155)
#C8DDA5
(200,221,165)
#CEE0AF
(206,224,175)
#D4E3B9
(212,227,185)
#DAE6C3
(218,230,195)
#E0E9CD
(224,233,205)
#E6ECD7
(230,236,215)
#ECEFE1
(236,239,225)
#F2F2EB
(242,242,235)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD791; }

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

This text font color is #BCD791.


Background Color

.myBgColor { background-color: #BCD791; }

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

This div background color is #BCD791.


Border color

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

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

This div border color is #BCD791.


Opacity

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

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

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

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

This text has shadow with #BCD791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD791 on black background.


Color preview on white background

This text has color #BCD791 on white background.



Black color preview on #BCD791 background

This text has black color on #BCD791 background.


White color preview on #BCD791 background

This text has white color on #BCD791 background.