COLOR #BCD2CC

HEX: #BCD2CC RGB: (188,210,204)

Color info

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

RGB color model

#BCD2CC color RGB value is (188,210,204).

RGB: (188,210,204) (74%, 82%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 204 of 255 = 80%

188
210
204

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

Portions of RGB colors in percentages

R + G + B = 188 + 210 + 204 = 602 (100%)
R 188 of 602 ~ 31.23%
G 210 of 602 ~ 34.88%
B 204 of 602 ~ 33.89'%

%31.23
%34.88
%33.89

CMYK color model

#BCD2CC color CMYK value is (10,0,3,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%

CMYK: (10,0,3,18)
C10M0Y3K18 (10%, 0%, 3%, 18%)
(0.10 / 0.00 / 0.03 / 0.18)

CMYK percentages

%10.48
%0
%2.86
%17.65

Codes

Color #BCD2CC in popluar color models

BC D2 CC
RGB 188 210 204
HSL 164° 19.64% 78.04%
HSB/HSV 164° 10.48% 82.35%
CMYK 10.48% 0.00% 2.86%
17.65%

Color #BCD2CC in popluar number systems.

HEX BC D2 CC
Decimal 188 210 204
Binary 10111100 11010010 11001100
Octal 274 322 314

Shades and tints

Shades of #BCD2CC

#BCD2CC
(188,210,204)
#ABBFBA
(171,191,186)
#9AACA8
(154,172,168)
#899996
(137,153,150)
#788684
(120,134,132)
#677372
(103,115,114)
#566060
(86,96,96)
#454D4E
(69,77,78)
#343A3C
(52,58,60)
#23272A
(35,39,42)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCD2CC

#BCD2CC
(188,210,204)
#C2D6D0
(194,214,208)
#C8DAD4
(200,218,212)
#CEDED8
(206,222,216)
#D4E2DC
(212,226,220)
#DAE6E0
(218,230,224)
#E0EAE4
(224,234,228)
#E6EEE8
(230,238,232)
#ECF2EC
(236,242,236)
#F2F6F0
(242,246,240)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2CC; }

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

This text font color is #BCD2CC.

Background Color

.myBgColor { background-color: #BCD2CC; }

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

This div background color is #BCD2CC.

Border color

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

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

This div border color is #BCD2CC.

Opacity

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

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

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

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

This text has shadow with #BCD2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD2CC.

Preview

Color preview on black background

This text has color #BCD2CC on black background.


Color preview on white background

This text has color #BCD2CC on white background.


Black color preview on #BCD2CC background

This text has black color on #BCD2CC background.


White color preview on #BCD2CC background

This text has white color on #BCD2CC background.


Related colors

Complementary color

Complementary color for #hex is #432D33.


I love getcolorcode.com

Triadic colors

1 #CCBCD2 and #D2CCBC with #BCD2CC are triadic colors.

2 #CCD2BC and #D2BCCC with #BCD2CC are triadic colors.