COLOR #BCA8CB

HEX: #BCA8CB RGB: (188,168,203)

Color info

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

RGB color model

#BCA8CB color RGB value is (188,168,203).

RGB: (188,168,203) (74%, 66%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 203 of 255 = 80%

188
168
203

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

Portions of RGB colors in percentages

R + G + B = 188 + 168 + 203 = 559 (100%)
R 188 of 559 ~ 33.63%
G 168 of 559 ~ 30.05%
B 203 of 559 ~ 36.31'%

%33.63
%30.05
%36.31

CMYK color model

#BCA8CB color CMYK value is (7,17,0,20).

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

CMYK: (7,17,0,20)
C7M17Y0K20 (7%, 17%, 0%, 20%)
(0.07 / 0.17 / 0.00 / 0.20)

CMYK percentages

%7.39
%17.24
%0
%20.39

Codes

Color #BCA8CB in popluar color models

BC A8 CB
RGB 188 168 203
HSL 274° 25.18% 72.75%
HSB/HSV 274° 17.24% 79.61%
CMYK 7.39% 17.24% 0.00%
20.39%

Color #BCA8CB in popluar number systems.

HEX BC A8 CB
Decimal 188 168 203
Binary 10111100 10101000 11001011
Octal 274 250 313

Shades and tints

Shades of #BCA8CB

#BCA8CB
(188,168,203)
#AB99B9
(171,153,185)
#9A8AA7
(154,138,167)
#897B95
(137,123,149)
#786C83
(120,108,131)
#675D71
(103,93,113)
#564E5F
(86,78,95)
#453F4D
(69,63,77)
#34303B
(52,48,59)
#232129
(35,33,41)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #BCA8CB

#BCA8CB
(188,168,203)
#C2AFCF
(194,175,207)
#C8B6D3
(200,182,211)
#CEBDD7
(206,189,215)
#D4C4DB
(212,196,219)
#DACBDF
(218,203,223)
#E0D2E3
(224,210,227)
#E6D9E7
(230,217,231)
#ECE0EB
(236,224,235)
#F2E7EF
(242,231,239)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8CB; }

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

This text font color is #BCA8CB.

Background Color

.myBgColor { background-color: #BCA8CB; }

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

This div background color is #BCA8CB.

Border color

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

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

This div border color is #BCA8CB.

Opacity

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

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

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

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

This text has shadow with #BCA8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA8CB.

Preview

Color preview on black background

This text has color #BCA8CB on black background.


Color preview on white background

This text has color #BCA8CB on white background.


Black color preview on #BCA8CB background

This text has black color on #BCA8CB background.


White color preview on #BCA8CB background

This text has white color on #BCA8CB background.


Related colors

Complementary color

Complementary color for #hex is #435734.


I love getcolorcode.com

Triadic colors

1 #CBBCA8 and #A8CBBC with #BCA8CB are triadic colors.

2 #CBA8BC and #A8BCCB with #BCA8CB are triadic colors.