COLOR #BCDFC4

HEX: #BCDFC4 RGB: (188,223,196)

Color info

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

RGB color model

#BCDFC4 color RGB value is (188,223,196).

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

RGB channels and saturation

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

188
223
196

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

Portions of RGB colors in percentages

R + G + B = 188 + 223 + 196 = 607 (100%)
R 188 of 607 ~ 30.97%
G 223 of 607 ~ 36.74%
B 196 of 607 ~ 32.29'%

%30.97
%36.74
%32.29

CMYK color model

#BCDFC4 color CMYK value is (16,0,12,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 12.55%
CMYK: (16,0,12,13) C16M0Y12K13 (16%,0%,12%,13%) (0.16/0.00/0.12/0.13) 

CMYK percentages

%15.7
%0
%12.11
%12.55

Codes

Color #BCDFC4 in popluar color models

BC DF C4
RGB 188 223 196
HSL 134° 35.35% 80.59%
HSB/HSV 134° 15.70% 87.45%
CMYK 15.70% 0.00% 12.11%
12.55%

Color #BCDFC4 in popluar number systems.

HEX BC DF C4
Decimal 188 223 196
Binary 10111100 11011111 11000100
Octal 274 337 304

Shades and tints

Shades of #BCDFC4

#BCDFC4
(188,223,196)
#ABCBB3
(171,203,179)
#9AB7A2
(154,183,162)
#89A391
(137,163,145)
#788F80
(120,143,128)
#677B6F
(103,123,111)
#56675E
(86,103,94)
#45534D
(69,83,77)
#343F3C
(52,63,60)
#232B2B
(35,43,43)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #BCDFC4

#BCDFC4
(188,223,196)
#C2E1C9
(194,225,201)
#C8E3CE
(200,227,206)
#CEE5D3
(206,229,211)
#D4E7D8
(212,231,216)
#DAE9DD
(218,233,221)
#E0EBE2
(224,235,226)
#E6EDE7
(230,237,231)
#ECEFEC
(236,239,236)
#F2F1F1
(242,241,241)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFC4; }

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

This text font color is #BCDFC4.

Background Color

.myBgColor { background-color: #BCDFC4; }

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

This div background color is #BCDFC4.

Border color

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

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

This div border color is #BCDFC4.

Opacity

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

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

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

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

This text has shadow with #BCDFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDFC4.

Preview

Color preview on black background

This text has color #BCDFC4 on black background.


Color preview on white background

This text has color #BCDFC4 on white background.


Black color preview on #BCDFC4 background

This text has black color on #BCDFC4 background.


White color preview on #BCDFC4 background

This text has white color on #BCDFC4 background.


Related colors

Complementary color

Complementary color for #hex is #43203B.


I love getcolorcode.com

Triadic colors

1 #C4BCDF and #DFC4BC with #BCDFC4 are triadic colors.

2 #C4DFBC and #DFBCC4 with #BCDFC4 are triadic colors.