COLOR #BCAAA4

HEX: #BCAAA4
RGB: (188,170,164)

Color info

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

RGB color model

#BCAAA4 color RGB value is (188,170,164).

  • red value is 188;
  • green value is 170;
  • blue value is 164.
RGB:
(188,170,164)
(74%,67%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 164 of 255 = 64%

188
170
164

R + G + B ~ 68%. #BCAAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 164 = 522 (100%)
R 188 of 522 ~ 36.02%
G 170 of 522 ~ 32.57%
B 164 of 522 ~ 31.42%

%36.02
%32.57
%31.42

CMYK color model

#BCAAA4 color CMYK value is (0,10,13,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(0,10,13,26)
C0M10Y13K26 
(0%,10%,13%,26%)
(0.00/0.10/0.13/0.26)	

CMYK percentages

%0
%9.57
%12.77
%26.27

Codes

Color #BCAAA4 in popluar color models

BCAAA4
RGB188170164
HSL15°15.19%69.02%
HSB/HSV15°12.77%73.73%
CMYK0.00%9.57%12.77%
26.27%

Color #BCAAA4 in popluar number systems.

HEXBCAAA4
Decimal188170164
Binary101111001010101010100100
Octal274252244

Shades and tints

Shades of #BCAAA4

#BCAAA4
(188,170,164)
#AB9B96
(171,155,150)
#9A8C88
(154,140,136)
#897D7A
(137,125,122)
#786E6C
(120,110,108)
#675F5E
(103,95,94)
#565050
(86,80,80)
#454142
(69,65,66)
#343234
(52,50,52)
#232326
(35,35,38)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCAAA4

#BCAAA4
(188,170,164)
#C2B1AC
(194,177,172)
#C8B8B4
(200,184,180)
#CEBFBC
(206,191,188)
#D4C6C4
(212,198,196)
#DACDCC
(218,205,204)
#E0D4D4
(224,212,212)
#E6DBDC
(230,219,220)
#ECE2E4
(236,226,228)
#F2E9EC
(242,233,236)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAA4; }

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

This text font color is #BCAAA4.


Background Color

.myBgColor { background-color: #BCAAA4; }

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

This div background color is #BCAAA4.


Border color

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

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

This div border color is #BCAAA4.


Opacity

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

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

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

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

This text has shadow with #BCAAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAAA4 on black background.


Color preview on white background

This text has color #BCAAA4 on white background.



Black color preview on #BCAAA4 background

This text has black color on #BCAAA4 background.


White color preview on #BCAAA4 background

This text has white color on #BCAAA4 background.