COLOR #BCC8BF

HEX: #BCC8BF
RGB: (188,200,191)

Color info

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

RGB color model

#BCC8BF color RGB value is (188,200,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 191 of 255 = 75%

188
200
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 191 = 579 (100%)
R 188 of 579 ~ 32.47%
G 200 of 579 ~ 34.54%
B 191 of 579 ~ 32.99%

%32.47
%34.54
%32.99

CMYK color model

#BCC8BF color CMYK value is (6,0,5,22).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(6,0,5,22)
C6M0Y5K22 
(6%,0%,5%,22%)
(0.06/0.00/0.05/0.22)	

CMYK percentages

%6
%0
%4.5
%21.57

Codes

Color #BCC8BF in popluar color models

BCC8BF
RGB188200191
HSL135°9.84%76.08%
HSB/HSV135°6.00%78.43%
CMYK6.00%0.00%4.50%
21.57%

Color #BCC8BF in popluar number systems.

HEXBCC8BF
Decimal188200191
Binary101111001100100010111111
Octal274310277

Shades and tints

Shades of #BCC8BF

#BCC8BF
(188,200,191)
#ABB6AE
(171,182,174)
#9AA49D
(154,164,157)
#89928C
(137,146,140)
#78807B
(120,128,123)
#676E6A
(103,110,106)
#565C59
(86,92,89)
#454A48
(69,74,72)
#343837
(52,56,55)
#232626
(35,38,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCC8BF

#BCC8BF
(188,200,191)
#C2CDC4
(194,205,196)
#C8D2C9
(200,210,201)
#CED7CE
(206,215,206)
#D4DCD3
(212,220,211)
#DAE1D8
(218,225,216)
#E0E6DD
(224,230,221)
#E6EBE2
(230,235,226)
#ECF0E7
(236,240,231)
#F2F5EC
(242,245,236)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8BF; }

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

This text font color is #BCC8BF.


Background Color

.myBgColor { background-color: #BCC8BF; }

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

This div background color is #BCC8BF.


Border color

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

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

This div border color is #BCC8BF.


Opacity

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

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

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

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

This text has shadow with #BCC8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8BF on black background.


Color preview on white background

This text has color #BCC8BF on white background.



Black color preview on #BCC8BF background

This text has black color on #BCC8BF background.


White color preview on #BCC8BF background

This text has white color on #BCC8BF background.