COLOR #BCDEC4

HEX: #BCDEC4 RGB: (188,222,196)

Color info

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

RGB color model

#BCDEC4 color RGB value is (188,222,196).

RGB: (188,222,196) (74%, 87%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 196 of 255 = 77%

188
222
196

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

Portions of RGB colors in percentages

R + G + B = 188 + 222 + 196 = 606 (100%)
R 188 of 606 ~ 31.02%
G 222 of 606 ~ 36.63%
B 196 of 606 ~ 32.34'%

%31.02
%36.63
%32.34

CMYK color model

#BCDEC4 color CMYK value is (15,0,12,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK: (15,0,12,13) C15M0Y12K13 (15%,0%,12%,13%) (0.15/0.00/0.12/0.13) 

CMYK percentages

%15.32
%0
%11.71
%12.94

Codes

Color #BCDEC4 in popluar color models

BC DE C4
RGB 188 222 196
HSL 134° 34.00% 80.39%
HSB/HSV 134° 15.32% 87.06%
CMYK 15.32% 0.00% 11.71%
12.94%

Color #BCDEC4 in popluar number systems.

HEX BC DE C4
Decimal 188 222 196
Binary 10111100 11011110 11000100
Octal 274 336 304

Shades and tints

Shades of #BCDEC4

#BCDEC4
(188,222,196)
#ABCAB3
(171,202,179)
#9AB6A2
(154,182,162)
#89A291
(137,162,145)
#788E80
(120,142,128)
#677A6F
(103,122,111)
#56665E
(86,102,94)
#45524D
(69,82,77)
#343E3C
(52,62,60)
#232A2B
(35,42,43)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCDEC4

#BCDEC4
(188,222,196)
#C2E1C9
(194,225,201)
#C8E4CE
(200,228,206)
#CEE7D3
(206,231,211)
#D4EAD8
(212,234,216)
#DAEDDD
(218,237,221)
#E0F0E2
(224,240,226)
#E6F3E7
(230,243,231)
#ECF6EC
(236,246,236)
#F2F9F1
(242,249,241)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDEC4; }

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

This text font color is #BCDEC4.

Background Color

.myBgColor { background-color: #BCDEC4; }

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

This div background color is #BCDEC4.

Border color

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

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

This div border color is #BCDEC4.

Opacity

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

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

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

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

This text has shadow with #BCDEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDEC4.

Preview

Color preview on black background

This text has color #BCDEC4 on black background.


Color preview on white background

This text has color #BCDEC4 on white background.


Black color preview on #BCDEC4 background

This text has black color on #BCDEC4 background.


White color preview on #BCDEC4 background

This text has white color on #BCDEC4 background.


Related colors

Complementary color

Complementary color for #hex is #43213B.


I love getcolorcode.com

Triadic colors

1 #C4BCDE and #DEC4BC with #BCDEC4 are triadic colors.

2 #C4DEBC and #DEBCC4 with #BCDEC4 are triadic colors.