COLOR #BCC1BB

HEX: #BCC1BB
RGB: (188,193,187)

Color info

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

RGB color model

#BCC1BB color RGB value is (188,193,187).

  • red value is 188;
  • green value is 193;
  • blue value is 187.
RGB:
(188,193,187)
(74%,76%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 187 of 255 = 73%

188
193
187

R + G + B ~ 74%. #BCC1BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 193 + 187 = 568 (100%)
R 188 of 568 ~ 33.1%
G 193 of 568 ~ 33.98%
B 187 of 568 ~ 32.92%

%33.1
%33.98
%32.92

CMYK color model

#BCC1BB color CMYK value is (3,0,3,24).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 24.31%
CMYK:
(3,0,3,24)
C3M0Y3K24 
(3%,0%,3%,24%)
(0.03/0.00/0.03/0.24)	

CMYK percentages

%2.59
%0
%3.11
%24.31

Codes

Color #BCC1BB in popluar color models

BCC1BB
RGB188193187
HSL110°4.62%74.51%
HSB/HSV110°3.11%75.69%
CMYK2.59%0.00%3.11%
24.31%

Color #BCC1BB in popluar number systems.

HEXBCC1BB
Decimal188193187
Binary101111001100000110111011
Octal274301273

Shades and tints

Shades of #BCC1BB

#BCC1BB
(188,193,187)
#ABB0AA
(171,176,170)
#9A9F99
(154,159,153)
#898E88
(137,142,136)
#787D77
(120,125,119)
#676C66
(103,108,102)
#565B55
(86,91,85)
#454A44
(69,74,68)
#343933
(52,57,51)
#232822
(35,40,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCC1BB

#BCC1BB
(188,193,187)
#C2C6C1
(194,198,193)
#C8CBC7
(200,203,199)
#CED0CD
(206,208,205)
#D4D5D3
(212,213,211)
#DADAD9
(218,218,217)
#E0DFDF
(224,223,223)
#E6E4E5
(230,228,229)
#ECE9EB
(236,233,235)
#F2EEF1
(242,238,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC1BB color. Also use rgb(188,193,187) instead hex code.

Text Font Color

.myTextColor { color: #BCC1BB; }

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

This text font color is #BCC1BB.


Background Color

.myBgColor { background-color: #BCC1BB; }

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

This div background color is #BCC1BB.


Border color

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

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

This div border color is #BCC1BB.


Opacity

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

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

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

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

This text has shadow with #BCC1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC1BB on black background.


Color preview on white background

This text has color #BCC1BB on white background.



Black color preview on #BCC1BB background

This text has black color on #BCC1BB background.


White color preview on #BCC1BB background

This text has white color on #BCC1BB background.