COLOR #BCDFD0

HEX: #BCDFD0
RGB: (188,223,208)

Color info

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

RGB color model

#BCDFD0 color RGB value is (188,223,208).

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

RGB channels and saturation

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

188
223
208

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

Portions of RGB colors in percentages

R + G + B =
188 + 223 + 208 = 619 (100%)
R 188 of 619 ~ 30.37%
G 223 of 619 ~ 36.03%
B 208 of 619 ~ 33.6%

%30.37
%36.03
%33.6

CMYK color model

#BCDFD0 color CMYK value is (16,0,7,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK: (16,0,7,13) C16M0Y7K13 (16%,0%,7%,13%) (0.16/0.00/0.07/0.13)

CMYK percentages

%15.7
%0
%6.73
%12.55

Codes

Color #BCDFD0 in popluar color models

BCDFD0
RGB188223208
HSL154°35.35%80.59%
HSB/HSV154°15.70%87.45%
CMYK15.70%0.00%6.73%
12.55%

Color #BCDFD0 in popluar number systems.

HEXBCDFD0
Decimal188223208
Binary101111001101111111010000
Octal274337320

Shades and tints

Shades of #BCDFD0

#BCDFD0
(188,223,208)
#ABCBBE
(171,203,190)
#9AB7AC
(154,183,172)
#89A39A
(137,163,154)
#788F88
(120,143,136)
#677B76
(103,123,118)
#566764
(86,103,100)
#455352
(69,83,82)
#343F40
(52,63,64)
#232B2E
(35,43,46)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #BCDFD0

#BCDFD0
(188,223,208)
#C2E1D4
(194,225,212)
#C8E3D8
(200,227,216)
#CEE5DC
(206,229,220)
#D4E7E0
(212,231,224)
#DAE9E4
(218,233,228)
#E0EBE8
(224,235,232)
#E6EDEC
(230,237,236)
#ECEFF0
(236,239,240)
#F2F1F4
(242,241,244)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFD0; }

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

This text font color is #BCDFD0.


Background Color

.myBgColor { background-color: #BCDFD0; }

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

This div background color is #BCDFD0.


Border color

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

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

This div border color is #BCDFD0.


Opacity

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

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

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

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

This text has shadow with #BCDFD0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCDFD0 on black background.


Color preview on white background

This text has color #BCDFD0 on white background.



Black color preview on #BCDFD0 background

This text has black color on #BCDFD0 background.


White color preview on #BCDFD0 background

This text has white color on #BCDFD0 background.