COLOR #BCEDB6

HEX: #BCEDB6 RGB: (188,237,182)

Color info

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

RGB color model

#BCEDB6 color RGB value is (188,237,182).

RGB: (188,237,182) (74%, 93%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 237 of 255 = 93%
B 182 of 255 = 71%

188
237
182

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

Portions of RGB colors in percentages

R + G + B = 188 + 237 + 182 = 607 (100%)
R 188 of 607 ~ 30.97%
G 237 of 607 ~ 39.04%
B 182 of 607 ~ 29.98'%

%30.97
%39.04
%29.98

CMYK color model

#BCEDB6 color CMYK value is (21,0,23,7).

  • cyan value is 20.68%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 7.06%

CMYK: (21,0,23,7)
C21M0Y23K7 (21%, 0%, 23%, 7%)
(0.21 / 0.00 / 0.23 / 0.07)

CMYK percentages

%20.68
%0
%23.21
%7.06

Codes

Color #BCEDB6 in popluar color models

BC ED B6
RGB 188 237 182
HSL 113° 60.44% 82.16%
HSB/HSV 113° 23.21% 92.94%
CMYK 20.68% 0.00% 23.21%
7.06%

Color #BCEDB6 in popluar number systems.

HEX BC ED B6
Decimal 188 237 182
Binary 10111100 11101101 10110110
Octal 274 355 266

Shades and tints

Shades of #BCEDB6

#BCEDB6
(188,237,182)
#ABD8A6
(171,216,166)
#9AC396
(154,195,150)
#89AE86
(137,174,134)
#789976
(120,153,118)
#678466
(103,132,102)
#566F56
(86,111,86)
#455A46
(69,90,70)
#344536
(52,69,54)
#233026
(35,48,38)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #BCEDB6

#BCEDB6
(188,237,182)
#C2EEBC
(194,238,188)
#C8EFC2
(200,239,194)
#CEF0C8
(206,240,200)
#D4F1CE
(212,241,206)
#DAF2D4
(218,242,212)
#E0F3DA
(224,243,218)
#E6F4E0
(230,244,224)
#ECF5E6
(236,245,230)
#F2F6EC
(242,246,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEDB6; }

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

This text font color is #BCEDB6.

Background Color

.myBgColor { background-color: #BCEDB6; }

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

This div background color is #BCEDB6.

Border color

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

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

This div border color is #BCEDB6.

Opacity

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

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

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

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

This text has shadow with #BCEDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEDB6.

Preview

Color preview on black background

This text has color #BCEDB6 on black background.


Color preview on white background

This text has color #BCEDB6 on white background.


Black color preview on #BCEDB6 background

This text has black color on #BCEDB6 background.


White color preview on #BCEDB6 background

This text has white color on #BCEDB6 background.


Related colors

Complementary color

Complementary color for #hex is #431249.


I love getcolorcode.com

Triadic colors

1 #B6BCED and #EDB6BC with #BCEDB6 are triadic colors.

2 #B6EDBC and #EDBCB6 with #BCEDB6 are triadic colors.