COLOR #BCC1B9

HEX: #BCC1B9 RGB: (188,193,185)

Color info

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

RGB color model

#BCC1B9 color RGB value is (188,193,185).

RGB: (188,193,185) (74%, 76%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 185 of 255 = 73%

188
193
185

R + G + B ~ 74%. #BCC1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 193 + 185 = 566 (100%)
R 188 of 566 ~ 33.22%
G 193 of 566 ~ 34.1%
B 185 of 566 ~ 32.69'%

%33.22
%34.1
%32.69

CMYK color model

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

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 4.15%
  • key color value is 24.31%

CMYK: (3,0,4,24)
C3M0Y4K24 (3%, 0%, 4%, 24%)
(0.03 / 0.00 / 0.04 / 0.24)

CMYK percentages

%2.59
%0
%4.15
%24.31

Codes

Color #BCC1B9 in popluar color models

BC C1 B9
RGB 188 193 185
HSL 97° 6.06% 74.12%
HSB/HSV 97° 4.15% 75.69%
CMYK 2.59% 0.00% 4.15%
24.31%

Color #BCC1B9 in popluar number systems.

HEX BC C1 B9
Decimal 188 193 185
Binary 10111100 11000001 10111001
Octal 274 301 271

Shades and tints

Shades of #BCC1B9

#BCC1B9
(188,193,185)
#ABB0A9
(171,176,169)
#9A9F99
(154,159,153)
#898E89
(137,142,137)
#787D79
(120,125,121)
#676C69
(103,108,105)
#565B59
(86,91,89)
#454A49
(69,74,73)
#343939
(52,57,57)
#232829
(35,40,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCC1B9

#BCC1B9
(188,193,185)
#C2C6BF
(194,198,191)
#C8CBC5
(200,203,197)
#CED0CB
(206,208,203)
#D4D5D1
(212,213,209)
#DADAD7
(218,218,215)
#E0DFDD
(224,223,221)
#E6E4E3
(230,228,227)
#ECE9E9
(236,233,233)
#F2EEEF
(242,238,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC1B9; }

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

This text font color is #BCC1B9.

Background Color

.myBgColor { background-color: #BCC1B9; }

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

This div background color is #BCC1B9.

Border color

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

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

This div border color is #BCC1B9.

Opacity

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

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

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

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

This text has shadow with #BCC1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC1B9.

Preview

Color preview on black background

This text has color #BCC1B9 on black background.


Color preview on white background

This text has color #BCC1B9 on white background.


Black color preview on #BCC1B9 background

This text has black color on #BCC1B9 background.


White color preview on #BCC1B9 background

This text has white color on #BCC1B9 background.


Related colors

Complementary color

Complementary color for #hex is #433E46.


I love getcolorcode.com

Triadic colors

1 #B9BCC1 and #C1B9BC with #BCC1B9 are triadic colors.

2 #B9C1BC and #C1BCB9 with #BCC1B9 are triadic colors.