COLOR #BCD89B

HEX: #BCD89B
RGB: (188,216,155)

Color info

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

RGB color model

#BCD89B color RGB value is (188,216,155).

  • red value is 188;
  • green value is 216;
  • blue value is 155.
RGB:
(188,216,155)
(74%,85%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 155 of 255 = 61%

188
216
155

R + G + B ~ 73%. #BCD89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 216 + 155 = 559 (100%)
R 188 of 559 ~ 33.63%
G 216 of 559 ~ 38.64%
B 155 of 559 ~ 27.73%

%33.63
%38.64
%27.73

CMYK color model

#BCD89B color CMYK value is (13,0,28,15).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 15.29%
CMYK:
(13,0,28,15)
C13M0Y28K15 
(13%,0%,28%,15%)
(0.13/0.00/0.28/0.15)	

CMYK percentages

%12.96
%0
%28.24
%15.29

Codes

Color #BCD89B in popluar color models

BCD89B
RGB188216155
HSL88°43.88%72.75%
HSB/HSV88°28.24%84.71%
CMYK12.96%0.00%28.24%
15.29%

Color #BCD89B in popluar number systems.

HEXBCD89B
Decimal188216155
Binary101111001101100010011011
Octal274330233

Shades and tints

Shades of #BCD89B

#BCD89B
(188,216,155)
#ABC58D
(171,197,141)
#9AB27F
(154,178,127)
#899F71
(137,159,113)
#788C63
(120,140,99)
#677955
(103,121,85)
#566647
(86,102,71)
#455339
(69,83,57)
#34402B
(52,64,43)
#232D1D
(35,45,29)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #BCD89B

#BCD89B
(188,216,155)
#C2DBA4
(194,219,164)
#C8DEAD
(200,222,173)
#CEE1B6
(206,225,182)
#D4E4BF
(212,228,191)
#DAE7C8
(218,231,200)
#E0EAD1
(224,234,209)
#E6EDDA
(230,237,218)
#ECF0E3
(236,240,227)
#F2F3EC
(242,243,236)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD89B color. Also use rgb(188,216,155) instead hex code.

Text Font Color

.myTextColor { color: #BCD89B; }

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

This text font color is #BCD89B.


Background Color

.myBgColor { background-color: #BCD89B; }

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

This div background color is #BCD89B.


Border color

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

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

This div border color is #BCD89B.


Opacity

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

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

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

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

This text has shadow with #BCD89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD89B on black background.


Color preview on white background

This text has color #BCD89B on white background.



Black color preview on #BCD89B background

This text has black color on #BCD89B background.


White color preview on #BCD89B background

This text has white color on #BCD89B background.