COLOR #BC9BCA

HEX: #BC9BCA RGB: (188,155,202)

Color info

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

RGB color model

#BC9BCA color RGB value is (188,155,202).

RGB: (188,155,202) (74%, 61%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 155 of 255 = 61%
B 202 of 255 = 79%

188
155
202

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

Portions of RGB colors in percentages

R + G + B = 188 + 155 + 202 = 545 (100%)
R 188 of 545 ~ 34.5%
G 155 of 545 ~ 28.44%
B 202 of 545 ~ 37.06'%

%34.5
%28.44
%37.06

CMYK color model

#BC9BCA color CMYK value is (7,23,0,21).

  • cyan value is 6.93%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,23,0,21)
C7M23Y0K21 (7%, 23%, 0%, 21%)
(0.07 / 0.23 / 0.00 / 0.21)

CMYK percentages

%6.93
%23.27
%0
%20.78

Codes

Color #BC9BCA in popluar color models

BC 9B CA
RGB 188 155 202
HSL 282° 30.72% 70.00%
HSB/HSV 282° 23.27% 79.22%
CMYK 6.93% 23.27% 0.00%
20.78%

Color #BC9BCA in popluar number systems.

HEX BC 9B CA
Decimal 188 155 202
Binary 10111100 10011011 11001010
Octal 274 233 312

Shades and tints

Shades of #BC9BCA

#BC9BCA
(188,155,202)
#AB8DB8
(171,141,184)
#9A7FA6
(154,127,166)
#897194
(137,113,148)
#786382
(120,99,130)
#675570
(103,85,112)
#56475E
(86,71,94)
#45394C
(69,57,76)
#342B3A
(52,43,58)
#231D28
(35,29,40)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #BC9BCA

#BC9BCA
(188,155,202)
#C2A4CE
(194,164,206)
#C8ADD2
(200,173,210)
#CEB6D6
(206,182,214)
#D4BFDA
(212,191,218)
#DAC8DE
(218,200,222)
#E0D1E2
(224,209,226)
#E6DAE6
(230,218,230)
#ECE3EA
(236,227,234)
#F2ECEE
(242,236,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9BCA color. Also use rgb(188,155,202) instead hex code.

Text Font Color

.myTextColor { color: #BC9BCA; }

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

This text font color is #BC9BCA.

Background Color

.myBgColor { background-color: #BC9BCA; }

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

This div background color is #BC9BCA.

Border color

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

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

This div border color is #BC9BCA.

Opacity

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

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

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

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

This text has shadow with #BC9BCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9BCA.

Preview

Color preview on black background

This text has color #BC9BCA on black background.


Color preview on white background

This text has color #BC9BCA on white background.


Black color preview on #BC9BCA background

This text has black color on #BC9BCA background.


White color preview on #BC9BCA background

This text has white color on #BC9BCA background.


Related colors

Complementary color

Complementary color for #hex is #436435.


I love getcolorcode.com

Triadic colors

1 #CABC9B and #9BCABC with #BC9BCA are triadic colors.

2 #CA9BBC and #9BBCCA with #BC9BCA are triadic colors.