COLOR #BCD4CC

HEX: #BCD4CC RGB: (188,212,204)

Color info

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

RGB color model

#BCD4CC color RGB value is (188,212,204).

RGB: (188,212,204) (74%, 83%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 204 of 255 = 80%

188
212
204

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

Portions of RGB colors in percentages

R + G + B = 188 + 212 + 204 = 604 (100%)
R 188 of 604 ~ 31.13%
G 212 of 604 ~ 35.1%
B 204 of 604 ~ 33.77'%

%31.13
%35.1
%33.77

CMYK color model

#BCD4CC color CMYK value is (11,0,4,17).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK: (11,0,4,17) C11M0Y4K17 (11%,0%,4%,17%) (0.11/0.00/0.04/0.17) 

CMYK percentages

%11.32
%0
%3.77
%16.86

Codes

Color #BCD4CC in popluar color models

BC D4 CC
RGB 188 212 204
HSL 160° 21.82% 78.43%
HSB/HSV 160° 11.32% 83.14%
CMYK 11.32% 0.00% 3.77%
16.86%

Color #BCD4CC in popluar number systems.

HEX BC D4 CC
Decimal 188 212 204
Binary 10111100 11010100 11001100
Octal 274 324 314

Shades and tints

Shades of #BCD4CC

#BCD4CC
(188,212,204)
#ABC1BA
(171,193,186)
#9AAEA8
(154,174,168)
#899B96
(137,155,150)
#788884
(120,136,132)
#677572
(103,117,114)
#566260
(86,98,96)
#454F4E
(69,79,78)
#343C3C
(52,60,60)
#23292A
(35,41,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #BCD4CC

#BCD4CC
(188,212,204)
#C2D7D0
(194,215,208)
#C8DAD4
(200,218,212)
#CEDDD8
(206,221,216)
#D4E0DC
(212,224,220)
#DAE3E0
(218,227,224)
#E0E6E4
(224,230,228)
#E6E9E8
(230,233,232)
#ECECEC
(236,236,236)
#F2EFF0
(242,239,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD4CC; }

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

This text font color is #BCD4CC.

Background Color

.myBgColor { background-color: #BCD4CC; }

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

This div background color is #BCD4CC.

Border color

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

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

This div border color is #BCD4CC.

Opacity

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

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

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

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

This text has shadow with #BCD4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD4CC.

Preview

Color preview on black background

This text has color #BCD4CC on black background.


Color preview on white background

This text has color #BCD4CC on white background.


Black color preview on #BCD4CC background

This text has black color on #BCD4CC background.


White color preview on #BCD4CC background

This text has white color on #BCD4CC background.


Related colors

Complementary color

Complementary color for #hex is #432B33.


I love getcolorcode.com

Triadic colors

1 #CCBCD4 and #D4CCBC with #BCD4CC are triadic colors.

2 #CCD4BC and #D4BCCC with #BCD4CC are triadic colors.