COLOR #BCC1BE

HEX: #BCC1BE RGB: (188,193,190)

Color info

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

RGB color model

#BCC1BE color RGB value is (188,193,190).

RGB: (188,193,190) (74%, 76%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 190 of 255 = 75%

188
193
190

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

Portions of RGB colors in percentages

R + G + B = 188 + 193 + 190 = 571 (100%)
R 188 of 571 ~ 32.92%
G 193 of 571 ~ 33.8%
B 190 of 571 ~ 33.27'%

%32.92
%33.8
%33.27

CMYK color model

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

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK: (3,0,2,24) C3M0Y2K24 (3%,0%,2%,24%) (0.03/0.00/0.02/0.24) 

CMYK percentages

%2.59
%0
%1.55
%24.31

Codes

Color #BCC1BE in popluar color models

BC C1 BE
RGB 188 193 190
HSL 144° 3.88% 74.71%
HSB/HSV 144° 2.59% 75.69%
CMYK 2.59% 0.00% 1.55%
24.31%

Color #BCC1BE in popluar number systems.

HEX BC C1 BE
Decimal 188 193 190
Binary 10111100 11000001 10111110
Octal 274 301 276

Shades and tints

Shades of #BCC1BE

#BCC1BE
(188,193,190)
#ABB0AD
(171,176,173)
#9A9F9C
(154,159,156)
#898E8B
(137,142,139)
#787D7A
(120,125,122)
#676C69
(103,108,105)
#565B58
(86,91,88)
#454A47
(69,74,71)
#343936
(52,57,54)
#232825
(35,40,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCC1BE

#BCC1BE
(188,193,190)
#C2C6C3
(194,198,195)
#C8CBC8
(200,203,200)
#CED0CD
(206,208,205)
#D4D5D2
(212,213,210)
#DADAD7
(218,218,215)
#E0DFDC
(224,223,220)
#E6E4E1
(230,228,225)
#ECE9E6
(236,233,230)
#F2EEEB
(242,238,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC1BE; }

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

This text font color is #BCC1BE.

Background Color

.myBgColor { background-color: #BCC1BE; }

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

This div background color is #BCC1BE.

Border color

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

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

This div border color is #BCC1BE.

Opacity

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

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

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

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

This text has shadow with #BCC1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC1BE.

Preview

Color preview on black background

This text has color #BCC1BE on black background.


Color preview on white background

This text has color #BCC1BE on white background.


Black color preview on #BCC1BE background

This text has black color on #BCC1BE background.


White color preview on #BCC1BE background

This text has white color on #BCC1BE background.


Related colors

Complementary color

Complementary color for #hex is #433E41.


I love getcolorcode.com

Triadic colors

1 #BEBCC1 and #C1BEBC with #BCC1BE are triadic colors.

2 #BEC1BC and #C1BCBE with #BCC1BE are triadic colors.