COLOR #BCE0B5

HEX: #BCE0B5
RGB: (188,224,181)

Color info

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

RGB color model

#BCE0B5 color RGB value is (188,224,181).

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

RGB channels and saturation

R 188 of 255 = 74%
G 224 of 255 = 88%
B 181 of 255 = 71%

188
224
181

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

Portions of RGB colors in percentages

R + G + B =
188 + 224 + 181 = 593 (100%)
R 188 of 593 ~ 31.7%
G 224 of 593 ~ 37.77%
B 181 of 593 ~ 30.52%

%31.7
%37.77
%30.52

CMYK color model

#BCE0B5 color CMYK value is (16,0,19,12).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 12.16%
CMYK:
(16,0,19,12)
C16M0Y19K12 
(16%,0%,19%,12%)
(0.16/0.00/0.19/0.12)	

CMYK percentages

%16.07
%0
%19.2
%12.16

Codes

Color #BCE0B5 in popluar color models

BCE0B5
RGB188224181
HSL110°40.95%79.41%
HSB/HSV110°19.20%87.84%
CMYK16.07%0.00%19.20%
12.16%

Color #BCE0B5 in popluar number systems.

HEXBCE0B5
Decimal188224181
Binary101111001110000010110101
Octal274340265

Shades and tints

Shades of #BCE0B5

#BCE0B5
(188,224,181)
#ABCCA5
(171,204,165)
#9AB895
(154,184,149)
#89A485
(137,164,133)
#789075
(120,144,117)
#677C65
(103,124,101)
#566855
(86,104,85)
#455445
(69,84,69)
#344035
(52,64,53)
#232C25
(35,44,37)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCE0B5

#BCE0B5
(188,224,181)
#C2E2BB
(194,226,187)
#C8E4C1
(200,228,193)
#CEE6C7
(206,230,199)
#D4E8CD
(212,232,205)
#DAEAD3
(218,234,211)
#E0ECD9
(224,236,217)
#E6EEDF
(230,238,223)
#ECF0E5
(236,240,229)
#F2F2EB
(242,242,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE0B5; }

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

This text font color is #BCE0B5.


Background Color

.myBgColor { background-color: #BCE0B5; }

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

This div background color is #BCE0B5.


Border color

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

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

This div border color is #BCE0B5.


Opacity

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

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

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

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

This text has shadow with #BCE0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE0B5 on black background.


Color preview on white background

This text has color #BCE0B5 on white background.



Black color preview on #BCE0B5 background

This text has black color on #BCE0B5 background.


White color preview on #BCE0B5 background

This text has white color on #BCE0B5 background.