COLOR #BCC2BD

HEX: #BCC2BD RGB: (188,194,189)

Color info

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

RGB color model

#BCC2BD color RGB value is (188,194,189).

RGB: (188,194,189) (74%, 76%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 189 of 255 = 74%

188
194
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 189 = 571 (100%)
R 188 of 571 ~ 32.92%
G 194 of 571 ~ 33.98%
B 189 of 571 ~ 33.1'%

%32.92
%33.98
%33.1

CMYK color model

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

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK: (3,0,3,24) C3M0Y3K24 (3%,0%,3%,24%) (0.03/0.00/0.03/0.24) 

CMYK percentages

%3.09
%0
%2.58
%23.92

Codes

Color #BCC2BD in popluar color models

BC C2 BD
RGB 188 194 189
HSL 130° 4.69% 74.90%
HSB/HSV 130° 3.09% 76.08%
CMYK 3.09% 0.00% 2.58%
23.92%

Color #BCC2BD in popluar number systems.

HEX BC C2 BD
Decimal 188 194 189
Binary 10111100 11000010 10111101
Octal 274 302 275

Shades and tints

Shades of #BCC2BD

#BCC2BD
(188,194,189)
#ABB1AC
(171,177,172)
#9AA09B
(154,160,155)
#898F8A
(137,143,138)
#787E79
(120,126,121)
#676D68
(103,109,104)
#565C57
(86,92,87)
#454B46
(69,75,70)
#343A35
(52,58,53)
#232924
(35,41,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCC2BD

#BCC2BD
(188,194,189)
#C2C7C3
(194,199,195)
#C8CCC9
(200,204,201)
#CED1CF
(206,209,207)
#D4D6D5
(212,214,213)
#DADBDB
(218,219,219)
#E0E0E1
(224,224,225)
#E6E5E7
(230,229,231)
#ECEAED
(236,234,237)
#F2EFF3
(242,239,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2BD; }

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

This text font color is #BCC2BD.

Background Color

.myBgColor { background-color: #BCC2BD; }

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

This div background color is #BCC2BD.

Border color

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

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

This div border color is #BCC2BD.

Opacity

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

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

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

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

This text has shadow with #BCC2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC2BD.

Preview

Color preview on black background

This text has color #BCC2BD on black background.


Color preview on white background

This text has color #BCC2BD on white background.


Black color preview on #BCC2BD background

This text has black color on #BCC2BD background.


White color preview on #BCC2BD background

This text has white color on #BCC2BD background.


Related colors

Complementary color

Complementary color for #hex is #433D42.


I love getcolorcode.com

Triadic colors

1 #BDBCC2 and #C2BDBC with #BCC2BD are triadic colors.

2 #BDC2BC and #C2BCBD with #BCC2BD are triadic colors.