COLOR #BCDCCA

HEX: #BCDCCA RGB: (188,220,202)

Color info

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

RGB color model

#BCDCCA color RGB value is (188,220,202).

RGB: (188,220,202) (74%, 86%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 202 of 255 = 79%

188
220
202

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

Portions of RGB colors in percentages

R + G + B = 188 + 220 + 202 = 610 (100%)
R 188 of 610 ~ 30.82%
G 220 of 610 ~ 36.07%
B 202 of 610 ~ 33.11'%

%30.82
%36.07
%33.11

CMYK color model

#BCDCCA color CMYK value is (15,0,8,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK: (15,0,8,14) C15M0Y8K14 (15%,0%,8%,14%) (0.15/0.00/0.08/0.14) 

CMYK percentages

%14.55
%0
%8.18
%13.73

Codes

Color #BCDCCA in popluar color models

BC DC CA
RGB 188 220 202
HSL 146° 31.37% 80.00%
HSB/HSV 146° 14.55% 86.27%
CMYK 14.55% 0.00% 8.18%
13.73%

Color #BCDCCA in popluar number systems.

HEX BC DC CA
Decimal 188 220 202
Binary 10111100 11011100 11001010
Octal 274 334 312

Shades and tints

Shades of #BCDCCA

#BCDCCA
(188,220,202)
#ABC8B8
(171,200,184)
#9AB4A6
(154,180,166)
#89A094
(137,160,148)
#788C82
(120,140,130)
#677870
(103,120,112)
#56645E
(86,100,94)
#45504C
(69,80,76)
#343C3A
(52,60,58)
#232828
(35,40,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCDCCA

#BCDCCA
(188,220,202)
#C2DFCE
(194,223,206)
#C8E2D2
(200,226,210)
#CEE5D6
(206,229,214)
#D4E8DA
(212,232,218)
#DAEBDE
(218,235,222)
#E0EEE2
(224,238,226)
#E6F1E6
(230,241,230)
#ECF4EA
(236,244,234)
#F2F7EE
(242,247,238)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCCA; }

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

This text font color is #BCDCCA.

Background Color

.myBgColor { background-color: #BCDCCA; }

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

This div background color is #BCDCCA.

Border color

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

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

This div border color is #BCDCCA.

Opacity

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

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

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

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

This text has shadow with #BCDCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDCCA.

Preview

Color preview on black background

This text has color #BCDCCA on black background.


Color preview on white background

This text has color #BCDCCA on white background.


Black color preview on #BCDCCA background

This text has black color on #BCDCCA background.


White color preview on #BCDCCA background

This text has white color on #BCDCCA background.


Related colors

Complementary color

Complementary color for #hex is #432335.


I love getcolorcode.com

Triadic colors

1 #CABCDC and #DCCABC with #BCDCCA are triadic colors.

2 #CADCBC and #DCBCCA with #BCDCCA are triadic colors.