COLOR #BCA7CC

HEX: #BCA7CC RGB: (188,167,204)

Color info

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

RGB color model

#BCA7CC color RGB value is (188,167,204).

RGB: (188,167,204) (74%, 65%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 204 of 255 = 80%

188
167
204

R + G + B ~ 73%. #BCA7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 204 = 559 (100%)
R 188 of 559 ~ 33.63%
G 167 of 559 ~ 29.87%
B 204 of 559 ~ 36.49'%

%33.63
%29.87
%36.49

CMYK color model

#BCA7CC color CMYK value is (8,18,0,20).

  • cyan value is 7.84%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (8,18,0,20)
C8M18Y0K20 (8%, 18%, 0%, 20%)
(0.08 / 0.18 / 0.00 / 0.20)

CMYK percentages

%7.84
%18.14
%0
%20

Codes

Color #BCA7CC in popluar color models

BC A7 CC
RGB 188 167 204
HSL 274° 26.62% 72.75%
HSB/HSV 274° 18.14% 80.00%
CMYK 7.84% 18.14% 0.00%
20.00%

Color #BCA7CC in popluar number systems.

HEX BC A7 CC
Decimal 188 167 204
Binary 10111100 10100111 11001100
Octal 274 247 314

Shades and tints

Shades of #BCA7CC

#BCA7CC
(188,167,204)
#AB98BA
(171,152,186)
#9A89A8
(154,137,168)
#897A96
(137,122,150)
#786B84
(120,107,132)
#675C72
(103,92,114)
#564D60
(86,77,96)
#453E4E
(69,62,78)
#342F3C
(52,47,60)
#23202A
(35,32,42)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #BCA7CC

#BCA7CC
(188,167,204)
#C2AFD0
(194,175,208)
#C8B7D4
(200,183,212)
#CEBFD8
(206,191,216)
#D4C7DC
(212,199,220)
#DACFE0
(218,207,224)
#E0D7E4
(224,215,228)
#E6DFE8
(230,223,232)
#ECE7EC
(236,231,236)
#F2EFF0
(242,239,240)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7CC; }

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

This text font color is #BCA7CC.

Background Color

.myBgColor { background-color: #BCA7CC; }

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

This div background color is #BCA7CC.

Border color

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

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

This div border color is #BCA7CC.

Opacity

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

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

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

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

This text has shadow with #BCA7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7CC.

Preview

Color preview on black background

This text has color #BCA7CC on black background.


Color preview on white background

This text has color #BCA7CC on white background.


Black color preview on #BCA7CC background

This text has black color on #BCA7CC background.


White color preview on #BCA7CC background

This text has white color on #BCA7CC background.


Related colors

Complementary color

Complementary color for #hex is #435833.


I love getcolorcode.com

Triadic colors

1 #CCBCA7 and #A7CCBC with #BCA7CC are triadic colors.

2 #CCA7BC and #A7BCCC with #BCA7CC are triadic colors.