COLOR #BCABA8

HEX: #BCABA8 RGB: (188,171,168)

Color info

#BCABA8 contains red, green and blue colors in about the same proportion. Web safe color of #BCABA8 is #CC9999 (or #C99).

RGB color model

#BCABA8 color RGB value is (188,171,168).

RGB: (188,171,168) (74%, 67%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 168 of 255 = 66%

188
171
168

R + G + B ~ 69%. #BCABA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 171 + 168 = 527 (100%)
R 188 of 527 ~ 35.67%
G 171 of 527 ~ 32.45%
B 168 of 527 ~ 31.88'%

%35.67
%32.45
%31.88

CMYK color model

#BCABA8 color CMYK value is (0,9,11,26).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK: (0,9,11,26) C0M9Y11K26 (0%,9%,11%,26%) (0.00/0.09/0.11/0.26) 

CMYK percentages

%0
%9.04
%10.64
%26.27

Codes

Color #BCABA8 in popluar color models

BC AB A8
RGB 188 171 168
HSL 12.99% 69.80%
HSB/HSV 10.64% 73.73%
CMYK 0.00% 9.04% 10.64%
26.27%

Color #BCABA8 in popluar number systems.

HEX BC AB A8
Decimal 188 171 168
Binary 10111100 10101011 10101000
Octal 274 253 250

Shades and tints

Shades of #BCABA8

#BCABA8
(188,171,168)
#AB9C99
(171,156,153)
#9A8D8A
(154,141,138)
#897E7B
(137,126,123)
#786F6C
(120,111,108)
#67605D
(103,96,93)
#56514E
(86,81,78)
#45423F
(69,66,63)
#343330
(52,51,48)
#232421
(35,36,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCABA8

#BCABA8
(188,171,168)
#C2B2AF
(194,178,175)
#C8B9B6
(200,185,182)
#CEC0BD
(206,192,189)
#D4C7C4
(212,199,196)
#DACECB
(218,206,203)
#E0D5D2
(224,213,210)
#E6DCD9
(230,220,217)
#ECE3E0
(236,227,224)
#F2EAE7
(242,234,231)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCABA8; }

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

This text font color is #BCABA8.

Background Color

.myBgColor { background-color: #BCABA8; }

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

This div background color is #BCABA8.

Border color

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

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

This div border color is #BCABA8.

Opacity

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

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

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

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

This text has shadow with #BCABA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCABA8.

Preview

Color preview on black background

This text has color #BCABA8 on black background.


Color preview on white background

This text has color #BCABA8 on white background.


Black color preview on #BCABA8 background

This text has black color on #BCABA8 background.


White color preview on #BCABA8 background

This text has white color on #BCABA8 background.


Related colors

Complementary color

Complementary color for #hex is #435457.


I love getcolorcode.com

Triadic colors

1 #A8BCAB and #ABA8BC with #BCABA8 are triadic colors.

2 #A8ABBC and #ABBCA8 with #BCABA8 are triadic colors.