COLOR #BCCDDD

HEX: #BCCDDD
RGB: (188,205,221)

Color info

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

RGB color model

#BCCDDD color RGB value is (188,205,221).

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

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 221 of 255 = 87%

188
205
221

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 221 = 614 (100%)
R 188 of 614 ~ 30.62%
G 205 of 614 ~ 33.39%
B 221 of 614 ~ 35.99%

%30.62
%33.39
%35.99

CMYK color model

#BCCDDD color CMYK value is (15,7,0,13).

  • cyan value is 14.93%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,7,0,13)
C15M7Y0K13 
(15%,7%,0%,13%)
(0.15/0.07/0.00/0.13)	

CMYK percentages

%14.93
%7.24
%0
%13.33

Codes

Color #BCCDDD in popluar color models

BCCDDD
RGB188205221
HSL209°32.67%80.20%
HSB/HSV209°14.93%86.67%
CMYK14.93%7.24%0.00%
13.33%

Color #BCCDDD in popluar number systems.

HEXBCCDDD
Decimal188205221
Binary101111001100110111011101
Octal274315335

Shades and tints

Shades of #BCCDDD

#BCCDDD
(188,205,221)
#ABBBC9
(171,187,201)
#9AA9B5
(154,169,181)
#8997A1
(137,151,161)
#78858D
(120,133,141)
#677379
(103,115,121)
#566165
(86,97,101)
#454F51
(69,79,81)
#343D3D
(52,61,61)
#232B29
(35,43,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCCDDD

#BCCDDD
(188,205,221)
#C2D1E0
(194,209,224)
#C8D5E3
(200,213,227)
#CED9E6
(206,217,230)
#D4DDE9
(212,221,233)
#DAE1EC
(218,225,236)
#E0E5EF
(224,229,239)
#E6E9F2
(230,233,242)
#ECEDF5
(236,237,245)
#F2F1F8
(242,241,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDDD; }

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

This text font color is #BCCDDD.


Background Color

.myBgColor { background-color: #BCCDDD; }

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

This div background color is #BCCDDD.


Border color

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

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

This div border color is #BCCDDD.


Opacity

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

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

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

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

This text has shadow with #BCCDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDDD on black background.


Color preview on white background

This text has color #BCCDDD on white background.



Black color preview on #BCCDDD background

This text has black color on #BCCDDD background.


White color preview on #BCCDDD background

This text has white color on #BCCDDD background.