COLOR #BC9BB0

HEX: #BC9BB0 RGB: (188,155,176)

Color info

#BC9BB0 contains red, green and blue colors in about the same proportion. Web safe color of #BC9BB0 is #CC9999 (or #C99).

RGB color model

#BC9BB0 color RGB value is (188,155,176).

RGB: (188,155,176) (74%, 61%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 155 of 255 = 61%
B 176 of 255 = 69%

188
155
176

R + G + B ~ 68%. #BC9BB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 155 + 176 = 519 (100%)
R 188 of 519 ~ 36.22%
G 155 of 519 ~ 29.87%
B 176 of 519 ~ 33.91'%

%36.22
%29.87
%33.91

CMYK color model

#BC9BB0 color CMYK value is (0,18,6,26).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 6.38%
  • key color value is 26.27%

CMYK: (0,18,6,26)
C0M18Y6K26 (0%, 18%, 6%, 26%)
(0.00 / 0.18 / 0.06 / 0.26)

CMYK percentages

%0
%17.55
%6.38
%26.27

Codes

Color #BC9BB0 in popluar color models

BC 9B B0
RGB 188 155 176
HSL 322° 19.76% 67.25%
HSB/HSV 322° 17.55% 73.73%
CMYK 0.00% 17.55% 6.38%
26.27%

Color #BC9BB0 in popluar number systems.

HEX BC 9B B0
Decimal 188 155 176
Binary 10111100 10011011 10110000
Octal 274 233 260

Shades and tints

Shades of #BC9BB0

#BC9BB0
(188,155,176)
#AB8DA0
(171,141,160)
#9A7F90
(154,127,144)
#897180
(137,113,128)
#786370
(120,99,112)
#675560
(103,85,96)
#564750
(86,71,80)
#453940
(69,57,64)
#342B30
(52,43,48)
#231D20
(35,29,32)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #BC9BB0

#BC9BB0
(188,155,176)
#C2A4B7
(194,164,183)
#C8ADBE
(200,173,190)
#CEB6C5
(206,182,197)
#D4BFCC
(212,191,204)
#DAC8D3
(218,200,211)
#E0D1DA
(224,209,218)
#E6DAE1
(230,218,225)
#ECE3E8
(236,227,232)
#F2ECEF
(242,236,239)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9BB0; }

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

This text font color is #BC9BB0.

Background Color

.myBgColor { background-color: #BC9BB0; }

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

This div background color is #BC9BB0.

Border color

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

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

This div border color is #BC9BB0.

Opacity

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

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

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

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

This text has shadow with #BC9BB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9BB0.

Preview

Color preview on black background

This text has color #BC9BB0 on black background.


Color preview on white background

This text has color #BC9BB0 on white background.


Black color preview on #BC9BB0 background

This text has black color on #BC9BB0 background.


White color preview on #BC9BB0 background

This text has white color on #BC9BB0 background.


Related colors

Complementary color

Complementary color for #hex is #43644F.


I love getcolorcode.com

Triadic colors

1 #B0BC9B and #9BB0BC with #BC9BB0 are triadic colors.

2 #B09BBC and #9BBCB0 with #BC9BB0 are triadic colors.