COLOR #BCBBA1

HEX: #BCBBA1 RGB: (188,187,161)

Color info

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

RGB color model

#BCBBA1 color RGB value is (188,187,161).

RGB: (188,187,161) (74%, 73%, 63%)

RGB channels and saturation

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

188
187
161

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

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 161 = 536 (100%)
R 188 of 536 ~ 35.07%
G 187 of 536 ~ 34.89%
B 161 of 536 ~ 30.04'%

%35.07
%34.89
%30.04

CMYK color model

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

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

CMYK percentages

%0
%0.53
%14.36
%26.27

Codes

Color #BCBBA1 in popluar color models

BC BB A1
RGB 188 187 161
HSL 58° 16.77% 68.43%
HSB/HSV 58° 14.36% 73.73%
CMYK 0.00% 0.53% 14.36%
26.27%

Color #BCBBA1 in popluar number systems.

HEX BC BB A1
Decimal 188 187 161
Binary 10111100 10111011 10100001
Octal 274 273 241

Shades and tints

Shades of #BCBBA1

#BCBBA1
(188,187,161)
#ABAA93
(171,170,147)
#9A9985
(154,153,133)
#898877
(137,136,119)
#787769
(120,119,105)
#67665B
(103,102,91)
#56554D
(86,85,77)
#45443F
(69,68,63)
#343331
(52,51,49)
#232223
(35,34,35)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #BCBBA1

#BCBBA1
(188,187,161)
#C2C1A9
(194,193,169)
#C8C7B1
(200,199,177)
#CECDB9
(206,205,185)
#D4D3C1
(212,211,193)
#DAD9C9
(218,217,201)
#E0DFD1
(224,223,209)
#E6E5D9
(230,229,217)
#ECEBE1
(236,235,225)
#F2F1E9
(242,241,233)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBA1; }

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

This text font color is #BCBBA1.

Background Color

.myBgColor { background-color: #BCBBA1; }

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

This div background color is #BCBBA1.

Border color

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

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

This div border color is #BCBBA1.

Opacity

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

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

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

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

This text has shadow with #BCBBA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBA1.

Preview

Color preview on black background

This text has color #BCBBA1 on black background.


Color preview on white background

This text has color #BCBBA1 on white background.


Black color preview on #BCBBA1 background

This text has black color on #BCBBA1 background.


White color preview on #BCBBA1 background

This text has white color on #BCBBA1 background.


Related colors

Complementary color

Complementary color for #hex is #43445E.


I love getcolorcode.com

Triadic colors

1 #A1BCBB and #BBA1BC with #BCBBA1 are triadic colors.

2 #A1BBBC and #BBBCA1 with #BCBBA1 are triadic colors.