COLOR #BCA3B0

HEX: #BCA3B0 RGB: (188,163,176)

Color info

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

RGB color model

#BCA3B0 color RGB value is (188,163,176).

RGB: (188,163,176) (74%, 64%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 176 of 255 = 69%

188
163
176

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

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 176 = 527 (100%)
R 188 of 527 ~ 35.67%
G 163 of 527 ~ 30.93%
B 176 of 527 ~ 33.4'%

%35.67
%30.93
%33.4

CMYK color model

#BCA3B0 color CMYK value is (0,13,6,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK: (0,13,6,26) C0M13Y6K26 (0%,13%,6%,26%) (0.00/0.13/0.06/0.26) 

CMYK percentages

%0
%13.3
%6.38
%26.27

Codes

Color #BCA3B0 in popluar color models

BC A3 B0
RGB 188 163 176
HSL 329° 15.72% 68.82%
HSB/HSV 329° 13.30% 73.73%
CMYK 0.00% 13.30% 6.38%
26.27%

Color #BCA3B0 in popluar number systems.

HEX BC A3 B0
Decimal 188 163 176
Binary 10111100 10100011 10110000
Octal 274 243 260

Shades and tints

Shades of #BCA3B0

#BCA3B0
(188,163,176)
#AB95A0
(171,149,160)
#9A8790
(154,135,144)
#897980
(137,121,128)
#786B70
(120,107,112)
#675D60
(103,93,96)
#564F50
(86,79,80)
#454140
(69,65,64)
#343330
(52,51,48)
#232520
(35,37,32)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BCA3B0

#BCA3B0
(188,163,176)
#C2ABB7
(194,171,183)
#C8B3BE
(200,179,190)
#CEBBC5
(206,187,197)
#D4C3CC
(212,195,204)
#DACBD3
(218,203,211)
#E0D3DA
(224,211,218)
#E6DBE1
(230,219,225)
#ECE3E8
(236,227,232)
#F2EBEF
(242,235,239)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA3B0; }

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

This text font color is #BCA3B0.

Background Color

.myBgColor { background-color: #BCA3B0; }

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

This div background color is #BCA3B0.

Border color

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

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

This div border color is #BCA3B0.

Opacity

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

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

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

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

This text has shadow with #BCA3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3B0.

Preview

Color preview on black background

This text has color #BCA3B0 on black background.


Color preview on white background

This text has color #BCA3B0 on white background.


Black color preview on #BCA3B0 background

This text has black color on #BCA3B0 background.


White color preview on #BCA3B0 background

This text has white color on #BCA3B0 background.


Related colors

Complementary color

Complementary color for #hex is #435C4F.


I love getcolorcode.com

Triadic colors

1 #B0BCA3 and #A3B0BC with #BCA3B0 are triadic colors.

2 #B0A3BC and #A3BCB0 with #BCA3B0 are triadic colors.