COLOR #BCB5AB

HEX: #BCB5AB RGB: (188,181,171)

Color info

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

RGB color model

#BCB5AB color RGB value is (188,181,171).

RGB: (188,181,171) (74%, 71%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 171 of 255 = 67%

188
181
171

R + G + B ~ 71%. #BCB5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 171 = 540 (100%)
R 188 of 540 ~ 34.81%
G 181 of 540 ~ 33.52%
B 171 of 540 ~ 31.67'%

%34.81
%33.52
%31.67

CMYK color model

#BCB5AB color CMYK value is (0,4,9,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK: (0,4,9,26) C0M4Y9K26 (0%,4%,9%,26%) (0.00/0.04/0.09/0.26) 

CMYK percentages

%0
%3.72
%9.04
%26.27

Codes

Color #BCB5AB in popluar color models

BC B5 AB
RGB 188 181 171
HSL 35° 11.26% 70.39%
HSB/HSV 35° 9.04% 73.73%
CMYK 0.00% 3.72% 9.04%
26.27%

Color #BCB5AB in popluar number systems.

HEX BC B5 AB
Decimal 188 181 171
Binary 10111100 10110101 10101011
Octal 274 265 253

Shades and tints

Shades of #BCB5AB

#BCB5AB
(188,181,171)
#ABA59C
(171,165,156)
#9A958D
(154,149,141)
#89857E
(137,133,126)
#78756F
(120,117,111)
#676560
(103,101,96)
#565551
(86,85,81)
#454542
(69,69,66)
#343533
(52,53,51)
#232524
(35,37,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCB5AB

#BCB5AB
(188,181,171)
#C2BBB2
(194,187,178)
#C8C1B9
(200,193,185)
#CEC7C0
(206,199,192)
#D4CDC7
(212,205,199)
#DAD3CE
(218,211,206)
#E0D9D5
(224,217,213)
#E6DFDC
(230,223,220)
#ECE5E3
(236,229,227)
#F2EBEA
(242,235,234)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5AB; }

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

This text font color is #BCB5AB.

Background Color

.myBgColor { background-color: #BCB5AB; }

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

This div background color is #BCB5AB.

Border color

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

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

This div border color is #BCB5AB.

Opacity

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

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

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

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

This text has shadow with #BCB5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5AB.

Preview

Color preview on black background

This text has color #BCB5AB on black background.


Color preview on white background

This text has color #BCB5AB on white background.


Black color preview on #BCB5AB background

This text has black color on #BCB5AB background.


White color preview on #BCB5AB background

This text has white color on #BCB5AB background.


Related colors

Complementary color

Complementary color for #hex is #434A54.


I love getcolorcode.com

Triadic colors

1 #ABBCB5 and #B5ABBC with #BCB5AB are triadic colors.

2 #ABB5BC and #B5BCAB with #BCB5AB are triadic colors.