COLOR #BCA3B7

HEX: #BCA3B7 RGB: (188,163,183)

Color info

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

RGB color model

#BCA3B7 color RGB value is (188,163,183).

RGB: (188,163,183) (74%, 64%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 183 of 255 = 72%

188
163
183

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

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 183 = 534 (100%)
R 188 of 534 ~ 35.21%
G 163 of 534 ~ 30.52%
B 183 of 534 ~ 34.27'%

%35.21
%30.52
%34.27

CMYK color model

#BCA3B7 color CMYK value is (0,13,3,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK: (0,13,3,26) C0M13Y3K26 (0%,13%,3%,26%) (0.00/0.13/0.03/0.26) 

CMYK percentages

%0
%13.3
%2.66
%26.27

Codes

Color #BCA3B7 in popluar color models

BC A3 B7
RGB 188 163 183
HSL 312° 15.72% 68.82%
HSB/HSV 312° 13.30% 73.73%
CMYK 0.00% 13.30% 2.66%
26.27%

Color #BCA3B7 in popluar number systems.

HEX BC A3 B7
Decimal 188 163 183
Binary 10111100 10100011 10110111
Octal 274 243 267

Shades and tints

Shades of #BCA3B7

#BCA3B7
(188,163,183)
#AB95A7
(171,149,167)
#9A8797
(154,135,151)
#897987
(137,121,135)
#786B77
(120,107,119)
#675D67
(103,93,103)
#564F57
(86,79,87)
#454147
(69,65,71)
#343337
(52,51,55)
#232527
(35,37,39)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCA3B7

#BCA3B7
(188,163,183)
#C2ABBD
(194,171,189)
#C8B3C3
(200,179,195)
#CEBBC9
(206,187,201)
#D4C3CF
(212,195,207)
#DACBD5
(218,203,213)
#E0D3DB
(224,211,219)
#E6DBE1
(230,219,225)
#ECE3E7
(236,227,231)
#F2EBED
(242,235,237)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA3B7; }

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

This text font color is #BCA3B7.

Background Color

.myBgColor { background-color: #BCA3B7; }

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

This div background color is #BCA3B7.

Border color

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

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

This div border color is #BCA3B7.

Opacity

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

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

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

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

This text has shadow with #BCA3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3B7.

Preview

Color preview on black background

This text has color #BCA3B7 on black background.


Color preview on white background

This text has color #BCA3B7 on white background.


Black color preview on #BCA3B7 background

This text has black color on #BCA3B7 background.


White color preview on #BCA3B7 background

This text has white color on #BCA3B7 background.


Related colors

Complementary color

Complementary color for #hex is #435C48.


I love getcolorcode.com

Triadic colors

1 #B7BCA3 and #A3B7BC with #BCA3B7 are triadic colors.

2 #B7A3BC and #A3BCB7 with #BCA3B7 are triadic colors.