COLOR #BCDCC8

HEX: #BCDCC8 RGB: (188,220,200)

Color info

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

RGB color model

#BCDCC8 color RGB value is (188,220,200).

RGB: (188,220,200) (74%, 86%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 200 of 255 = 78%

188
220
200

R + G + B ~ 79%. #BCDCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 220 + 200 = 608 (100%)
R 188 of 608 ~ 30.92%
G 220 of 608 ~ 36.18%
B 200 of 608 ~ 32.89'%

%30.92
%36.18
%32.89

CMYK color model

#BCDCC8 color CMYK value is (15,0,9,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%

CMYK: (15,0,9,14)
C15M0Y9K14 (15%, 0%, 9%, 14%)
(0.15 / 0.00 / 0.09 / 0.14)

CMYK percentages

%14.55
%0
%9.09
%13.73

Codes

Color #BCDCC8 in popluar color models

BC DC C8
RGB 188 220 200
HSL 143° 31.37% 80.00%
HSB/HSV 143° 14.55% 86.27%
CMYK 14.55% 0.00% 9.09%
13.73%

Color #BCDCC8 in popluar number systems.

HEX BC DC C8
Decimal 188 220 200
Binary 10111100 11011100 11001000
Octal 274 334 310

Shades and tints

Shades of #BCDCC8

#BCDCC8
(188,220,200)
#ABC8B6
(171,200,182)
#9AB4A4
(154,180,164)
#89A092
(137,160,146)
#788C80
(120,140,128)
#67786E
(103,120,110)
#56645C
(86,100,92)
#45504A
(69,80,74)
#343C38
(52,60,56)
#232826
(35,40,38)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCDCC8

#BCDCC8
(188,220,200)
#C2DFCD
(194,223,205)
#C8E2D2
(200,226,210)
#CEE5D7
(206,229,215)
#D4E8DC
(212,232,220)
#DAEBE1
(218,235,225)
#E0EEE6
(224,238,230)
#E6F1EB
(230,241,235)
#ECF4F0
(236,244,240)
#F2F7F5
(242,247,245)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCC8; }

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

This text font color is #BCDCC8.

Background Color

.myBgColor { background-color: #BCDCC8; }

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

This div background color is #BCDCC8.

Border color

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

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

This div border color is #BCDCC8.

Opacity

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

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

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

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

This text has shadow with #BCDCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDCC8.

Preview

Color preview on black background

This text has color #BCDCC8 on black background.


Color preview on white background

This text has color #BCDCC8 on white background.


Black color preview on #BCDCC8 background

This text has black color on #BCDCC8 background.


White color preview on #BCDCC8 background

This text has white color on #BCDCC8 background.


Related colors

Complementary color

Complementary color for #hex is #432337.


I love getcolorcode.com

Triadic colors

1 #C8BCDC and #DCC8BC with #BCDCC8 are triadic colors.

2 #C8DCBC and #DCBCC8 with #BCDCC8 are triadic colors.