COLOR #BCC2C5

HEX: #BCC2C5 RGB: (188,194,197)

Color info

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

RGB color model

#BCC2C5 color RGB value is (188,194,197).

RGB: (188,194,197) (74%, 76%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 197 of 255 = 77%

188
194
197

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

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 197 = 579 (100%)
R 188 of 579 ~ 32.47%
G 194 of 579 ~ 33.51%
B 197 of 579 ~ 34.02'%

%32.47
%33.51
%34.02

CMYK color model

#BCC2C5 color CMYK value is (5,2,0,23).

  • cyan value is 4.57%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,2,0,23)
C5M2Y0K23 (5%, 2%, 0%, 23%)
(0.05 / 0.02 / 0.00 / 0.23)

CMYK percentages

%4.57
%1.52
%0
%22.75

Codes

Color #BCC2C5 in popluar color models

BC C2 C5
RGB 188 194 197
HSL 200° 7.20% 75.49%
HSB/HSV 200° 4.57% 77.25%
CMYK 4.57% 1.52% 0.00%
22.75%

Color #BCC2C5 in popluar number systems.

HEX BC C2 C5
Decimal 188 194 197
Binary 10111100 11000010 11000101
Octal 274 302 305

Shades and tints

Shades of #BCC2C5

#BCC2C5
(188,194,197)
#ABB1B4
(171,177,180)
#9AA0A3
(154,160,163)
#898F92
(137,143,146)
#787E81
(120,126,129)
#676D70
(103,109,112)
#565C5F
(86,92,95)
#454B4E
(69,75,78)
#343A3D
(52,58,61)
#23292C
(35,41,44)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCC2C5

#BCC2C5
(188,194,197)
#C2C7CA
(194,199,202)
#C8CCCF
(200,204,207)
#CED1D4
(206,209,212)
#D4D6D9
(212,214,217)
#DADBDE
(218,219,222)
#E0E0E3
(224,224,227)
#E6E5E8
(230,229,232)
#ECEAED
(236,234,237)
#F2EFF2
(242,239,242)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2C5; }

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

This text font color is #BCC2C5.

Background Color

.myBgColor { background-color: #BCC2C5; }

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

This div background color is #BCC2C5.

Border color

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

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

This div border color is #BCC2C5.

Opacity

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

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

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

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

This text has shadow with #BCC2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC2C5.

Preview

Color preview on black background

This text has color #BCC2C5 on black background.


Color preview on white background

This text has color #BCC2C5 on white background.


Black color preview on #BCC2C5 background

This text has black color on #BCC2C5 background.


White color preview on #BCC2C5 background

This text has white color on #BCC2C5 background.


Related colors

Complementary color

Complementary color for #hex is #433D3A.


I love getcolorcode.com

Triadic colors

1 #C5BCC2 and #C2C5BC with #BCC2C5 are triadic colors.

2 #C5C2BC and #C2BCC5 with #BCC2C5 are triadic colors.