COLOR #BCA8B3

HEX: #BCA8B3
RGB: (188,168,179)

Color info

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

RGB color model

#BCA8B3 color RGB value is (188,168,179).

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

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 179 of 255 = 70%

188
168
179

R + G + B ~ 70%. #BCA8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 179 = 535 (100%)
R 188 of 535 ~ 35.14%
G 168 of 535 ~ 31.4%
B 179 of 535 ~ 33.46%

%35.14
%31.4
%33.46

CMYK color model

#BCA8B3 color CMYK value is (0,11,5,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(0,11,5,26)
C0M11Y5K26 
(0%,11%,5%,26%)
(0.00/0.11/0.05/0.26)	

CMYK percentages

%0
%10.64
%4.79
%26.27

Codes

Color #BCA8B3 in popluar color models

BCA8B3
RGB188168179
HSL327°12.99%69.80%
HSB/HSV327°10.64%73.73%
CMYK0.00%10.64%4.79%
26.27%

Color #BCA8B3 in popluar number systems.

HEXBCA8B3
Decimal188168179
Binary101111001010100010110011
Octal274250263

Shades and tints

Shades of #BCA8B3

#BCA8B3
(188,168,179)
#AB99A3
(171,153,163)
#9A8A93
(154,138,147)
#897B83
(137,123,131)
#786C73
(120,108,115)
#675D63
(103,93,99)
#564E53
(86,78,83)
#453F43
(69,63,67)
#343033
(52,48,51)
#232123
(35,33,35)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #BCA8B3

#BCA8B3
(188,168,179)
#C2AFB9
(194,175,185)
#C8B6BF
(200,182,191)
#CEBDC5
(206,189,197)
#D4C4CB
(212,196,203)
#DACBD1
(218,203,209)
#E0D2D7
(224,210,215)
#E6D9DD
(230,217,221)
#ECE0E3
(236,224,227)
#F2E7E9
(242,231,233)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8B3; }

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

This text font color is #BCA8B3.


Background Color

.myBgColor { background-color: #BCA8B3; }

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

This div background color is #BCA8B3.


Border color

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

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

This div border color is #BCA8B3.


Opacity

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

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

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

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

This text has shadow with #BCA8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA8B3 on black background.


Color preview on white background

This text has color #BCA8B3 on white background.



Black color preview on #BCA8B3 background

This text has black color on #BCA8B3 background.


White color preview on #BCA8B3 background

This text has white color on #BCA8B3 background.