COLOR #BCA1C5

HEX: #BCA1C5 RGB: (188,161,197)

Color info

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

RGB color model

#BCA1C5 color RGB value is (188,161,197).

RGB: (188,161,197) (74%, 63%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 197 of 255 = 77%

188
161
197

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

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 197 = 546 (100%)
R 188 of 546 ~ 34.43%
G 161 of 546 ~ 29.49%
B 197 of 546 ~ 36.08'%

%34.43
%29.49
%36.08

CMYK color model

#BCA1C5 color CMYK value is (5,18,0,23).

  • cyan value is 4.57%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,18,0,23)
C5M18Y0K23 (5%, 18%, 0%, 23%)
(0.05 / 0.18 / 0.00 / 0.23)

CMYK percentages

%4.57
%18.27
%0
%22.75

Codes

Color #BCA1C5 in popluar color models

BC A1 C5
RGB 188 161 197
HSL 285° 23.68% 70.20%
HSB/HSV 285° 18.27% 77.25%
CMYK 4.57% 18.27% 0.00%
22.75%

Color #BCA1C5 in popluar number systems.

HEX BC A1 C5
Decimal 188 161 197
Binary 10111100 10100001 11000101
Octal 274 241 305

Shades and tints

Shades of #BCA1C5

#BCA1C5
(188,161,197)
#AB93B4
(171,147,180)
#9A85A3
(154,133,163)
#897792
(137,119,146)
#786981
(120,105,129)
#675B70
(103,91,112)
#564D5F
(86,77,95)
#453F4E
(69,63,78)
#34313D
(52,49,61)
#23232C
(35,35,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #BCA1C5

#BCA1C5
(188,161,197)
#C2A9CA
(194,169,202)
#C8B1CF
(200,177,207)
#CEB9D4
(206,185,212)
#D4C1D9
(212,193,217)
#DAC9DE
(218,201,222)
#E0D1E3
(224,209,227)
#E6D9E8
(230,217,232)
#ECE1ED
(236,225,237)
#F2E9F2
(242,233,242)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA1C5 color. Also use rgb(188,161,197) instead hex code.

Text Font Color

.myTextColor { color: #BCA1C5; }

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

This text font color is #BCA1C5.

Background Color

.myBgColor { background-color: #BCA1C5; }

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

This div background color is #BCA1C5.

Border color

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

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

This div border color is #BCA1C5.

Opacity

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

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

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

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

This text has shadow with #BCA1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA1C5.

Preview

Color preview on black background

This text has color #BCA1C5 on black background.


Color preview on white background

This text has color #BCA1C5 on white background.


Black color preview on #BCA1C5 background

This text has black color on #BCA1C5 background.


White color preview on #BCA1C5 background

This text has white color on #BCA1C5 background.


Related colors

Complementary color

Complementary color for #hex is #435E3A.


I love getcolorcode.com

Triadic colors

1 #C5BCA1 and #A1C5BC with #BCA1C5 are triadic colors.

2 #C5A1BC and #A1BCC5 with #BCA1C5 are triadic colors.