COLOR #BCCDC0

HEX: #BCCDC0
RGB: (188,205,192)

Color info

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

RGB color model

#BCCDC0 color RGB value is (188,205,192).

  • red value is 188;
  • green value is 205;
  • blue value is 192.
RGB:
(188,205,192)
(74%,80%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 192 of 255 = 75%

188
205
192

R + G + B ~ 76%. #BCCDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 192 = 585 (100%)
R 188 of 585 ~ 32.14%
G 205 of 585 ~ 35.04%
B 192 of 585 ~ 32.82%

%32.14
%35.04
%32.82

CMYK color model

#BCCDC0 color CMYK value is (8,0,6,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 19.61%
CMYK:
(8,0,6,20)
C8M0Y6K20 
(8%,0%,6%,20%)
(0.08/0.00/0.06/0.20)	

CMYK percentages

%8.29
%0
%6.34
%19.61

Codes

Color #BCCDC0 in popluar color models

BCCDC0
RGB188205192
HSL134°14.53%77.06%
HSB/HSV134°8.29%80.39%
CMYK8.29%0.00%6.34%
19.61%

Color #BCCDC0 in popluar number systems.

HEXBCCDC0
Decimal188205192
Binary101111001100110111000000
Octal274315300

Shades and tints

Shades of #BCCDC0

#BCCDC0
(188,205,192)
#ABBBAF
(171,187,175)
#9AA99E
(154,169,158)
#89978D
(137,151,141)
#78857C
(120,133,124)
#67736B
(103,115,107)
#56615A
(86,97,90)
#454F49
(69,79,73)
#343D38
(52,61,56)
#232B27
(35,43,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCCDC0

#BCCDC0
(188,205,192)
#C2D1C5
(194,209,197)
#C8D5CA
(200,213,202)
#CED9CF
(206,217,207)
#D4DDD4
(212,221,212)
#DAE1D9
(218,225,217)
#E0E5DE
(224,229,222)
#E6E9E3
(230,233,227)
#ECEDE8
(236,237,232)
#F2F1ED
(242,241,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDC0; }

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

This text font color is #BCCDC0.


Background Color

.myBgColor { background-color: #BCCDC0; }

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

This div background color is #BCCDC0.


Border color

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

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

This div border color is #BCCDC0.


Opacity

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

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

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

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

This text has shadow with #BCCDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDC0 on black background.


Color preview on white background

This text has color #BCCDC0 on white background.



Black color preview on #BCCDC0 background

This text has black color on #BCCDC0 background.


White color preview on #BCCDC0 background

This text has white color on #BCCDC0 background.