COLOR #BCDFD1

HEX: #BCDFD1
RGB: (188,223,209)

Color info

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

RGB color model

#BCDFD1 color RGB value is (188,223,209).

  • red value is 188;
  • green value is 223;
  • blue value is 209.
RGB: (188,223,209) (74%,87%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 209 of 255 = 82%

188
223
209

R + G + B ~ 81%. #BCDFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 223 + 209 = 620 (100%)
R 188 of 620 ~ 30.32%
G 223 of 620 ~ 35.97%
B 209 of 620 ~ 33.71%

%30.32
%35.97
%33.71

CMYK color model

#BCDFD1 color CMYK value is (16,0,6,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 12.55%
CMYK: (16,0,6,13) C16M0Y6K13 (16%,0%,6%,13%) (0.16/0.00/0.06/0.13)

CMYK percentages

%15.7
%0
%6.28
%12.55

Codes

Color #BCDFD1 in popluar color models

BCDFD1
RGB188223209
HSL156°35.35%80.59%
HSB/HSV156°15.70%87.45%
CMYK15.70%0.00%6.28%
12.55%

Color #BCDFD1 in popluar number systems.

HEXBCDFD1
Decimal188223209
Binary101111001101111111010001
Octal274337321

Shades and tints

Shades of #BCDFD1

#BCDFD1
(188,223,209)
#ABCBBE
(171,203,190)
#9AB7AB
(154,183,171)
#89A398
(137,163,152)
#788F85
(120,143,133)
#677B72
(103,123,114)
#56675F
(86,103,95)
#45534C
(69,83,76)
#343F39
(52,63,57)
#232B26
(35,43,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCDFD1

#BCDFD1
(188,223,209)
#C2E1D5
(194,225,213)
#C8E3D9
(200,227,217)
#CEE5DD
(206,229,221)
#D4E7E1
(212,231,225)
#DAE9E5
(218,233,229)
#E0EBE9
(224,235,233)
#E6EDED
(230,237,237)
#ECEFF1
(236,239,241)
#F2F1F5
(242,241,245)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFD1; }

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

This text font color is #BCDFD1.


Background Color

.myBgColor { background-color: #BCDFD1; }

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

This div background color is #BCDFD1.


Border color

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

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

This div border color is #BCDFD1.


Opacity

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

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

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

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

This text has shadow with #BCDFD1 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BCDFD1; -webkit-box-shadow:	1px 1px 3px 2px #BCDFD1; box-shadow:	1px 1px 3px 2px #BCDFD1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCDFD1; -webkit-box-shadow: 1px 1px 3px 2px #BCDFD1; box-shadow:1px 1px 3px 2px #BCDFD1;">
Div content here</div>
This div box has shadow with color #BCDFD1.

Preview

Color preview on black background

This text has color #BCDFD1 on black background.


Color preview on white background

This text has color #BCDFD1 on white background.



Black color preview on #BCDFD1 background

This text has black color on #BCDFD1 background.


White color preview on #BCDFD1 background

This text has white color on #BCDFD1 background.