COLOR #BCA1C7

HEX: #BCA1C7
RGB: (188,161,199)

Color info

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

RGB color model

#BCA1C7 color RGB value is (188,161,199).

  • red value is 188;
  • green value is 161;
  • blue value is 199.
RGB:
(188,161,199)
(74%,63%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 199 of 255 = 78%

188
161
199

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

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 199 = 548 (100%)
R 188 of 548 ~ 34.31%
G 161 of 548 ~ 29.38%
B 199 of 548 ~ 36.31%

%34.31
%29.38
%36.31

CMYK color model

#BCA1C7 color CMYK value is (6,19,0,22).

  • cyan value is 5.53%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,19,0,22)
C6M19Y0K22 
(6%,19%,0%,22%)
(0.06/0.19/0.00/0.22)	

CMYK percentages

%5.53
%19.1
%0
%21.96

Codes

Color #BCA1C7 in popluar color models

BCA1C7
RGB188161199
HSL283°25.33%70.59%
HSB/HSV283°19.10%78.04%
CMYK5.53%19.10%0.00%
21.96%

Color #BCA1C7 in popluar number systems.

HEXBCA1C7
Decimal188161199
Binary101111001010000111000111
Octal274241307

Shades and tints

Shades of #BCA1C7

#BCA1C7
(188,161,199)
#AB93B5
(171,147,181)
#9A85A3
(154,133,163)
#897791
(137,119,145)
#78697F
(120,105,127)
#675B6D
(103,91,109)
#564D5B
(86,77,91)
#453F49
(69,63,73)
#343137
(52,49,55)
#232325
(35,35,37)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCA1C7

#BCA1C7
(188,161,199)
#C2A9CC
(194,169,204)
#C8B1D1
(200,177,209)
#CEB9D6
(206,185,214)
#D4C1DB
(212,193,219)
#DAC9E0
(218,201,224)
#E0D1E5
(224,209,229)
#E6D9EA
(230,217,234)
#ECE1EF
(236,225,239)
#F2E9F4
(242,233,244)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA1C7; }

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

This text font color is #BCA1C7.


Background Color

.myBgColor { background-color: #BCA1C7; }

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

This div background color is #BCA1C7.


Border color

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

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

This div border color is #BCA1C7.


Opacity

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

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

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

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

This text has shadow with #BCA1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA1C7 on black background.


Color preview on white background

This text has color #BCA1C7 on white background.



Black color preview on #BCA1C7 background

This text has black color on #BCA1C7 background.


White color preview on #BCA1C7 background

This text has white color on #BCA1C7 background.