COLOR #BCC2CB

HEX: #BCC2CB
RGB: (188,194,203)

Color info

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

RGB color model

#BCC2CB color RGB value is (188,194,203).

  • red value is 188;
  • green value is 194;
  • blue value is 203.
RGB:
(188,194,203)
(74%,76%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 203 of 255 = 80%

188
194
203

R + G + B ~ 77%. #BCC2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 203 = 585 (100%)
R 188 of 585 ~ 32.14%
G 194 of 585 ~ 33.16%
B 203 of 585 ~ 34.7%

%32.14
%33.16
%34.7

CMYK color model

#BCC2CB color CMYK value is (7,4,0,20).

  • cyan value is 7.39%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,4,0,20)
C7M4Y0K20 
(7%,4%,0%,20%)
(0.07/0.04/0.00/0.20)	

CMYK percentages

%7.39
%4.43
%0
%20.39

Codes

Color #BCC2CB in popluar color models

BCC2CB
RGB188194203
HSL216°12.61%76.67%
HSB/HSV216°7.39%79.61%
CMYK7.39%4.43%0.00%
20.39%

Color #BCC2CB in popluar number systems.

HEXBCC2CB
Decimal188194203
Binary101111001100001011001011
Octal274302313

Shades and tints

Shades of #BCC2CB

#BCC2CB
(188,194,203)
#ABB1B9
(171,177,185)
#9AA0A7
(154,160,167)
#898F95
(137,143,149)
#787E83
(120,126,131)
#676D71
(103,109,113)
#565C5F
(86,92,95)
#454B4D
(69,75,77)
#343A3B
(52,58,59)
#232929
(35,41,41)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCC2CB

#BCC2CB
(188,194,203)
#C2C7CF
(194,199,207)
#C8CCD3
(200,204,211)
#CED1D7
(206,209,215)
#D4D6DB
(212,214,219)
#DADBDF
(218,219,223)
#E0E0E3
(224,224,227)
#E6E5E7
(230,229,231)
#ECEAEB
(236,234,235)
#F2EFEF
(242,239,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC2CB color. Also use rgb(188,194,203) instead hex code.

Text Font Color

.myTextColor { color: #BCC2CB; }

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

This text font color is #BCC2CB.


Background Color

.myBgColor { background-color: #BCC2CB; }

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

This div background color is #BCC2CB.


Border color

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

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

This div border color is #BCC2CB.


Opacity

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

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

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

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

This text has shadow with #BCC2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC2CB on black background.


Color preview on white background

This text has color #BCC2CB on white background.



Black color preview on #BCC2CB background

This text has black color on #BCC2CB background.


White color preview on #BCC2CB background

This text has white color on #BCC2CB background.