COLOR #BC9BBA

HEX: #BC9BBA RGB: (188,155,186)

Color info

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

RGB color model

#BC9BBA color RGB value is (188,155,186).

RGB: (188,155,186) (74%, 61%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 155 of 255 = 61%
B 186 of 255 = 73%

188
155
186

R + G + B ~ 69%. #BC9BBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 155 + 186 = 529 (100%)
R 188 of 529 ~ 35.54%
G 155 of 529 ~ 29.3%
B 186 of 529 ~ 35.16'%

%35.54
%29.3
%35.16

CMYK color model

#BC9BBA color CMYK value is (0,18,1,26).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 1.06%
  • key color value is 26.27%
CMYK: (0,18,1,26) C0M18Y1K26 (0%,18%,1%,26%) (0.00/0.18/0.01/0.26) 

CMYK percentages

%0
%17.55
%1.06
%26.27

Codes

Color #BC9BBA in popluar color models

BC 9B BA
RGB 188 155 186
HSL 304° 19.76% 67.25%
HSB/HSV 304° 17.55% 73.73%
CMYK 0.00% 17.55% 1.06%
26.27%

Color #BC9BBA in popluar number systems.

HEX BC 9B BA
Decimal 188 155 186
Binary 10111100 10011011 10111010
Octal 274 233 272

Shades and tints

Shades of #BC9BBA

#BC9BBA
(188,155,186)
#AB8DAA
(171,141,170)
#9A7F9A
(154,127,154)
#89718A
(137,113,138)
#78637A
(120,99,122)
#67556A
(103,85,106)
#56475A
(86,71,90)
#45394A
(69,57,74)
#342B3A
(52,43,58)
#231D2A
(35,29,42)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #BC9BBA

#BC9BBA
(188,155,186)
#C2A4C0
(194,164,192)
#C8ADC6
(200,173,198)
#CEB6CC
(206,182,204)
#D4BFD2
(212,191,210)
#DAC8D8
(218,200,216)
#E0D1DE
(224,209,222)
#E6DAE4
(230,218,228)
#ECE3EA
(236,227,234)
#F2ECF0
(242,236,240)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9BBA; }

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

This text font color is #BC9BBA.

Background Color

.myBgColor { background-color: #BC9BBA; }

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

This div background color is #BC9BBA.

Border color

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

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

This div border color is #BC9BBA.

Opacity

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

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

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

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

This text has shadow with #BC9BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9BBA.

Preview

Color preview on black background

This text has color #BC9BBA on black background.


Color preview on white background

This text has color #BC9BBA on white background.


Black color preview on #BC9BBA background

This text has black color on #BC9BBA background.


White color preview on #BC9BBA background

This text has white color on #BC9BBA background.


Related colors

Complementary color

Complementary color for #hex is #436445.


I love getcolorcode.com

Triadic colors

1 #BABC9B and #9BBABC with #BC9BBA are triadic colors.

2 #BA9BBC and #9BBCBA with #BC9BBA are triadic colors.