COLOR #BCC5BD

HEX: #BCC5BD
RGB: (188,197,189)

Color info

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

RGB color model

#BCC5BD color RGB value is (188,197,189).

  • red value is 188;
  • green value is 197;
  • blue value is 189.
RGB:
(188,197,189)
(74%,77%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 189 of 255 = 74%

188
197
189

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 189 = 574 (100%)
R 188 of 574 ~ 32.75%
G 197 of 574 ~ 34.32%
B 189 of 574 ~ 32.93%

%32.75
%34.32
%32.93

CMYK color model

#BCC5BD color CMYK value is (5,0,4,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(5,0,4,23)
C5M0Y4K23 
(5%,0%,4%,23%)
(0.05/0.00/0.04/0.23)	

CMYK percentages

%4.57
%0
%4.06
%22.75

Codes

Color #BCC5BD in popluar color models

BCC5BD
RGB188197189
HSL127°7.20%75.49%
HSB/HSV127°4.57%77.25%
CMYK4.57%0.00%4.06%
22.75%

Color #BCC5BD in popluar number systems.

HEXBCC5BD
Decimal188197189
Binary101111001100010110111101
Octal274305275

Shades and tints

Shades of #BCC5BD

#BCC5BD
(188,197,189)
#ABB4AC
(171,180,172)
#9AA39B
(154,163,155)
#89928A
(137,146,138)
#788179
(120,129,121)
#677068
(103,112,104)
#565F57
(86,95,87)
#454E46
(69,78,70)
#343D35
(52,61,53)
#232C24
(35,44,36)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #BCC5BD

#BCC5BD
(188,197,189)
#C2CAC3
(194,202,195)
#C8CFC9
(200,207,201)
#CED4CF
(206,212,207)
#D4D9D5
(212,217,213)
#DADEDB
(218,222,219)
#E0E3E1
(224,227,225)
#E6E8E7
(230,232,231)
#ECEDED
(236,237,237)
#F2F2F3
(242,242,243)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC5BD color. Also use rgb(188,197,189) instead hex code.

Text Font Color

.myTextColor { color: #BCC5BD; }

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

This text font color is #BCC5BD.


Background Color

.myBgColor { background-color: #BCC5BD; }

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

This div background color is #BCC5BD.


Border color

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

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

This div border color is #BCC5BD.


Opacity

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

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

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

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

This text has shadow with #BCC5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5BD on black background.


Color preview on white background

This text has color #BCC5BD on white background.



Black color preview on #BCC5BD background

This text has black color on #BCC5BD background.


White color preview on #BCC5BD background

This text has white color on #BCC5BD background.