COLOR #BCE9B5

HEX: #BCE9B5
RGB: (188,233,181)

Color info

#BCE9B5 contains red, green and blue colors in about the same proportion. Web safe color of #BCE9B5 is #CCFFCC (or #CFC).

RGB color model

#BCE9B5 color RGB value is (188,233,181).

  • red value is 188;
  • green value is 233;
  • blue value is 181.
RGB:
(188,233,181)
(74%,91%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 181 of 255 = 71%

188
233
181

R + G + B ~ 79%. #BCE9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 233 + 181 = 602 (100%)
R 188 of 602 ~ 31.23%
G 233 of 602 ~ 38.7%
B 181 of 602 ~ 30.07%

%31.23
%38.7
%30.07

CMYK color model

#BCE9B5 color CMYK value is (19,0,22,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • key color value is 8.63%
CMYK:
(19,0,22,9)
C19M0Y22K9 
(19%,0%,22%,9%)
(0.19/0.00/0.22/0.09)	

CMYK percentages

%19.31
%0
%22.32
%8.63

Codes

Color #BCE9B5 in popluar color models

BCE9B5
RGB188233181
HSL112°54.17%81.18%
HSB/HSV112°22.32%91.37%
CMYK19.31%0.00%22.32%
8.63%

Color #BCE9B5 in popluar number systems.

HEXBCE9B5
Decimal188233181
Binary101111001110100110110101
Octal274351265

Shades and tints

Shades of #BCE9B5

#BCE9B5
(188,233,181)
#ABD4A5
(171,212,165)
#9ABF95
(154,191,149)
#89AA85
(137,170,133)
#789575
(120,149,117)
#678065
(103,128,101)
#566B55
(86,107,85)
#455645
(69,86,69)
#344135
(52,65,53)
#232C25
(35,44,37)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCE9B5

#BCE9B5
(188,233,181)
#C2EBBB
(194,235,187)
#C8EDC1
(200,237,193)
#CEEFC7
(206,239,199)
#D4F1CD
(212,241,205)
#DAF3D3
(218,243,211)
#E0F5D9
(224,245,217)
#E6F7DF
(230,247,223)
#ECF9E5
(236,249,229)
#F2FBEB
(242,251,235)
#F8FDF1
(248,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE9B5 color. Also use rgb(188,233,181) instead hex code.

Text Font Color

.myTextColor { color: #BCE9B5; }

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

This text font color is #BCE9B5.


Background Color

.myBgColor { background-color: #BCE9B5; }

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

This div background color is #BCE9B5.


Border color

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

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

This div border color is #BCE9B5.


Opacity

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

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

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

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

This text has shadow with #BCE9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE9B5 on black background.


Color preview on white background

This text has color #BCE9B5 on white background.



Black color preview on #BCE9B5 background

This text has black color on #BCE9B5 background.


White color preview on #BCE9B5 background

This text has white color on #BCE9B5 background.