COLOR #BCD1D2

HEX: #BCD1D2
RGB: (188,209,210)

Color info

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

RGB color model

#BCD1D2 color RGB value is (188,209,210).

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

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 210 of 255 = 82%

188
209
210

R + G + B ~ 79%. #BCD1D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 210 = 607 (100%)
R 188 of 607 ~ 30.97%
G 209 of 607 ~ 34.43%
B 210 of 607 ~ 34.6%

%30.97
%34.43
%34.6

CMYK color model

#BCD1D2 color CMYK value is (10,0,0,18).

  • cyan value is 10.48%
  • magenta value is 0.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,0,0,18)
C10M0Y0K18 
(10%,0%,0%,18%)
(0.10/0.00/0.00/0.18)	

CMYK percentages

%10.48
%0.48
%0
%17.65

Codes

Color #BCD1D2 in popluar color models

BCD1D2
RGB188209210
HSL183°19.64%78.04%
HSB/HSV183°10.48%82.35%
CMYK10.48%0.48%0.00%
17.65%

Color #BCD1D2 in popluar number systems.

HEXBCD1D2
Decimal188209210
Binary101111001101000111010010
Octal274321322

Shades and tints

Shades of #BCD1D2

#BCD1D2
(188,209,210)
#ABBEBF
(171,190,191)
#9AABAC
(154,171,172)
#899899
(137,152,153)
#788586
(120,133,134)
#677273
(103,114,115)
#565F60
(86,95,96)
#454C4D
(69,76,77)
#34393A
(52,57,58)
#232627
(35,38,39)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCD1D2

#BCD1D2
(188,209,210)
#C2D5D6
(194,213,214)
#C8D9DA
(200,217,218)
#CEDDDE
(206,221,222)
#D4E1E2
(212,225,226)
#DAE5E6
(218,229,230)
#E0E9EA
(224,233,234)
#E6EDEE
(230,237,238)
#ECF1F2
(236,241,242)
#F2F5F6
(242,245,246)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1D2; }

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

This text font color is #BCD1D2.


Background Color

.myBgColor { background-color: #BCD1D2; }

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

This div background color is #BCD1D2.


Border color

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

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

This div border color is #BCD1D2.


Opacity

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

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

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

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

This text has shadow with #BCD1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1D2 on black background.


Color preview on white background

This text has color #BCD1D2 on white background.



Black color preview on #BCD1D2 background

This text has black color on #BCD1D2 background.


White color preview on #BCD1D2 background

This text has white color on #BCD1D2 background.