COLOR #BCD6CC

HEX: #BCD6CC RGB: (188,214,204)

Color info

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

RGB color model

#BCD6CC color RGB value is (188,214,204).

RGB: (188,214,204) (74%, 84%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 204 of 255 = 80%

188
214
204

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

Portions of RGB colors in percentages

R + G + B = 188 + 214 + 204 = 606 (100%)
R 188 of 606 ~ 31.02%
G 214 of 606 ~ 35.31%
B 204 of 606 ~ 33.66'%

%31.02
%35.31
%33.66

CMYK color model

#BCD6CC color CMYK value is (12,0,5,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%

CMYK: (12,0,5,16)
C12M0Y5K16 (12%, 0%, 5%, 16%)
(0.12 / 0.00 / 0.05 / 0.16)

CMYK percentages

%12.15
%0
%4.67
%16.08

Codes

Color #BCD6CC in popluar color models

BC D6 CC
RGB 188 214 204
HSL 157° 24.07% 78.82%
HSB/HSV 157° 12.15% 83.92%
CMYK 12.15% 0.00% 4.67%
16.08%

Color #BCD6CC in popluar number systems.

HEX BC D6 CC
Decimal 188 214 204
Binary 10111100 11010110 11001100
Octal 274 326 314

Shades and tints

Shades of #BCD6CC

#BCD6CC
(188,214,204)
#ABC3BA
(171,195,186)
#9AB0A8
(154,176,168)
#899D96
(137,157,150)
#788A84
(120,138,132)
#677772
(103,119,114)
#566460
(86,100,96)
#45514E
(69,81,78)
#343E3C
(52,62,60)
#232B2A
(35,43,42)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #BCD6CC

#BCD6CC
(188,214,204)
#C2D9D0
(194,217,208)
#C8DCD4
(200,220,212)
#CEDFD8
(206,223,216)
#D4E2DC
(212,226,220)
#DAE5E0
(218,229,224)
#E0E8E4
(224,232,228)
#E6EBE8
(230,235,232)
#ECEEEC
(236,238,236)
#F2F1F0
(242,241,240)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD6CC color. Also use rgb(188,214,204) instead hex code.

Text Font Color

.myTextColor { color: #BCD6CC; }

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

This text font color is #BCD6CC.

Background Color

.myBgColor { background-color: #BCD6CC; }

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

This div background color is #BCD6CC.

Border color

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

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

This div border color is #BCD6CC.

Opacity

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

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

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

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

This text has shadow with #BCD6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD6CC.

Preview

Color preview on black background

This text has color #BCD6CC on black background.


Color preview on white background

This text has color #BCD6CC on white background.


Black color preview on #BCD6CC background

This text has black color on #BCD6CC background.


White color preview on #BCD6CC background

This text has white color on #BCD6CC background.


Related colors

Complementary color

Complementary color for #hex is #432933.


I love getcolorcode.com

Triadic colors

1 #CCBCD6 and #D6CCBC with #BCD6CC are triadic colors.

2 #CCD6BC and #D6BCCC with #BCD6CC are triadic colors.