COLOR #BCE5B5

HEX: #BCE5B5
RGB: (188,229,181)

Color info

#BCE5B5 contains red, green and blue colors in about the same proportion. Web safe color of #BCE5B5 is #CCCCCC (or #CCC).

RGB color model

#BCE5B5 color RGB value is (188,229,181).

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

RGB channels and saturation

R 188 of 255 = 74%
G 229 of 255 = 90%
B 181 of 255 = 71%

188
229
181

R + G + B ~ 78%. #BCE5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 229 + 181 = 598 (100%)
R 188 of 598 ~ 31.44%
G 229 of 598 ~ 38.29%
B 181 of 598 ~ 30.27%

%31.44
%38.29
%30.27

CMYK color model

#BCE5B5 color CMYK value is (18,0,21,10).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 20.96%
  • key color value is 10.20%
CMYK: (18,0,21,10) C18M0Y21K10 (18%,0%,21%,10%) (0.18/0.00/0.21/0.10)

CMYK percentages

%17.9
%0
%20.96
%10.2

Codes

Color #BCE5B5 in popluar color models

BCE5B5
RGB188229181
HSL111°48.00%80.39%
HSB/HSV111°20.96%89.80%
CMYK17.90%0.00%20.96%
10.20%

Color #BCE5B5 in popluar number systems.

HEXBCE5B5
Decimal188229181
Binary101111001110010110110101
Octal274345265

Shades and tints

Shades of #BCE5B5

#BCE5B5
(188,229,181)
#ABD1A5
(171,209,165)
#9ABD95
(154,189,149)
#89A985
(137,169,133)
#789575
(120,149,117)
#678165
(103,129,101)
#566D55
(86,109,85)
#455945
(69,89,69)
#344535
(52,69,53)
#233125
(35,49,37)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #BCE5B5

#BCE5B5
(188,229,181)
#C2E7BB
(194,231,187)
#C8E9C1
(200,233,193)
#CEEBC7
(206,235,199)
#D4EDCD
(212,237,205)
#DAEFD3
(218,239,211)
#E0F1D9
(224,241,217)
#E6F3DF
(230,243,223)
#ECF5E5
(236,245,229)
#F2F7EB
(242,247,235)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE5B5; }

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

This text font color is #BCE5B5.


Background Color

.myBgColor { background-color: #BCE5B5; }

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

This div background color is #BCE5B5.


Border color

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

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

This div border color is #BCE5B5.


Opacity

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

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

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

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

This text has shadow with #BCE5B5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCE5B5 on black background.


Color preview on white background

This text has color #BCE5B5 on white background.



Black color preview on #BCE5B5 background

This text has black color on #BCE5B5 background.


White color preview on #BCE5B5 background

This text has white color on #BCE5B5 background.