COLOR #BCA1CB

HEX: #BCA1CB RGB: (188,161,203)

Color info

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

RGB color model

#BCA1CB color RGB value is (188,161,203).

RGB: (188,161,203) (74%, 63%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 203 of 255 = 80%

188
161
203

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

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 203 = 552 (100%)
R 188 of 552 ~ 34.06%
G 161 of 552 ~ 29.17%
B 203 of 552 ~ 36.78'%

%34.06
%29.17
%36.78

CMYK color model

#BCA1CB color CMYK value is (7,21,0,20).

  • cyan value is 7.39%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (7,21,0,20)
C7M21Y0K20 (7%, 21%, 0%, 20%)
(0.07 / 0.21 / 0.00 / 0.20)

CMYK percentages

%7.39
%20.69
%0
%20.39

Codes

Color #BCA1CB in popluar color models

BC A1 CB
RGB 188 161 203
HSL 279° 28.77% 71.37%
HSB/HSV 279° 20.69% 79.61%
CMYK 7.39% 20.69% 0.00%
20.39%

Color #BCA1CB in popluar number systems.

HEX BC A1 CB
Decimal 188 161 203
Binary 10111100 10100001 11001011
Octal 274 241 313

Shades and tints

Shades of #BCA1CB

#BCA1CB
(188,161,203)
#AB93B9
(171,147,185)
#9A85A7
(154,133,167)
#897795
(137,119,149)
#786983
(120,105,131)
#675B71
(103,91,113)
#564D5F
(86,77,95)
#453F4D
(69,63,77)
#34313B
(52,49,59)
#232329
(35,35,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCA1CB

#BCA1CB
(188,161,203)
#C2A9CF
(194,169,207)
#C8B1D3
(200,177,211)
#CEB9D7
(206,185,215)
#D4C1DB
(212,193,219)
#DAC9DF
(218,201,223)
#E0D1E3
(224,209,227)
#E6D9E7
(230,217,231)
#ECE1EB
(236,225,235)
#F2E9EF
(242,233,239)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA1CB; }

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

This text font color is #BCA1CB.

Background Color

.myBgColor { background-color: #BCA1CB; }

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

This div background color is #BCA1CB.

Border color

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

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

This div border color is #BCA1CB.

Opacity

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

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

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

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

This text has shadow with #BCA1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA1CB.

Preview

Color preview on black background

This text has color #BCA1CB on black background.


Color preview on white background

This text has color #BCA1CB on white background.


Black color preview on #BCA1CB background

This text has black color on #BCA1CB background.


White color preview on #BCA1CB background

This text has white color on #BCA1CB background.


Related colors

Complementary color

Complementary color for #hex is #435E34.


I love getcolorcode.com

Triadic colors

1 #CBBCA1 and #A1CBBC with #BCA1CB are triadic colors.

2 #CBA1BC and #A1BCCB with #BCA1CB are triadic colors.