COLOR #BCD5DD

HEX: #BCD5DD
RGB: (188,213,221)

Color info

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

RGB color model

#BCD5DD color RGB value is (188,213,221).

  • red value is 188;
  • green value is 213;
  • blue value is 221.
RGB:
(188,213,221)
(74%,84%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 221 of 255 = 87%

188
213
221

R + G + B ~ 82%. #BCD5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 213 + 221 = 622 (100%)
R 188 of 622 ~ 30.23%
G 213 of 622 ~ 34.24%
B 221 of 622 ~ 35.53%

%30.23
%34.24
%35.53

CMYK color model

#BCD5DD color CMYK value is (15,4,0,13).

  • cyan value is 14.93%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,4,0,13)
C15M4Y0K13 
(15%,4%,0%,13%)
(0.15/0.04/0.00/0.13)	

CMYK percentages

%14.93
%3.62
%0
%13.33

Codes

Color #BCD5DD in popluar color models

BCD5DD
RGB188213221
HSL195°32.67%80.20%
HSB/HSV195°14.93%86.67%
CMYK14.93%3.62%0.00%
13.33%

Color #BCD5DD in popluar number systems.

HEXBCD5DD
Decimal188213221
Binary101111001101010111011101
Octal274325335

Shades and tints

Shades of #BCD5DD

#BCD5DD
(188,213,221)
#ABC2C9
(171,194,201)
#9AAFB5
(154,175,181)
#899CA1
(137,156,161)
#78898D
(120,137,141)
#677679
(103,118,121)
#566365
(86,99,101)
#455051
(69,80,81)
#343D3D
(52,61,61)
#232A29
(35,42,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCD5DD

#BCD5DD
(188,213,221)
#C2D8E0
(194,216,224)
#C8DBE3
(200,219,227)
#CEDEE6
(206,222,230)
#D4E1E9
(212,225,233)
#DAE4EC
(218,228,236)
#E0E7EF
(224,231,239)
#E6EAF2
(230,234,242)
#ECEDF5
(236,237,245)
#F2F0F8
(242,240,248)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD5DD color. Also use rgb(188,213,221) instead hex code.

Text Font Color

.myTextColor { color: #BCD5DD; }

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

This text font color is #BCD5DD.


Background Color

.myBgColor { background-color: #BCD5DD; }

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

This div background color is #BCD5DD.


Border color

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

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

This div border color is #BCD5DD.


Opacity

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

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

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

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

This text has shadow with #BCD5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD5DD on black background.


Color preview on white background

This text has color #BCD5DD on white background.



Black color preview on #BCD5DD background

This text has black color on #BCD5DD background.


White color preview on #BCD5DD background

This text has white color on #BCD5DD background.