COLOR #BCC6C3

HEX: #BCC6C3 RGB: (188,198,195)

Color info

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

RGB color model

#BCC6C3 color RGB value is (188,198,195).

RGB: (188,198,195) (74%, 78%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 195 of 255 = 76%

188
198
195

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

Portions of RGB colors in percentages

R + G + B = 188 + 198 + 195 = 581 (100%)
R 188 of 581 ~ 32.36%
G 198 of 581 ~ 34.08%
B 195 of 581 ~ 33.56'%

%32.36
%34.08
%33.56

CMYK color model

#BCC6C3 color CMYK value is (5,0,2,22).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 22.35%

CMYK: (5,0,2,22)
C5M0Y2K22 (5%, 0%, 2%, 22%)
(0.05 / 0.00 / 0.02 / 0.22)

CMYK percentages

%5.05
%0
%1.52
%22.35

Codes

Color #BCC6C3 in popluar color models

BC C6 C3
RGB 188 198 195
HSL 162° 8.06% 75.69%
HSB/HSV 162° 5.05% 77.65%
CMYK 5.05% 0.00% 1.52%
22.35%

Color #BCC6C3 in popluar number systems.

HEX BC C6 C3
Decimal 188 198 195
Binary 10111100 11000110 11000011
Octal 274 306 303

Shades and tints

Shades of #BCC6C3

#BCC6C3
(188,198,195)
#ABB4B2
(171,180,178)
#9AA2A1
(154,162,161)
#899090
(137,144,144)
#787E7F
(120,126,127)
#676C6E
(103,108,110)
#565A5D
(86,90,93)
#45484C
(69,72,76)
#34363B
(52,54,59)
#23242A
(35,36,42)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #BCC6C3

#BCC6C3
(188,198,195)
#C2CBC8
(194,203,200)
#C8D0CD
(200,208,205)
#CED5D2
(206,213,210)
#D4DAD7
(212,218,215)
#DADFDC
(218,223,220)
#E0E4E1
(224,228,225)
#E6E9E6
(230,233,230)
#ECEEEB
(236,238,235)
#F2F3F0
(242,243,240)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6C3 color. Also use rgb(188,198,195) instead hex code.

Text Font Color

.myTextColor { color: #BCC6C3; }

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

This text font color is #BCC6C3.

Background Color

.myBgColor { background-color: #BCC6C3; }

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

This div background color is #BCC6C3.

Border color

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

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

This div border color is #BCC6C3.

Opacity

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

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

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

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

This text has shadow with #BCC6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC6C3.

Preview

Color preview on black background

This text has color #BCC6C3 on black background.


Color preview on white background

This text has color #BCC6C3 on white background.


Black color preview on #BCC6C3 background

This text has black color on #BCC6C3 background.


White color preview on #BCC6C3 background

This text has white color on #BCC6C3 background.


Related colors

Complementary color

Complementary color for #hex is #43393C.


I love getcolorcode.com

Triadic colors

1 #C3BCC6 and #C6C3BC with #BCC6C3 are triadic colors.

2 #C3C6BC and #C6BCC3 with #BCC6C3 are triadic colors.