COLOR #BCC1BF

HEX: #BCC1BF
RGB: (188,193,191)

Color info

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

RGB color model

#BCC1BF color RGB value is (188,193,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 191 of 255 = 75%

188
193
191

R + G + B ~ 75%. #BCC1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 193 + 191 = 572 (100%)
R 188 of 572 ~ 32.87%
G 193 of 572 ~ 33.74%
B 191 of 572 ~ 33.39%

%32.87
%33.74
%33.39

CMYK color model

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

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.31%
CMYK:
(3,0,1,24)
C3M0Y1K24 
(3%,0%,1%,24%)
(0.03/0.00/0.01/0.24)	

CMYK percentages

%2.59
%0
%1.04
%24.31

Codes

Color #BCC1BF in popluar color models

BCC1BF
RGB188193191
HSL156°3.88%74.71%
HSB/HSV156°2.59%75.69%
CMYK2.59%0.00%1.04%
24.31%

Color #BCC1BF in popluar number systems.

HEXBCC1BF
Decimal188193191
Binary101111001100000110111111
Octal274301277

Shades and tints

Shades of #BCC1BF

#BCC1BF
(188,193,191)
#ABB0AE
(171,176,174)
#9A9F9D
(154,159,157)
#898E8C
(137,142,140)
#787D7B
(120,125,123)
#676C6A
(103,108,106)
#565B59
(86,91,89)
#454A48
(69,74,72)
#343937
(52,57,55)
#232826
(35,40,38)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCC1BF

#BCC1BF
(188,193,191)
#C2C6C4
(194,198,196)
#C8CBC9
(200,203,201)
#CED0CE
(206,208,206)
#D4D5D3
(212,213,211)
#DADAD8
(218,218,216)
#E0DFDD
(224,223,221)
#E6E4E2
(230,228,226)
#ECE9E7
(236,233,231)
#F2EEEC
(242,238,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC1BF; }

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

This text font color is #BCC1BF.


Background Color

.myBgColor { background-color: #BCC1BF; }

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

This div background color is #BCC1BF.


Border color

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

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

This div border color is #BCC1BF.


Opacity

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

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

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

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

This text has shadow with #BCC1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC1BF on black background.


Color preview on white background

This text has color #BCC1BF on white background.



Black color preview on #BCC1BF background

This text has black color on #BCC1BF background.


White color preview on #BCC1BF background

This text has white color on #BCC1BF background.