COLOR #BCDCC0

HEX: #BCDCC0 RGB: (188,220,192)

Color info

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

RGB color model

#BCDCC0 color RGB value is (188,220,192).

RGB: (188,220,192) (74%, 86%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 192 of 255 = 75%

188
220
192

R + G + B ~ 78%. #BCDCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 220 + 192 = 600 (100%)
R 188 of 600 ~ 31.33%
G 220 of 600 ~ 36.67%
B 192 of 600 ~ 32'%

%31.33
%36.67
%32

CMYK color model

#BCDCC0 color CMYK value is (15,0,13,14).

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

CMYK: (15,0,13,14)
C15M0Y13K14 (15%, 0%, 13%, 14%)
(0.15 / 0.00 / 0.13 / 0.14)

CMYK percentages

%14.55
%0
%12.73
%13.73

Codes

Color #BCDCC0 in popluar color models

BC DC C0
RGB 188 220 192
HSL 128° 31.37% 80.00%
HSB/HSV 128° 14.55% 86.27%
CMYK 14.55% 0.00% 12.73%
13.73%

Color #BCDCC0 in popluar number systems.

HEX BC DC C0
Decimal 188 220 192
Binary 10111100 11011100 11000000
Octal 274 334 300

Shades and tints

Shades of #BCDCC0

#BCDCC0
(188,220,192)
#ABC8AF
(171,200,175)
#9AB49E
(154,180,158)
#89A08D
(137,160,141)
#788C7C
(120,140,124)
#67786B
(103,120,107)
#56645A
(86,100,90)
#455049
(69,80,73)
#343C38
(52,60,56)
#232827
(35,40,39)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCDCC0

#BCDCC0
(188,220,192)
#C2DFC5
(194,223,197)
#C8E2CA
(200,226,202)
#CEE5CF
(206,229,207)
#D4E8D4
(212,232,212)
#DAEBD9
(218,235,217)
#E0EEDE
(224,238,222)
#E6F1E3
(230,241,227)
#ECF4E8
(236,244,232)
#F2F7ED
(242,247,237)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCC0; }

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

This text font color is #BCDCC0.

Background Color

.myBgColor { background-color: #BCDCC0; }

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

This div background color is #BCDCC0.

Border color

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

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

This div border color is #BCDCC0.

Opacity

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

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

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

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

This text has shadow with #BCDCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDCC0.

Preview

Color preview on black background

This text has color #BCDCC0 on black background.


Color preview on white background

This text has color #BCDCC0 on white background.


Black color preview on #BCDCC0 background

This text has black color on #BCDCC0 background.


White color preview on #BCDCC0 background

This text has white color on #BCDCC0 background.


Related colors

Complementary color

Complementary color for #hex is #43233F.


I love getcolorcode.com

Triadic colors

1 #C0BCDC and #DCC0BC with #BCDCC0 are triadic colors.

2 #C0DCBC and #DCBCC0 with #BCDCC0 are triadic colors.