COLOR #BCAAB7

HEX: #BCAAB7
RGB: (188,170,183)

Color info

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

RGB color model

#BCAAB7 color RGB value is (188,170,183).

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

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 183 of 255 = 72%

188
170
183

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

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 183 = 541 (100%)
R 188 of 541 ~ 34.75%
G 170 of 541 ~ 31.42%
B 183 of 541 ~ 33.83%

%34.75
%31.42
%33.83

CMYK color model

#BCAAB7 color CMYK value is (0,10,3,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK:
(0,10,3,26)
C0M10Y3K26 
(0%,10%,3%,26%)
(0.00/0.10/0.03/0.26)	

CMYK percentages

%0
%9.57
%2.66
%26.27

Codes

Color #BCAAB7 in popluar color models

BCAAB7
RGB188170183
HSL317°11.84%70.20%
HSB/HSV317°9.57%73.73%
CMYK0.00%9.57%2.66%
26.27%

Color #BCAAB7 in popluar number systems.

HEXBCAAB7
Decimal188170183
Binary101111001010101010110111
Octal274252267

Shades and tints

Shades of #BCAAB7

#BCAAB7
(188,170,183)
#AB9BA7
(171,155,167)
#9A8C97
(154,140,151)
#897D87
(137,125,135)
#786E77
(120,110,119)
#675F67
(103,95,103)
#565057
(86,80,87)
#454147
(69,65,71)
#343237
(52,50,55)
#232327
(35,35,39)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCAAB7

#BCAAB7
(188,170,183)
#C2B1BD
(194,177,189)
#C8B8C3
(200,184,195)
#CEBFC9
(206,191,201)
#D4C6CF
(212,198,207)
#DACDD5
(218,205,213)
#E0D4DB
(224,212,219)
#E6DBE1
(230,219,225)
#ECE2E7
(236,226,231)
#F2E9ED
(242,233,237)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAB7; }

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

This text font color is #BCAAB7.


Background Color

.myBgColor { background-color: #BCAAB7; }

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

This div background color is #BCAAB7.


Border color

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

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

This div border color is #BCAAB7.


Opacity

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

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

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

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

This text has shadow with #BCAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAAB7 on black background.


Color preview on white background

This text has color #BCAAB7 on white background.



Black color preview on #BCAAB7 background

This text has black color on #BCAAB7 background.


White color preview on #BCAAB7 background

This text has white color on #BCAAB7 background.