COLOR #BCDADC

HEX: #BCDADC RGB: (188,218,220)

Color info

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

RGB color model

#BCDADC color RGB value is (188,218,220).

RGB: (188,218,220) (74%, 85%, 86%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 220 of 255 = 86%

188
218
220

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 220 = 626 (100%)
R 188 of 626 ~ 30.03%
G 218 of 626 ~ 34.82%
B 220 of 626 ~ 35.14'%

%30.03
%34.82
%35.14

CMYK color model

#BCDADC color CMYK value is (15,1,0,14).

  • cyan value is 14.55%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (15,1,0,14) C15M1Y0K14 (15%,1%,0%,14%) (0.15/0.01/0.00/0.14) 

CMYK percentages

%14.55
%0.91
%0
%13.73

Codes

Color #BCDADC in popluar color models

BC DA DC
RGB 188 218 220
HSL 184° 31.37% 80.00%
HSB/HSV 184° 14.55% 86.27%
CMYK 14.55% 0.91% 0.00%
13.73%

Color #BCDADC in popluar number systems.

HEX BC DA DC
Decimal 188 218 220
Binary 10111100 11011010 11011100
Octal 274 332 334

Shades and tints

Shades of #BCDADC

#BCDADC
(188,218,220)
#ABC7C8
(171,199,200)
#9AB4B4
(154,180,180)
#89A1A0
(137,161,160)
#788E8C
(120,142,140)
#677B78
(103,123,120)
#566864
(86,104,100)
#455550
(69,85,80)
#34423C
(52,66,60)
#232F28
(35,47,40)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #BCDADC

#BCDADC
(188,218,220)
#C2DDDF
(194,221,223)
#C8E0E2
(200,224,226)
#CEE3E5
(206,227,229)
#D4E6E8
(212,230,232)
#DAE9EB
(218,233,235)
#E0ECEE
(224,236,238)
#E6EFF1
(230,239,241)
#ECF2F4
(236,242,244)
#F2F5F7
(242,245,247)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDADC; }

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

This text font color is #BCDADC.

Background Color

.myBgColor { background-color: #BCDADC; }

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

This div background color is #BCDADC.

Border color

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

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

This div border color is #BCDADC.

Opacity

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

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

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

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

This text has shadow with #BCDADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDADC.

Preview

Color preview on black background

This text has color #BCDADC on black background.


Color preview on white background

This text has color #BCDADC on white background.


Black color preview on #BCDADC background

This text has black color on #BCDADC background.


White color preview on #BCDADC background

This text has white color on #BCDADC background.


Related colors

Complementary color

Complementary color for #hex is #432523.


I love getcolorcode.com

Triadic colors

1 #DCBCDA and #DADCBC with #BCDADC are triadic colors.

2 #DCDABC and #DABCDC with #BCDADC are triadic colors.