COLOR #BCA0B3

HEX: #BCA0B3
RGB: (188,160,179)

Color info

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

RGB color model

#BCA0B3 color RGB value is (188,160,179).

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

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 179 of 255 = 70%

188
160
179

R + G + B ~ 69%. #BCA0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 160 + 179 = 527 (100%)
R 188 of 527 ~ 35.67%
G 160 of 527 ~ 30.36%
B 179 of 527 ~ 33.97%

%35.67
%30.36
%33.97

CMYK color model

#BCA0B3 color CMYK value is (0,15,5,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(0,15,5,26)
C0M15Y5K26 
(0%,15%,5%,26%)
(0.00/0.15/0.05/0.26)	

CMYK percentages

%0
%14.89
%4.79
%26.27

Codes

Color #BCA0B3 in popluar color models

BCA0B3
RGB188160179
HSL319°17.28%68.24%
HSB/HSV319°14.89%73.73%
CMYK0.00%14.89%4.79%
26.27%

Color #BCA0B3 in popluar number systems.

HEXBCA0B3
Decimal188160179
Binary101111001010000010110011
Octal274240263

Shades and tints

Shades of #BCA0B3

#BCA0B3
(188,160,179)
#AB92A3
(171,146,163)
#9A8493
(154,132,147)
#897683
(137,118,131)
#786873
(120,104,115)
#675A63
(103,90,99)
#564C53
(86,76,83)
#453E43
(69,62,67)
#343033
(52,48,51)
#232223
(35,34,35)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCA0B3

#BCA0B3
(188,160,179)
#C2A8B9
(194,168,185)
#C8B0BF
(200,176,191)
#CEB8C5
(206,184,197)
#D4C0CB
(212,192,203)
#DAC8D1
(218,200,209)
#E0D0D7
(224,208,215)
#E6D8DD
(230,216,221)
#ECE0E3
(236,224,227)
#F2E8E9
(242,232,233)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA0B3; }

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

This text font color is #BCA0B3.


Background Color

.myBgColor { background-color: #BCA0B3; }

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

This div background color is #BCA0B3.


Border color

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

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

This div border color is #BCA0B3.


Opacity

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

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

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

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

This text has shadow with #BCA0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA0B3 on black background.


Color preview on white background

This text has color #BCA0B3 on white background.



Black color preview on #BCA0B3 background

This text has black color on #BCA0B3 background.


White color preview on #BCA0B3 background

This text has white color on #BCA0B3 background.