COLOR #BCDBCA

HEX: #BCDBCA RGB: (188,219,202)

Color info

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

RGB color model

#BCDBCA color RGB value is (188,219,202).

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

RGB channels and saturation

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

188
219
202

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

Portions of RGB colors in percentages

R + G + B = 188 + 219 + 202 = 609 (100%)
R 188 of 609 ~ 30.87%
G 219 of 609 ~ 35.96%
B 202 of 609 ~ 33.17'%

%30.87
%35.96
%33.17

CMYK color model

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

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 14.12%

CMYK: (14,0,8,14)
C14M0Y8K14 (14%, 0%, 8%, 14%)
(0.14 / 0.00 / 0.08 / 0.14)

CMYK percentages

%14.16
%0
%7.76
%14.12

Codes

Color #BCDBCA in popluar color models

BC DB CA
RGB 188 219 202
HSL 147° 30.10% 79.80%
HSB/HSV 147° 14.16% 85.88%
CMYK 14.16% 0.00% 7.76%
14.12%

Color #BCDBCA in popluar number systems.

HEX BC DB CA
Decimal 188 219 202
Binary 10111100 11011011 11001010
Octal 274 333 312

Shades and tints

Shades of #BCDBCA

#BCDBCA
(188,219,202)
#ABC8B8
(171,200,184)
#9AB5A6
(154,181,166)
#89A294
(137,162,148)
#788F82
(120,143,130)
#677C70
(103,124,112)
#56695E
(86,105,94)
#45564C
(69,86,76)
#34433A
(52,67,58)
#233028
(35,48,40)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #BCDBCA

#BCDBCA
(188,219,202)
#C2DECE
(194,222,206)
#C8E1D2
(200,225,210)
#CEE4D6
(206,228,214)
#D4E7DA
(212,231,218)
#DAEADE
(218,234,222)
#E0EDE2
(224,237,226)
#E6F0E6
(230,240,230)
#ECF3EA
(236,243,234)
#F2F6EE
(242,246,238)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBCA; }

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

This text font color is #BCDBCA.

Background Color

.myBgColor { background-color: #BCDBCA; }

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

This div background color is #BCDBCA.

Border color

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

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

This div border color is #BCDBCA.

Opacity

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

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

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

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

This text has shadow with #BCDBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDBCA.

Preview

Color preview on black background

This text has color #BCDBCA on black background.


Color preview on white background

This text has color #BCDBCA on white background.


Black color preview on #BCDBCA background

This text has black color on #BCDBCA background.


White color preview on #BCDBCA background

This text has white color on #BCDBCA background.


Related colors

Complementary color

Complementary color for #hex is #432435.


I love getcolorcode.com

Triadic colors

1 #CABCDB and #DBCABC with #BCDBCA are triadic colors.

2 #CADBBC and #DBBCCA with #BCDBCA are triadic colors.