COLOR #BCA7BD

HEX: #BCA7BD RGB: (188,167,189)

Color info

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

RGB color model

#BCA7BD color RGB value is (188,167,189).

RGB: (188,167,189) (74%, 65%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 189 of 255 = 74%

188
167
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 189 = 544 (100%)
R 188 of 544 ~ 34.56%
G 167 of 544 ~ 30.7%
B 189 of 544 ~ 34.74'%

%34.56
%30.7
%34.74

CMYK color model

#BCA7BD color CMYK value is (1,12,0,26).

  • cyan value is 0.53%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (1,12,0,26)
C1M12Y0K26 (1%, 12%, 0%, 26%)
(0.01 / 0.12 / 0.00 / 0.26)

CMYK percentages

%0.53
%11.64
%0
%25.88

Codes

Color #BCA7BD in popluar color models

BC A7 BD
RGB 188 167 189
HSL 297° 14.29% 69.80%
HSB/HSV 297° 11.64% 74.12%
CMYK 0.53% 11.64% 0.00%
25.88%

Color #BCA7BD in popluar number systems.

HEX BC A7 BD
Decimal 188 167 189
Binary 10111100 10100111 10111101
Octal 274 247 275

Shades and tints

Shades of #BCA7BD

#BCA7BD
(188,167,189)
#AB98AC
(171,152,172)
#9A899B
(154,137,155)
#897A8A
(137,122,138)
#786B79
(120,107,121)
#675C68
(103,92,104)
#564D57
(86,77,87)
#453E46
(69,62,70)
#342F35
(52,47,53)
#232024
(35,32,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #BCA7BD

#BCA7BD
(188,167,189)
#C2AFC3
(194,175,195)
#C8B7C9
(200,183,201)
#CEBFCF
(206,191,207)
#D4C7D5
(212,199,213)
#DACFDB
(218,207,219)
#E0D7E1
(224,215,225)
#E6DFE7
(230,223,231)
#ECE7ED
(236,231,237)
#F2EFF3
(242,239,243)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA7BD color. Also use rgb(188,167,189) instead hex code.

Text Font Color

.myTextColor { color: #BCA7BD; }

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

This text font color is #BCA7BD.

Background Color

.myBgColor { background-color: #BCA7BD; }

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

This div background color is #BCA7BD.

Border color

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

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

This div border color is #BCA7BD.

Opacity

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

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

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

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

This text has shadow with #BCA7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7BD.

Preview

Color preview on black background

This text has color #BCA7BD on black background.


Color preview on white background

This text has color #BCA7BD on white background.


Black color preview on #BCA7BD background

This text has black color on #BCA7BD background.


White color preview on #BCA7BD background

This text has white color on #BCA7BD background.


Related colors

Complementary color

Complementary color for #hex is #435842.


I love getcolorcode.com

Triadic colors

1 #BDBCA7 and #A7BDBC with #BCA7BD are triadic colors.

2 #BDA7BC and #A7BCBD with #BCA7BD are triadic colors.