COLOR #BCD9CF

HEX: #BCD9CF
RGB: (188,217,207)

Color info

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

RGB color model

#BCD9CF color RGB value is (188,217,207).

  • red value is 188;
  • green value is 217;
  • blue value is 207.
RGB:
(188,217,207)
(74%,85%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 217 of 255 = 85%
B 207 of 255 = 81%

188
217
207

R + G + B ~ 80%. #BCD9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 217 + 207 = 612 (100%)
R 188 of 612 ~ 30.72%
G 217 of 612 ~ 35.46%
B 207 of 612 ~ 33.82%

%30.72
%35.46
%33.82

CMYK color model

#BCD9CF color CMYK value is (13,0,5,15).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 4.61%
  • key color value is 14.90%
CMYK:
(13,0,5,15)
C13M0Y5K15 
(13%,0%,5%,15%)
(0.13/0.00/0.05/0.15)	

CMYK percentages

%13.36
%0
%4.61
%14.9

Codes

Color #BCD9CF in popluar color models

BCD9CF
RGB188217207
HSL159°27.62%79.41%
HSB/HSV159°13.36%85.10%
CMYK13.36%0.00%4.61%
14.90%

Color #BCD9CF in popluar number systems.

HEXBCD9CF
Decimal188217207
Binary101111001101100111001111
Octal274331317

Shades and tints

Shades of #BCD9CF

#BCD9CF
(188,217,207)
#ABC6BD
(171,198,189)
#9AB3AB
(154,179,171)
#89A099
(137,160,153)
#788D87
(120,141,135)
#677A75
(103,122,117)
#566763
(86,103,99)
#455451
(69,84,81)
#34413F
(52,65,63)
#232E2D
(35,46,45)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #BCD9CF

#BCD9CF
(188,217,207)
#C2DCD3
(194,220,211)
#C8DFD7
(200,223,215)
#CEE2DB
(206,226,219)
#D4E5DF
(212,229,223)
#DAE8E3
(218,232,227)
#E0EBE7
(224,235,231)
#E6EEEB
(230,238,235)
#ECF1EF
(236,241,239)
#F2F4F3
(242,244,243)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD9CF color. Also use rgb(188,217,207) instead hex code.

Text Font Color

.myTextColor { color: #BCD9CF; }

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

This text font color is #BCD9CF.


Background Color

.myBgColor { background-color: #BCD9CF; }

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

This div background color is #BCD9CF.


Border color

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

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

This div border color is #BCD9CF.


Opacity

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

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

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

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

This text has shadow with #BCD9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD9CF on black background.


Color preview on white background

This text has color #BCD9CF on white background.



Black color preview on #BCD9CF background

This text has black color on #BCD9CF background.


White color preview on #BCD9CF background

This text has white color on #BCD9CF background.