COLOR #BCBAA5

HEX: #BCBAA5 RGB: (188,186,165)

Color info

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

RGB color model

#BCBAA5 color RGB value is (188,186,165).

RGB: (188,186,165) (74%, 73%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 165 of 255 = 65%

188
186
165

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

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 165 = 539 (100%)
R 188 of 539 ~ 34.88%
G 186 of 539 ~ 34.51%
B 165 of 539 ~ 30.61'%

%34.88
%34.51
%30.61

CMYK color model

#BCBAA5 color CMYK value is (0,1,12,26).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 12.23%
  • key color value is 26.27%

CMYK: (0,1,12,26)
C0M1Y12K26 (0%, 1%, 12%, 26%)
(0.00 / 0.01 / 0.12 / 0.26)

CMYK percentages

%0
%1.06
%12.23
%26.27

Codes

Color #BCBAA5 in popluar color models

BC BA A5
RGB 188 186 165
HSL 55° 14.65% 69.22%
HSB/HSV 55° 12.23% 73.73%
CMYK 0.00% 1.06% 12.23%
26.27%

Color #BCBAA5 in popluar number systems.

HEX BC BA A5
Decimal 188 186 165
Binary 10111100 10111010 10100101
Octal 274 272 245

Shades and tints

Shades of #BCBAA5

#BCBAA5
(188,186,165)
#ABAA96
(171,170,150)
#9A9A87
(154,154,135)
#898A78
(137,138,120)
#787A69
(120,122,105)
#676A5A
(103,106,90)
#565A4B
(86,90,75)
#454A3C
(69,74,60)
#343A2D
(52,58,45)
#232A1E
(35,42,30)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #BCBAA5

#BCBAA5
(188,186,165)
#C2C0AD
(194,192,173)
#C8C6B5
(200,198,181)
#CECCBD
(206,204,189)
#D4D2C5
(212,210,197)
#DAD8CD
(218,216,205)
#E0DED5
(224,222,213)
#E6E4DD
(230,228,221)
#ECEAE5
(236,234,229)
#F2F0ED
(242,240,237)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBAA5; }

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

This text font color is #BCBAA5.

Background Color

.myBgColor { background-color: #BCBAA5; }

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

This div background color is #BCBAA5.

Border color

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

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

This div border color is #BCBAA5.

Opacity

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

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

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

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

This text has shadow with #BCBAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBAA5.

Preview

Color preview on black background

This text has color #BCBAA5 on black background.


Color preview on white background

This text has color #BCBAA5 on white background.


Black color preview on #BCBAA5 background

This text has black color on #BCBAA5 background.


White color preview on #BCBAA5 background

This text has white color on #BCBAA5 background.


Related colors

Complementary color

Complementary color for #hex is #43455A.


I love getcolorcode.com

Triadic colors

1 #A5BCBA and #BAA5BC with #BCBAA5 are triadic colors.

2 #A5BABC and #BABCA5 with #BCBAA5 are triadic colors.