COLOR #BCCD9B

HEX: #BCCD9B
RGB: (188,205,155)

Color info

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

RGB color model

#BCCD9B color RGB value is (188,205,155).

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

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 155 of 255 = 61%

188
205
155

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 155 = 548 (100%)
R 188 of 548 ~ 34.31%
G 205 of 548 ~ 37.41%
B 155 of 548 ~ 28.28%

%34.31
%37.41
%28.28

CMYK color model

#BCCD9B color CMYK value is (8,0,24,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 19.61%
CMYK:
(8,0,24,20)
C8M0Y24K20 
(8%,0%,24%,20%)
(0.08/0.00/0.24/0.20)	

CMYK percentages

%8.29
%0
%24.39
%19.61

Codes

Color #BCCD9B in popluar color models

BCCD9B
RGB188205155
HSL80°33.33%70.59%
HSB/HSV80°24.39%80.39%
CMYK8.29%0.00%24.39%
19.61%

Color #BCCD9B in popluar number systems.

HEXBCCD9B
Decimal188205155
Binary101111001100110110011011
Octal274315233

Shades and tints

Shades of #BCCD9B

#BCCD9B
(188,205,155)
#ABBB8D
(171,187,141)
#9AA97F
(154,169,127)
#899771
(137,151,113)
#788563
(120,133,99)
#677355
(103,115,85)
#566147
(86,97,71)
#454F39
(69,79,57)
#343D2B
(52,61,43)
#232B1D
(35,43,29)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCCD9B

#BCCD9B
(188,205,155)
#C2D1A4
(194,209,164)
#C8D5AD
(200,213,173)
#CED9B6
(206,217,182)
#D4DDBF
(212,221,191)
#DAE1C8
(218,225,200)
#E0E5D1
(224,229,209)
#E6E9DA
(230,233,218)
#ECEDE3
(236,237,227)
#F2F1EC
(242,241,236)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCD9B; }

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

This text font color is #BCCD9B.


Background Color

.myBgColor { background-color: #BCCD9B; }

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

This div background color is #BCCD9B.


Border color

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

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

This div border color is #BCCD9B.


Opacity

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

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

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

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

This text has shadow with #BCCD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCD9B on black background.


Color preview on white background

This text has color #BCCD9B on white background.



Black color preview on #BCCD9B background

This text has black color on #BCCD9B background.


White color preview on #BCCD9B background

This text has white color on #BCCD9B background.