COLOR #BCBCC7

HEX: #BCBCC7 RGB: (188,188,199)

Color info

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

RGB color model

#BCBCC7 color RGB value is (188,188,199).

RGB: (188,188,199) (74%, 74%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 188 of 255 = 74%
B 199 of 255 = 78%

188
188
199

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

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 199 = 575 (100%)
R 188 of 575 ~ 32.7%
G 188 of 575 ~ 32.7%
B 199 of 575 ~ 34.61'%

%32.7
%32.7
%34.61

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (6,6,0,22)
C6M6Y0K22 (6%, 6%, 0%, 22%)
(0.06 / 0.06 / 0.00 / 0.22)

CMYK percentages

%5.53
%5.53
%0
%21.96

Codes

Color #BCBCC7 in popluar color models

BC BC C7
RGB 188 188 199
HSL 240° 8.94% 75.88%
HSB/HSV 240° 5.53% 78.04%
CMYK 5.53% 5.53% 0.00%
21.96%

Color #BCBCC7 in popluar number systems.

HEX BC BC C7
Decimal 188 188 199
Binary 10111100 10111100 11000111
Octal 274 274 307

Shades and tints

Shades of #BCBCC7

#BCBCC7
(188,188,199)
#ABABB5
(171,171,181)
#9A9AA3
(154,154,163)
#898991
(137,137,145)
#78787F
(120,120,127)
#67676D
(103,103,109)
#56565B
(86,86,91)
#454549
(69,69,73)
#343437
(52,52,55)
#232325
(35,35,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #BCBCC7

#BCBCC7
(188,188,199)
#C2C2CC
(194,194,204)
#C8C8D1
(200,200,209)
#CECED6
(206,206,214)
#D4D4DB
(212,212,219)
#DADAE0
(218,218,224)
#E0E0E5
(224,224,229)
#E6E6EA
(230,230,234)
#ECECEF
(236,236,239)
#F2F2F4
(242,242,244)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCC7; }

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

This text font color is #BCBCC7.

Background Color

.myBgColor { background-color: #BCBCC7; }

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

This div background color is #BCBCC7.

Border color

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

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

This div border color is #BCBCC7.

Opacity

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

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

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

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

This text has shadow with #BCBCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBCC7.

Preview

Color preview on black background

This text has color #BCBCC7 on black background.


Color preview on white background

This text has color #BCBCC7 on white background.


Black color preview on #BCBCC7 background

This text has black color on #BCBCC7 background.


White color preview on #BCBCC7 background

This text has white color on #BCBCC7 background.


Related colors

Complementary color

Complementary color for #hex is #434338.


I love getcolorcode.com