COLOR #BCCE90

HEX: #BCCE90
RGB: (188,206,144)

Color info

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

RGB color model

#BCCE90 color RGB value is (188,206,144).

  • red value is 188;
  • green value is 206;
  • blue value is 144.
RGB:
(188,206,144)
(74%,81%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 144 of 255 = 56%

188
206
144

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

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 144 = 538 (100%)
R 188 of 538 ~ 34.94%
G 206 of 538 ~ 38.29%
B 144 of 538 ~ 26.77%

%34.94
%38.29
%26.77

CMYK color model

#BCCE90 color CMYK value is (9,0,30,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 30.10%
  • key color value is 19.22%
CMYK:
(9,0,30,19)
C9M0Y30K19 
(9%,0%,30%,19%)
(0.09/0.00/0.30/0.19)	

CMYK percentages

%8.74
%0
%30.1
%19.22

Codes

Color #BCCE90 in popluar color models

BCCE90
RGB188206144
HSL77°38.75%68.63%
HSB/HSV77°30.10%80.78%
CMYK8.74%0.00%30.10%
19.22%

Color #BCCE90 in popluar number systems.

HEXBCCE90
Decimal188206144
Binary101111001100111010010000
Octal274316220

Shades and tints

Shades of #BCCE90

#BCCE90
(188,206,144)
#ABBC83
(171,188,131)
#9AAA76
(154,170,118)
#899869
(137,152,105)
#78865C
(120,134,92)
#67744F
(103,116,79)
#566242
(86,98,66)
#455035
(69,80,53)
#343E28
(52,62,40)
#232C1B
(35,44,27)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #BCCE90

#BCCE90
(188,206,144)
#C2D29A
(194,210,154)
#C8D6A4
(200,214,164)
#CEDAAE
(206,218,174)
#D4DEB8
(212,222,184)
#DAE2C2
(218,226,194)
#E0E6CC
(224,230,204)
#E6EAD6
(230,234,214)
#ECEEE0
(236,238,224)
#F2F2EA
(242,242,234)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCE90 color. Also use rgb(188,206,144) instead hex code.

Text Font Color

.myTextColor { color: #BCCE90; }

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

This text font color is #BCCE90.


Background Color

.myBgColor { background-color: #BCCE90; }

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

This div background color is #BCCE90.


Border color

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

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

This div border color is #BCCE90.


Opacity

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

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

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

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

This text has shadow with #BCCE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCE90 on black background.


Color preview on white background

This text has color #BCCE90 on white background.



Black color preview on #BCCE90 background

This text has black color on #BCCE90 background.


White color preview on #BCCE90 background

This text has white color on #BCCE90 background.