COLOR #BCDEB6

HEX: #BCDEB6 RGB: (188,222,182)

Color info

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

RGB color model

#BCDEB6 color RGB value is (188,222,182).

RGB: (188,222,182) (74%, 87%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 182 of 255 = 71%

188
222
182

R + G + B ~ 77%. #BCDEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 222 + 182 = 592 (100%)
R 188 of 592 ~ 31.76%
G 222 of 592 ~ 37.5%
B 182 of 592 ~ 30.74'%

%31.76
%37.5
%30.74

CMYK color model

#BCDEB6 color CMYK value is (15,0,18,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK: (15,0,18,13) C15M0Y18K13 (15%,0%,18%,13%) (0.15/0.00/0.18/0.13) 

CMYK percentages

%15.32
%0
%18.02
%12.94

Codes

Color #BCDEB6 in popluar color models

BC DE B6
RGB 188 222 182
HSL 111° 37.74% 79.22%
HSB/HSV 111° 18.02% 87.06%
CMYK 15.32% 0.00% 18.02%
12.94%

Color #BCDEB6 in popluar number systems.

HEX BC DE B6
Decimal 188 222 182
Binary 10111100 11011110 10110110
Octal 274 336 266

Shades and tints

Shades of #BCDEB6

#BCDEB6
(188,222,182)
#ABCAA6
(171,202,166)
#9AB696
(154,182,150)
#89A286
(137,162,134)
#788E76
(120,142,118)
#677A66
(103,122,102)
#566656
(86,102,86)
#455246
(69,82,70)
#343E36
(52,62,54)
#232A26
(35,42,38)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #BCDEB6

#BCDEB6
(188,222,182)
#C2E1BC
(194,225,188)
#C8E4C2
(200,228,194)
#CEE7C8
(206,231,200)
#D4EACE
(212,234,206)
#DAEDD4
(218,237,212)
#E0F0DA
(224,240,218)
#E6F3E0
(230,243,224)
#ECF6E6
(236,246,230)
#F2F9EC
(242,249,236)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDEB6; }

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

This text font color is #BCDEB6.

Background Color

.myBgColor { background-color: #BCDEB6; }

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

This div background color is #BCDEB6.

Border color

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

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

This div border color is #BCDEB6.

Opacity

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

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

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

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

This text has shadow with #BCDEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDEB6.

Preview

Color preview on black background

This text has color #BCDEB6 on black background.


Color preview on white background

This text has color #BCDEB6 on white background.


Black color preview on #BCDEB6 background

This text has black color on #BCDEB6 background.


White color preview on #BCDEB6 background

This text has white color on #BCDEB6 background.


Related colors

Complementary color

Complementary color for #hex is #432149.


I love getcolorcode.com

Triadic colors

1 #B6BCDE and #DEB6BC with #BCDEB6 are triadic colors.

2 #B6DEBC and #DEBCB6 with #BCDEB6 are triadic colors.