COLOR #BCD9DA

HEX: #BCD9DA
RGB: (188,217,218)

Color info

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

RGB color model

#BCD9DA color RGB value is (188,217,218).

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

RGB channels and saturation

R 188 of 255 = 74%
G 217 of 255 = 85%
B 218 of 255 = 85%

188
217
218

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

Portions of RGB colors in percentages

R + G + B =
188 + 217 + 218 = 623 (100%)
R 188 of 623 ~ 30.18%
G 217 of 623 ~ 34.83%
B 218 of 623 ~ 34.99%

%30.18
%34.83
%34.99

CMYK color model

#BCD9DA color CMYK value is (14,0,0,15).

  • cyan value is 13.76%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(14,0,0,15)
C14M0Y0K15 
(14%,0%,0%,15%)
(0.14/0.00/0.00/0.15)	

CMYK percentages

%13.76
%0.46
%0
%14.51

Codes

Color #BCD9DA in popluar color models

BCD9DA
RGB188217218
HSL182°28.85%79.61%
HSB/HSV182°13.76%85.49%
CMYK13.76%0.46%0.00%
14.51%

Color #BCD9DA in popluar number systems.

HEXBCD9DA
Decimal188217218
Binary101111001101100111011010
Octal274331332

Shades and tints

Shades of #BCD9DA

#BCD9DA
(188,217,218)
#ABC6C7
(171,198,199)
#9AB3B4
(154,179,180)
#89A0A1
(137,160,161)
#788D8E
(120,141,142)
#677A7B
(103,122,123)
#566768
(86,103,104)
#455455
(69,84,85)
#344142
(52,65,66)
#232E2F
(35,46,47)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #BCD9DA

#BCD9DA
(188,217,218)
#C2DCDD
(194,220,221)
#C8DFE0
(200,223,224)
#CEE2E3
(206,226,227)
#D4E5E6
(212,229,230)
#DAE8E9
(218,232,233)
#E0EBEC
(224,235,236)
#E6EEEF
(230,238,239)
#ECF1F2
(236,241,242)
#F2F4F5
(242,244,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD9DA; }

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

This text font color is #BCD9DA.


Background Color

.myBgColor { background-color: #BCD9DA; }

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

This div background color is #BCD9DA.


Border color

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

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

This div border color is #BCD9DA.


Opacity

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

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

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

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

This text has shadow with #BCD9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD9DA on black background.


Color preview on white background

This text has color #BCD9DA on white background.



Black color preview on #BCD9DA background

This text has black color on #BCD9DA background.


White color preview on #BCD9DA background

This text has white color on #BCD9DA background.