COLOR #BCDADD

HEX: #BCDADD
RGB: (188,218,221)

Color info

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

RGB color model

#BCDADD color RGB value is (188,218,221).

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

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 221 of 255 = 87%

188
218
221

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

Portions of RGB colors in percentages

R + G + B =
188 + 218 + 221 = 627 (100%)
R 188 of 627 ~ 29.98%
G 218 of 627 ~ 34.77%
B 221 of 627 ~ 35.25%

%29.98
%34.77
%35.25

CMYK color model

#BCDADD color CMYK value is (15,1,0,13).

  • cyan value is 14.93%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,1,0,13)
C15M1Y0K13 
(15%,1%,0%,13%)
(0.15/0.01/0.00/0.13)	

CMYK percentages

%14.93
%1.36
%0
%13.33

Codes

Color #BCDADD in popluar color models

BCDADD
RGB188218221
HSL185°32.67%80.20%
HSB/HSV185°14.93%86.67%
CMYK14.93%1.36%0.00%
13.33%

Color #BCDADD in popluar number systems.

HEXBCDADD
Decimal188218221
Binary101111001101101011011101
Octal274332335

Shades and tints

Shades of #BCDADD

#BCDADD
(188,218,221)
#ABC7C9
(171,199,201)
#9AB4B5
(154,180,181)
#89A1A1
(137,161,161)
#788E8D
(120,142,141)
#677B79
(103,123,121)
#566865
(86,104,101)
#455551
(69,85,81)
#34423D
(52,66,61)
#232F29
(35,47,41)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #BCDADD

#BCDADD
(188,218,221)
#C2DDE0
(194,221,224)
#C8E0E3
(200,224,227)
#CEE3E6
(206,227,230)
#D4E6E9
(212,230,233)
#DAE9EC
(218,233,236)
#E0ECEF
(224,236,239)
#E6EFF2
(230,239,242)
#ECF2F5
(236,242,245)
#F2F5F8
(242,245,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDADD; }

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

This text font color is #BCDADD.


Background Color

.myBgColor { background-color: #BCDADD; }

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

This div background color is #BCDADD.


Border color

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

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

This div border color is #BCDADD.


Opacity

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

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

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

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

This text has shadow with #BCDADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDADD on black background.


Color preview on white background

This text has color #BCDADD on white background.



Black color preview on #BCDADD background

This text has black color on #BCDADD background.


White color preview on #BCDADD background

This text has white color on #BCDADD background.