COLOR #BCC4CB

HEX: #BCC4CB
RGB: (188,196,203)

Color info

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

RGB color model

#BCC4CB color RGB value is (188,196,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 203 of 255 = 80%

188
196
203

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

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 203 = 587 (100%)
R 188 of 587 ~ 32.03%
G 196 of 587 ~ 33.39%
B 203 of 587 ~ 34.58%

%32.03
%33.39
%34.58

CMYK color model

#BCC4CB color CMYK value is (7,3,0,20).

  • cyan value is 7.39%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,3,0,20)
C7M3Y0K20 
(7%,3%,0%,20%)
(0.07/0.03/0.00/0.20)	

CMYK percentages

%7.39
%3.45
%0
%20.39

Codes

Color #BCC4CB in popluar color models

BCC4CB
RGB188196203
HSL208°12.61%76.67%
HSB/HSV208°7.39%79.61%
CMYK7.39%3.45%0.00%
20.39%

Color #BCC4CB in popluar number systems.

HEXBCC4CB
Decimal188196203
Binary101111001100010011001011
Octal274304313

Shades and tints

Shades of #BCC4CB

#BCC4CB
(188,196,203)
#ABB3B9
(171,179,185)
#9AA2A7
(154,162,167)
#899195
(137,145,149)
#788083
(120,128,131)
#676F71
(103,111,113)
#565E5F
(86,94,95)
#454D4D
(69,77,77)
#343C3B
(52,60,59)
#232B29
(35,43,41)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #BCC4CB

#BCC4CB
(188,196,203)
#C2C9CF
(194,201,207)
#C8CED3
(200,206,211)
#CED3D7
(206,211,215)
#D4D8DB
(212,216,219)
#DADDDF
(218,221,223)
#E0E2E3
(224,226,227)
#E6E7E7
(230,231,231)
#ECECEB
(236,236,235)
#F2F1EF
(242,241,239)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC4CB; }

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

This text font color is #BCC4CB.


Background Color

.myBgColor { background-color: #BCC4CB; }

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

This div background color is #BCC4CB.


Border color

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

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

This div border color is #BCC4CB.


Opacity

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

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

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

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

This text has shadow with #BCC4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4CB on black background.


Color preview on white background

This text has color #BCC4CB on white background.



Black color preview on #BCC4CB background

This text has black color on #BCC4CB background.


White color preview on #BCC4CB background

This text has white color on #BCC4CB background.