COLOR #BCE5B6

HEX: #BCE5B6 RGB: (188,229,182)

Color info

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

RGB color model

#BCE5B6 color RGB value is (188,229,182).

RGB: (188,229,182) (74%, 90%, 71%)

RGB channels and saturation

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

188
229
182

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

Portions of RGB colors in percentages

R + G + B = 188 + 229 + 182 = 599 (100%)
R 188 of 599 ~ 31.39%
G 229 of 599 ~ 38.23%
B 182 of 599 ~ 30.38'%

%31.39
%38.23
%30.38

CMYK color model

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

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 20.52%
  • 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.52
%10.2

Codes

Color #BCE5B6 in popluar color models

BC E5 B6
RGB 188 229 182
HSL 112° 47.47% 80.59%
HSB/HSV 112° 20.52% 89.80%
CMYK 17.90% 0.00% 20.52%
10.20%

Color #BCE5B6 in popluar number systems.

HEX BC E5 B6
Decimal 188 229 182
Binary 10111100 11100101 10110110
Octal 274 345 266

Shades and tints

Shades of #BCE5B6

#BCE5B6
(188,229,182)
#ABD1A6
(171,209,166)
#9ABD96
(154,189,150)
#89A986
(137,169,134)
#789576
(120,149,118)
#678166
(103,129,102)
#566D56
(86,109,86)
#455946
(69,89,70)
#344536
(52,69,54)
#233126
(35,49,38)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #BCE5B6

#BCE5B6
(188,229,182)
#C2E7BC
(194,231,188)
#C8E9C2
(200,233,194)
#CEEBC8
(206,235,200)
#D4EDCE
(212,237,206)
#DAEFD4
(218,239,212)
#E0F1DA
(224,241,218)
#E6F3E0
(230,243,224)
#ECF5E6
(236,245,230)
#F2F7EC
(242,247,236)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE5B6; }

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

This text font color is #BCE5B6.

Background Color

.myBgColor { background-color: #BCE5B6; }

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

This div background color is #BCE5B6.

Border color

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

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

This div border color is #BCE5B6.

Opacity

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

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

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

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

This text has shadow with #BCE5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE5B6.

Preview

Color preview on black background

This text has color #BCE5B6 on black background.


Color preview on white background

This text has color #BCE5B6 on white background.


Black color preview on #BCE5B6 background

This text has black color on #BCE5B6 background.


White color preview on #BCE5B6 background

This text has white color on #BCE5B6 background.


Related colors

Complementary color

Complementary color for #hex is #431A49.


I love getcolorcode.com

Triadic colors

1 #B6BCE5 and #E5B6BC with #BCE5B6 are triadic colors.

2 #B6E5BC and #E5BCB6 with #BCE5B6 are triadic colors.