COLOR #BCA7B0

HEX: #BCA7B0 RGB: (188,167,176)

Color info

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

RGB color model

#BCA7B0 color RGB value is (188,167,176).

RGB: (188,167,176) (74%, 65%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 176 of 255 = 69%

188
167
176

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 176 = 531 (100%)
R 188 of 531 ~ 35.4%
G 167 of 531 ~ 31.45%
B 176 of 531 ~ 33.15'%

%35.4
%31.45
%33.15

CMYK color model

#BCA7B0 color CMYK value is (0,11,6,26).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 6.38%
  • key color value is 26.27%

CMYK: (0,11,6,26)
C0M11Y6K26 (0%, 11%, 6%, 26%)
(0.00 / 0.11 / 0.06 / 0.26)

CMYK percentages

%0
%11.17
%6.38
%26.27

Codes

Color #BCA7B0 in popluar color models

BC A7 B0
RGB 188 167 176
HSL 334° 13.55% 69.61%
HSB/HSV 334° 11.17% 73.73%
CMYK 0.00% 11.17% 6.38%
26.27%

Color #BCA7B0 in popluar number systems.

HEX BC A7 B0
Decimal 188 167 176
Binary 10111100 10100111 10110000
Octal 274 247 260

Shades and tints

Shades of #BCA7B0

#BCA7B0
(188,167,176)
#AB98A0
(171,152,160)
#9A8990
(154,137,144)
#897A80
(137,122,128)
#786B70
(120,107,112)
#675C60
(103,92,96)
#564D50
(86,77,80)
#453E40
(69,62,64)
#342F30
(52,47,48)
#232020
(35,32,32)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #BCA7B0

#BCA7B0
(188,167,176)
#C2AFB7
(194,175,183)
#C8B7BE
(200,183,190)
#CEBFC5
(206,191,197)
#D4C7CC
(212,199,204)
#DACFD3
(218,207,211)
#E0D7DA
(224,215,218)
#E6DFE1
(230,223,225)
#ECE7E8
(236,231,232)
#F2EFEF
(242,239,239)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7B0; }

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

This text font color is #BCA7B0.

Background Color

.myBgColor { background-color: #BCA7B0; }

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

This div background color is #BCA7B0.

Border color

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

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

This div border color is #BCA7B0.

Opacity

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

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

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

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

This text has shadow with #BCA7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7B0.

Preview

Color preview on black background

This text has color #BCA7B0 on black background.


Color preview on white background

This text has color #BCA7B0 on white background.


Black color preview on #BCA7B0 background

This text has black color on #BCA7B0 background.


White color preview on #BCA7B0 background

This text has white color on #BCA7B0 background.


Related colors

Complementary color

Complementary color for #hex is #43584F.


I love getcolorcode.com

Triadic colors

1 #B0BCA7 and #A7B0BC with #BCA7B0 are triadic colors.

2 #B0A7BC and #A7BCB0 with #BCA7B0 are triadic colors.