COLOR #BCECB0

HEX: #BCECB0 RGB: (188,236,176)

Color info

#BCECB0 contains mainly red and green colors. Web safe color of #BCECB0 is #CCFF99 (or #CF9).

RGB color model

#BCECB0 color RGB value is (188,236,176).

RGB: (188,236,176) (74%, 93%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 176 of 255 = 69%

188
236
176

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

Portions of RGB colors in percentages

R + G + B = 188 + 236 + 176 = 600 (100%)
R 188 of 600 ~ 31.33%
G 236 of 600 ~ 39.33%
B 176 of 600 ~ 29.33'%

%31.33
%39.33
%29.33

CMYK color model

#BCECB0 color CMYK value is (20,0,25,7).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 7.45%

CMYK: (20,0,25,7)
C20M0Y25K7 (20%, 0%, 25%, 7%)
(0.20 / 0.00 / 0.25 / 0.07)

CMYK percentages

%20.34
%0
%25.42
%7.45

Codes

Color #BCECB0 in popluar color models

BC EC B0
RGB 188 236 176
HSL 108° 61.22% 80.78%
HSB/HSV 108° 25.42% 92.55%
CMYK 20.34% 0.00% 25.42%
7.45%

Color #BCECB0 in popluar number systems.

HEX BC EC B0
Decimal 188 236 176
Binary 10111100 11101100 10110000
Octal 274 354 260

Shades and tints

Shades of #BCECB0

#BCECB0
(188,236,176)
#ABD7A0
(171,215,160)
#9AC290
(154,194,144)
#89AD80
(137,173,128)
#789870
(120,152,112)
#678360
(103,131,96)
#566E50
(86,110,80)
#455940
(69,89,64)
#344430
(52,68,48)
#232F20
(35,47,32)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #BCECB0

#BCECB0
(188,236,176)
#C2EDB7
(194,237,183)
#C8EEBE
(200,238,190)
#CEEFC5
(206,239,197)
#D4F0CC
(212,240,204)
#DAF1D3
(218,241,211)
#E0F2DA
(224,242,218)
#E6F3E1
(230,243,225)
#ECF4E8
(236,244,232)
#F2F5EF
(242,245,239)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCECB0 color. Also use rgb(188,236,176) instead hex code.

Text Font Color

.myTextColor { color: #BCECB0; }

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

This text font color is #BCECB0.

Background Color

.myBgColor { background-color: #BCECB0; }

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

This div background color is #BCECB0.

Border color

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

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

This div border color is #BCECB0.

Opacity

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

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

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

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

This text has shadow with #BCECB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCECB0.

Preview

Color preview on black background

This text has color #BCECB0 on black background.


Color preview on white background

This text has color #BCECB0 on white background.


Black color preview on #BCECB0 background

This text has black color on #BCECB0 background.


White color preview on #BCECB0 background

This text has white color on #BCECB0 background.


Related colors

Complementary color

Complementary color for #hex is #43134F.


I love getcolorcode.com

Triadic colors

1 #B0BCEC and #ECB0BC with #BCECB0 are triadic colors.

2 #B0ECBC and #ECBCB0 with #BCECB0 are triadic colors.