COLOR #BCA3BF

HEX: #BCA3BF RGB: (188,163,191)

Color info

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

RGB color model

#BCA3BF color RGB value is (188,163,191).

RGB: (188,163,191) (74%, 64%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 191 of 255 = 75%

188
163
191

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

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 191 = 542 (100%)
R 188 of 542 ~ 34.69%
G 163 of 542 ~ 30.07%
B 191 of 542 ~ 35.24'%

%34.69
%30.07
%35.24

CMYK color model

#BCA3BF color CMYK value is (2,15,0,25).

  • cyan value is 1.57%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (2,15,0,25)
C2M15Y0K25 (2%, 15%, 0%, 25%)
(0.02 / 0.15 / 0.00 / 0.25)

CMYK percentages

%1.57
%14.66
%0
%25.1

Codes

Color #BCA3BF in popluar color models

BC A3 BF
RGB 188 163 191
HSL 294° 17.95% 69.41%
HSB/HSV 294° 14.66% 74.90%
CMYK 1.57% 14.66% 0.00%
25.10%

Color #BCA3BF in popluar number systems.

HEX BC A3 BF
Decimal 188 163 191
Binary 10111100 10100011 10111111
Octal 274 243 277

Shades and tints

Shades of #BCA3BF

#BCA3BF
(188,163,191)
#AB95AE
(171,149,174)
#9A879D
(154,135,157)
#89798C
(137,121,140)
#786B7B
(120,107,123)
#675D6A
(103,93,106)
#564F59
(86,79,89)
#454148
(69,65,72)
#343337
(52,51,55)
#232526
(35,37,38)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCA3BF

#BCA3BF
(188,163,191)
#C2ABC4
(194,171,196)
#C8B3C9
(200,179,201)
#CEBBCE
(206,187,206)
#D4C3D3
(212,195,211)
#DACBD8
(218,203,216)
#E0D3DD
(224,211,221)
#E6DBE2
(230,219,226)
#ECE3E7
(236,227,231)
#F2EBEC
(242,235,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA3BF color. Also use rgb(188,163,191) instead hex code.

Text Font Color

.myTextColor { color: #BCA3BF; }

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

This text font color is #BCA3BF.

Background Color

.myBgColor { background-color: #BCA3BF; }

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

This div background color is #BCA3BF.

Border color

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

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

This div border color is #BCA3BF.

Opacity

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

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

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

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

This text has shadow with #BCA3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3BF.

Preview

Color preview on black background

This text has color #BCA3BF on black background.


Color preview on white background

This text has color #BCA3BF on white background.


Black color preview on #BCA3BF background

This text has black color on #BCA3BF background.


White color preview on #BCA3BF background

This text has white color on #BCA3BF background.


Related colors

Complementary color

Complementary color for #hex is #435C40.


I love getcolorcode.com

Triadic colors

1 #BFBCA3 and #A3BFBC with #BCA3BF are triadic colors.

2 #BFA3BC and #A3BCBF with #BCA3BF are triadic colors.