COLOR #BCA5C7

HEX: #BCA5C7 RGB: (188,165,199)

Color info

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

RGB color model

#BCA5C7 color RGB value is (188,165,199).

RGB: (188,165,199) (74%, 65%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 199 of 255 = 78%

188
165
199

R + G + B ~ 72%. #BCA5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 199 = 552 (100%)
R 188 of 552 ~ 34.06%
G 165 of 552 ~ 29.89%
B 199 of 552 ~ 36.05'%

%34.06
%29.89
%36.05

CMYK color model

#BCA5C7 color CMYK value is (6,17,0,22).

  • cyan value is 5.53%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (6,17,0,22) C6M17Y0K22 (6%,17%,0%,22%) (0.06/0.17/0.00/0.22) 

CMYK percentages

%5.53
%17.09
%0
%21.96

Codes

Color #BCA5C7 in popluar color models

BC A5 C7
RGB 188 165 199
HSL 281° 23.29% 71.37%
HSB/HSV 281° 17.09% 78.04%
CMYK 5.53% 17.09% 0.00%
21.96%

Color #BCA5C7 in popluar number systems.

HEX BC A5 C7
Decimal 188 165 199
Binary 10111100 10100101 11000111
Octal 274 245 307

Shades and tints

Shades of #BCA5C7

#BCA5C7
(188,165,199)
#AB96B5
(171,150,181)
#9A87A3
(154,135,163)
#897891
(137,120,145)
#78697F
(120,105,127)
#675A6D
(103,90,109)
#564B5B
(86,75,91)
#453C49
(69,60,73)
#342D37
(52,45,55)
#231E25
(35,30,37)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BCA5C7

#BCA5C7
(188,165,199)
#C2ADCC
(194,173,204)
#C8B5D1
(200,181,209)
#CEBDD6
(206,189,214)
#D4C5DB
(212,197,219)
#DACDE0
(218,205,224)
#E0D5E5
(224,213,229)
#E6DDEA
(230,221,234)
#ECE5EF
(236,229,239)
#F2EDF4
(242,237,244)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA5C7 color. Also use rgb(188,165,199) instead hex code.

Text Font Color

.myTextColor { color: #BCA5C7; }

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

This text font color is #BCA5C7.

Background Color

.myBgColor { background-color: #BCA5C7; }

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

This div background color is #BCA5C7.

Border color

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

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

This div border color is #BCA5C7.

Opacity

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

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

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

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

This text has shadow with #BCA5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA5C7.

Preview

Color preview on black background

This text has color #BCA5C7 on black background.


Color preview on white background

This text has color #BCA5C7 on white background.


Black color preview on #BCA5C7 background

This text has black color on #BCA5C7 background.


White color preview on #BCA5C7 background

This text has white color on #BCA5C7 background.


Related colors

Complementary color

Complementary color for #hex is #435A38.


I love getcolorcode.com

Triadic colors

1 #C7BCA5 and #A5C7BC with #BCA5C7 are triadic colors.

2 #C7A5BC and #A5BCC7 with #BCA5C7 are triadic colors.