COLOR #BCA8BB

HEX: #BCA8BB
RGB: (188,168,187)

Color info

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

RGB color model

#BCA8BB color RGB value is (188,168,187).

  • red value is 188;
  • green value is 168;
  • blue value is 187.
RGB:
(188,168,187)
(74%,66%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 187 of 255 = 73%

188
168
187

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

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 187 = 543 (100%)
R 188 of 543 ~ 34.62%
G 168 of 543 ~ 30.94%
B 187 of 543 ~ 34.44%

%34.62
%30.94
%34.44

CMYK color model

#BCA8BB color CMYK value is (0,11,1,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(0,11,1,26)
C0M11Y1K26 
(0%,11%,1%,26%)
(0.00/0.11/0.01/0.26)	

CMYK percentages

%0
%10.64
%0.53
%26.27

Codes

Color #BCA8BB in popluar color models

BCA8BB
RGB188168187
HSL303°12.99%69.80%
HSB/HSV303°10.64%73.73%
CMYK0.00%10.64%0.53%
26.27%

Color #BCA8BB in popluar number systems.

HEXBCA8BB
Decimal188168187
Binary101111001010100010111011
Octal274250273

Shades and tints

Shades of #BCA8BB

#BCA8BB
(188,168,187)
#AB99AA
(171,153,170)
#9A8A99
(154,138,153)
#897B88
(137,123,136)
#786C77
(120,108,119)
#675D66
(103,93,102)
#564E55
(86,78,85)
#453F44
(69,63,68)
#343033
(52,48,51)
#232122
(35,33,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #BCA8BB

#BCA8BB
(188,168,187)
#C2AFC1
(194,175,193)
#C8B6C7
(200,182,199)
#CEBDCD
(206,189,205)
#D4C4D3
(212,196,211)
#DACBD9
(218,203,217)
#E0D2DF
(224,210,223)
#E6D9E5
(230,217,229)
#ECE0EB
(236,224,235)
#F2E7F1
(242,231,241)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8BB; }

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

This text font color is #BCA8BB.


Background Color

.myBgColor { background-color: #BCA8BB; }

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

This div background color is #BCA8BB.


Border color

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

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

This div border color is #BCA8BB.


Opacity

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

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

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

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

This text has shadow with #BCA8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA8BB on black background.


Color preview on white background

This text has color #BCA8BB on white background.



Black color preview on #BCA8BB background

This text has black color on #BCA8BB background.


White color preview on #BCA8BB background

This text has white color on #BCA8BB background.