COLOR #BCD0DF

HEX: #BCD0DF
RGB: (188,208,223)

Color info

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

RGB color model

#BCD0DF color RGB value is (188,208,223).

  • red value is 188;
  • green value is 208;
  • blue value is 223.
RGB:
(188,208,223)
(74%,82%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 223 of 255 = 87%

188
208
223

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 223 = 619 (100%)
R 188 of 619 ~ 30.37%
G 208 of 619 ~ 33.6%
B 223 of 619 ~ 36.03%

%30.37
%33.6
%36.03

CMYK color model

#BCD0DF color CMYK value is (16,7,0,13).

  • cyan value is 15.70%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,7,0,13)
C16M7Y0K13 
(16%,7%,0%,13%)
(0.16/0.07/0.00/0.13)	

CMYK percentages

%15.7
%6.73
%0
%12.55

Codes

Color #BCD0DF in popluar color models

BCD0DF
RGB188208223
HSL206°35.35%80.59%
HSB/HSV206°15.70%87.45%
CMYK15.70%6.73%0.00%
12.55%

Color #BCD0DF in popluar number systems.

HEXBCD0DF
Decimal188208223
Binary101111001101000011011111
Octal274320337

Shades and tints

Shades of #BCD0DF

#BCD0DF
(188,208,223)
#ABBECB
(171,190,203)
#9AACB7
(154,172,183)
#899AA3
(137,154,163)
#78888F
(120,136,143)
#67767B
(103,118,123)
#566467
(86,100,103)
#455253
(69,82,83)
#34403F
(52,64,63)
#232E2B
(35,46,43)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCD0DF

#BCD0DF
(188,208,223)
#C2D4E1
(194,212,225)
#C8D8E3
(200,216,227)
#CEDCE5
(206,220,229)
#D4E0E7
(212,224,231)
#DAE4E9
(218,228,233)
#E0E8EB
(224,232,235)
#E6ECED
(230,236,237)
#ECF0EF
(236,240,239)
#F2F4F1
(242,244,241)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD0DF color. Also use rgb(188,208,223) instead hex code.

Text Font Color

.myTextColor { color: #BCD0DF; }

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

This text font color is #BCD0DF.


Background Color

.myBgColor { background-color: #BCD0DF; }

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

This div background color is #BCD0DF.


Border color

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

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

This div border color is #BCD0DF.


Opacity

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

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

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

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

This text has shadow with #BCD0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0DF on black background.


Color preview on white background

This text has color #BCD0DF on white background.



Black color preview on #BCD0DF background

This text has black color on #BCD0DF background.


White color preview on #BCD0DF background

This text has white color on #BCD0DF background.