COLOR #BCBCA1

HEX: #BCBCA1
RGB: (188,188,161)

Color info

#BCBCA1 contains red, green and blue colors in about the same proportion. Web safe color of #BCBCA1 is #CCCC99 (or #CC9).

RGB color model

#BCBCA1 color RGB value is (188,188,161).

  • red value is 188;
  • green value is 188;
  • blue value is 161.
RGB: (188,188,161) (74%,74%,63%)

RGB channels and saturation

R 188 of 255 = 74%
G 188 of 255 = 74%
B 161 of 255 = 63%

188
188
161

R + G + B ~ 70%. #BCBCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 188 + 161 = 537 (100%)
R 188 of 537 ~ 35.01%
G 188 of 537 ~ 35.01%
B 161 of 537 ~ 29.98%

%35.01
%35.01
%29.98

CMYK color model

#BCBCA1 color CMYK value is (0,0,14,26).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK: (0,0,14,26) C0M0Y14K26 (0%,0%,14%,26%) (0.00/0.00/0.14/0.26)

CMYK percentages

%0
%0
%14.36
%26.27

Codes

Color #BCBCA1 in popluar color models

BCBCA1
RGB188188161
HSL60°16.77%68.43%
HSB/HSV60°14.36%73.73%
CMYK0.00%0.00%14.36%
26.27%

Color #BCBCA1 in popluar number systems.

HEXBCBCA1
Decimal188188161
Binary101111001011110010100001
Octal274274241

Shades and tints

Shades of #BCBCA1

#BCBCA1
(188,188,161)
#ABAB93
(171,171,147)
#9A9A85
(154,154,133)
#898977
(137,137,119)
#787869
(120,120,105)
#67675B
(103,103,91)
#56564D
(86,86,77)
#45453F
(69,69,63)
#343431
(52,52,49)
#232323
(35,35,35)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #BCBCA1

#BCBCA1
(188,188,161)
#C2C2A9
(194,194,169)
#C8C8B1
(200,200,177)
#CECEB9
(206,206,185)
#D4D4C1
(212,212,193)
#DADAC9
(218,218,201)
#E0E0D1
(224,224,209)
#E6E6D9
(230,230,217)
#ECECE1
(236,236,225)
#F2F2E9
(242,242,233)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCA1; }

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

This text font color is #BCBCA1.


Background Color

.myBgColor { background-color: #BCBCA1; }

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

This div background color is #BCBCA1.


Border color

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

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

This div border color is #BCBCA1.


Opacity

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

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

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

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

This text has shadow with #BCBCA1 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BCBCA1; -webkit-box-shadow:	1px 1px 3px 2px #BCBCA1; box-shadow:	1px 1px 3px 2px #BCBCA1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCBCA1; -webkit-box-shadow: 1px 1px 3px 2px #BCBCA1; box-shadow:1px 1px 3px 2px #BCBCA1;">
Div content here</div>
This div box has shadow with color #BCBCA1.

Preview

Color preview on black background

This text has color #BCBCA1 on black background.


Color preview on white background

This text has color #BCBCA1 on white background.



Black color preview on #BCBCA1 background

This text has black color on #BCBCA1 background.


White color preview on #BCBCA1 background

This text has white color on #BCBCA1 background.