COLOR #BCD2D5

HEX: #BCD2D5
RGB: (188,210,213)

Color info

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

RGB color model

#BCD2D5 color RGB value is (188,210,213).

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

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 213 of 255 = 84%

188
210
213

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 213 = 611 (100%)
R 188 of 611 ~ 30.77%
G 210 of 611 ~ 34.37%
B 213 of 611 ~ 34.86%

%30.77
%34.37
%34.86

CMYK color model

#BCD2D5 color CMYK value is (12,1,0,16).

  • cyan value is 11.74%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,1,0,16)
C12M1Y0K16 
(12%,1%,0%,16%)
(0.12/0.01/0.00/0.16)	

CMYK percentages

%11.74
%1.41
%0
%16.47

Codes

Color #BCD2D5 in popluar color models

BCD2D5
RGB188210213
HSL187°22.94%78.63%
HSB/HSV187°11.74%83.53%
CMYK11.74%1.41%0.00%
16.47%

Color #BCD2D5 in popluar number systems.

HEXBCD2D5
Decimal188210213
Binary101111001101001011010101
Octal274322325

Shades and tints

Shades of #BCD2D5

#BCD2D5
(188,210,213)
#ABBFC2
(171,191,194)
#9AACAF
(154,172,175)
#89999C
(137,153,156)
#788689
(120,134,137)
#677376
(103,115,118)
#566063
(86,96,99)
#454D50
(69,77,80)
#343A3D
(52,58,61)
#23272A
(35,39,42)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCD2D5

#BCD2D5
(188,210,213)
#C2D6D8
(194,214,216)
#C8DADB
(200,218,219)
#CEDEDE
(206,222,222)
#D4E2E1
(212,226,225)
#DAE6E4
(218,230,228)
#E0EAE7
(224,234,231)
#E6EEEA
(230,238,234)
#ECF2ED
(236,242,237)
#F2F6F0
(242,246,240)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2D5; }

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

This text font color is #BCD2D5.


Background Color

.myBgColor { background-color: #BCD2D5; }

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

This div background color is #BCD2D5.


Border color

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

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

This div border color is #BCD2D5.


Opacity

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

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

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

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

This text has shadow with #BCD2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2D5 on black background.


Color preview on white background

This text has color #BCD2D5 on white background.



Black color preview on #BCD2D5 background

This text has black color on #BCD2D5 background.


White color preview on #BCD2D5 background

This text has white color on #BCD2D5 background.