COLOR #BCDCB6

HEX: #BCDCB6 RGB: (188,220,182)

Color info

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

RGB color model

#BCDCB6 color RGB value is (188,220,182).

RGB: (188,220,182) (74%, 86%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 182 of 255 = 71%

188
220
182

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

Portions of RGB colors in percentages

R + G + B = 188 + 220 + 182 = 590 (100%)
R 188 of 590 ~ 31.86%
G 220 of 590 ~ 37.29%
B 182 of 590 ~ 30.85'%

%31.86
%37.29
%30.85

CMYK color model

#BCDCB6 color CMYK value is (15,0,17,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 13.73%

CMYK: (15,0,17,14)
C15M0Y17K14 (15%, 0%, 17%, 14%)
(0.15 / 0.00 / 0.17 / 0.14)

CMYK percentages

%14.55
%0
%17.27
%13.73

Codes

Color #BCDCB6 in popluar color models

BC DC B6
RGB 188 220 182
HSL 111° 35.19% 78.82%
HSB/HSV 111° 17.27% 86.27%
CMYK 14.55% 0.00% 17.27%
13.73%

Color #BCDCB6 in popluar number systems.

HEX BC DC B6
Decimal 188 220 182
Binary 10111100 11011100 10110110
Octal 274 334 266

Shades and tints

Shades of #BCDCB6

#BCDCB6
(188,220,182)
#ABC8A6
(171,200,166)
#9AB496
(154,180,150)
#89A086
(137,160,134)
#788C76
(120,140,118)
#677866
(103,120,102)
#566456
(86,100,86)
#455046
(69,80,70)
#343C36
(52,60,54)
#232826
(35,40,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCDCB6

#BCDCB6
(188,220,182)
#C2DFBC
(194,223,188)
#C8E2C2
(200,226,194)
#CEE5C8
(206,229,200)
#D4E8CE
(212,232,206)
#DAEBD4
(218,235,212)
#E0EEDA
(224,238,218)
#E6F1E0
(230,241,224)
#ECF4E6
(236,244,230)
#F2F7EC
(242,247,236)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCB6; }

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

This text font color is #BCDCB6.

Background Color

.myBgColor { background-color: #BCDCB6; }

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

This div background color is #BCDCB6.

Border color

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

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

This div border color is #BCDCB6.

Opacity

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

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

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

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

This text has shadow with #BCDCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDCB6.

Preview

Color preview on black background

This text has color #BCDCB6 on black background.


Color preview on white background

This text has color #BCDCB6 on white background.


Black color preview on #BCDCB6 background

This text has black color on #BCDCB6 background.


White color preview on #BCDCB6 background

This text has white color on #BCDCB6 background.


Related colors

Complementary color

Complementary color for #hex is #432349.


I love getcolorcode.com

Triadic colors

1 #B6BCDC and #DCB6BC with #BCDCB6 are triadic colors.

2 #B6DCBC and #DCBCB6 with #BCDCB6 are triadic colors.