COLOR #BCD198

HEX: #BCD198
RGB: (188,209,152)

Color info

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

RGB color model

#BCD198 color RGB value is (188,209,152).

  • red value is 188;
  • green value is 209;
  • blue value is 152.
RGB:
(188,209,152)
(74%,82%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 152 of 255 = 60%

188
209
152

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

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 152 = 549 (100%)
R 188 of 549 ~ 34.24%
G 209 of 549 ~ 38.07%
B 152 of 549 ~ 27.69%

%34.24
%38.07
%27.69

CMYK color model

#BCD198 color CMYK value is (10,0,27,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 18.04%
CMYK:
(10,0,27,18)
C10M0Y27K18 
(10%,0%,27%,18%)
(0.10/0.00/0.27/0.18)	

CMYK percentages

%10.05
%0
%27.27
%18.04

Codes

Color #BCD198 in popluar color models

BCD198
RGB188209152
HSL82°38.26%70.78%
HSB/HSV82°27.27%81.96%
CMYK10.05%0.00%27.27%
18.04%

Color #BCD198 in popluar number systems.

HEXBCD198
Decimal188209152
Binary101111001101000110011000
Octal274321230

Shades and tints

Shades of #BCD198

#BCD198
(188,209,152)
#ABBE8B
(171,190,139)
#9AAB7E
(154,171,126)
#899871
(137,152,113)
#788564
(120,133,100)
#677257
(103,114,87)
#565F4A
(86,95,74)
#454C3D
(69,76,61)
#343930
(52,57,48)
#232623
(35,38,35)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCD198

#BCD198
(188,209,152)
#C2D5A1
(194,213,161)
#C8D9AA
(200,217,170)
#CEDDB3
(206,221,179)
#D4E1BC
(212,225,188)
#DAE5C5
(218,229,197)
#E0E9CE
(224,233,206)
#E6EDD7
(230,237,215)
#ECF1E0
(236,241,224)
#F2F5E9
(242,245,233)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD198 color. Also use rgb(188,209,152) instead hex code.

Text Font Color

.myTextColor { color: #BCD198; }

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

This text font color is #BCD198.


Background Color

.myBgColor { background-color: #BCD198; }

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

This div background color is #BCD198.


Border color

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

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

This div border color is #BCD198.


Opacity

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

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

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

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

This text has shadow with #BCD198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD198 on black background.


Color preview on white background

This text has color #BCD198 on white background.



Black color preview on #BCD198 background

This text has black color on #BCD198 background.


White color preview on #BCD198 background

This text has white color on #BCD198 background.