COLOR #BCAAB4

HEX: #BCAAB4
RGB: (188,170,180)

Color info

#BCAAB4 contains red, green and blue colors in about the same proportion. Web safe color of #BCAAB4 is #CC99CC (or #C9C).

RGB color model

#BCAAB4 color RGB value is (188,170,180).

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

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 180 of 255 = 71%

188
170
180

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

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 180 = 538 (100%)
R 188 of 538 ~ 34.94%
G 170 of 538 ~ 31.6%
B 180 of 538 ~ 33.46%

%34.94
%31.6
%33.46

CMYK color model

#BCAAB4 color CMYK value is (0,10,4,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 4.26%
  • key color value is 26.27%
CMYK:
(0,10,4,26)
C0M10Y4K26 
(0%,10%,4%,26%)
(0.00/0.10/0.04/0.26)	

CMYK percentages

%0
%9.57
%4.26
%26.27

Codes

Color #BCAAB4 in popluar color models

BCAAB4
RGB188170180
HSL327°11.84%70.20%
HSB/HSV327°9.57%73.73%
CMYK0.00%9.57%4.26%
26.27%

Color #BCAAB4 in popluar number systems.

HEXBCAAB4
Decimal188170180
Binary101111001010101010110100
Octal274252264

Shades and tints

Shades of #BCAAB4

#BCAAB4
(188,170,180)
#AB9BA4
(171,155,164)
#9A8C94
(154,140,148)
#897D84
(137,125,132)
#786E74
(120,110,116)
#675F64
(103,95,100)
#565054
(86,80,84)
#454144
(69,65,68)
#343234
(52,50,52)
#232324
(35,35,36)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCAAB4

#BCAAB4
(188,170,180)
#C2B1BA
(194,177,186)
#C8B8C0
(200,184,192)
#CEBFC6
(206,191,198)
#D4C6CC
(212,198,204)
#DACDD2
(218,205,210)
#E0D4D8
(224,212,216)
#E6DBDE
(230,219,222)
#ECE2E4
(236,226,228)
#F2E9EA
(242,233,234)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAB4; }

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

This text font color is #BCAAB4.


Background Color

.myBgColor { background-color: #BCAAB4; }

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

This div background color is #BCAAB4.


Border color

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

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

This div border color is #BCAAB4.


Opacity

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

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

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

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

This text has shadow with #BCAAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAAB4 on black background.


Color preview on white background

This text has color #BCAAB4 on white background.



Black color preview on #BCAAB4 background

This text has black color on #BCAAB4 background.


White color preview on #BCAAB4 background

This text has white color on #BCAAB4 background.