COLOR #BCAAB5

HEX: #BCAAB5
RGB: (188,170,181)

Color info

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

RGB color model

#BCAAB5 color RGB value is (188,170,181).

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

RGB channels and saturation

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

188
170
181

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

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 181 = 539 (100%)
R 188 of 539 ~ 34.88%
G 170 of 539 ~ 31.54%
B 181 of 539 ~ 33.58%

%34.88
%31.54
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 3.72%
  • 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
%3.72
%26.27

Codes

Color #BCAAB5 in popluar color models

BCAAB5
RGB188170181
HSL323°11.84%70.20%
HSB/HSV323°9.57%73.73%
CMYK0.00%9.57%3.72%
26.27%

Color #BCAAB5 in popluar number systems.

HEXBCAAB5
Decimal188170181
Binary101111001010101010110101
Octal274252265

Shades and tints

Shades of #BCAAB5

#BCAAB5
(188,170,181)
#AB9BA5
(171,155,165)
#9A8C95
(154,140,149)
#897D85
(137,125,133)
#786E75
(120,110,117)
#675F65
(103,95,101)
#565055
(86,80,85)
#454145
(69,65,69)
#343235
(52,50,53)
#232325
(35,35,37)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCAAB5

#BCAAB5
(188,170,181)
#C2B1BB
(194,177,187)
#C8B8C1
(200,184,193)
#CEBFC7
(206,191,199)
#D4C6CD
(212,198,205)
#DACDD3
(218,205,211)
#E0D4D9
(224,212,217)
#E6DBDF
(230,219,223)
#ECE2E5
(236,226,229)
#F2E9EB
(242,233,235)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAB5; }

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

This text font color is #BCAAB5.


Background Color

.myBgColor { background-color: #BCAAB5; }

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

This div background color is #BCAAB5.


Border color

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

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

This div border color is #BCAAB5.


Opacity

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

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

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

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

This text has shadow with #BCAAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAAB5 on black background.


Color preview on white background

This text has color #BCAAB5 on white background.



Black color preview on #BCAAB5 background

This text has black color on #BCAAB5 background.


White color preview on #BCAAB5 background

This text has white color on #BCAAB5 background.