COLOR #BC80B8

HEX: #BC80B8 RGB: (188,128,184)

Color info

#BC80B8 contains mainly red and blue colors. Web safe color of #BC80B8 is #CC66CC (or #C6C).

RGB color model

#BC80B8 color RGB value is (188,128,184).

RGB: (188,128,184) (74%, 50%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 128 of 255 = 50%
B 184 of 255 = 72%

188
128
184

R + G + B ~ 65%. #BC80B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 128 + 184 = 500 (100%)
R 188 of 500 ~ 37.6%
G 128 of 500 ~ 25.6%
B 184 of 500 ~ 36.8'%

%37.6
%25.6
%36.8

CMYK color model

#BC80B8 color CMYK value is (0,32,2,26).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 2.13%
  • key color value is 26.27%

CMYK: (0,32,2,26)
C0M32Y2K26 (0%, 32%, 2%, 26%)
(0.00 / 0.32 / 0.02 / 0.26)

CMYK percentages

%0
%31.91
%2.13
%26.27

Codes

Color #BC80B8 in popluar color models

BC 80 B8
RGB 188 128 184
HSL 304° 30.93% 61.96%
HSB/HSV 304° 31.91% 73.73%
CMYK 0.00% 31.91% 2.13%
26.27%

Color #BC80B8 in popluar number systems.

HEX BC 80 B8
Decimal 188 128 184
Binary 10111100 10000000 10111000
Octal 274 200 270

Shades and tints

Shades of #BC80B8

#BC80B8
(188,128,184)
#AB75A8
(171,117,168)
#9A6A98
(154,106,152)
#895F88
(137,95,136)
#785478
(120,84,120)
#674968
(103,73,104)
#563E58
(86,62,88)
#453348
(69,51,72)
#342838
(52,40,56)
#231D28
(35,29,40)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BC80B8

#BC80B8
(188,128,184)
#C28BBE
(194,139,190)
#C896C4
(200,150,196)
#CEA1CA
(206,161,202)
#D4ACD0
(212,172,208)
#DAB7D6
(218,183,214)
#E0C2DC
(224,194,220)
#E6CDE2
(230,205,226)
#ECD8E8
(236,216,232)
#F2E3EE
(242,227,238)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC80B8 color. Also use rgb(188,128,184) instead hex code.

Text Font Color

.myTextColor { color: #BC80B8; }

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

This text font color is #BC80B8.

Background Color

.myBgColor { background-color: #BC80B8; }

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

This div background color is #BC80B8.

Border color

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

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

This div border color is #BC80B8.

Opacity

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

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

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

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

This text has shadow with #BC80B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC80B8.

Preview

Color preview on black background

This text has color #BC80B8 on black background.


Color preview on white background

This text has color #BC80B8 on white background.


Black color preview on #BC80B8 background

This text has black color on #BC80B8 background.


White color preview on #BC80B8 background

This text has white color on #BC80B8 background.


Related colors

Complementary color

Complementary color for #hex is #437F47.


I love getcolorcode.com

Triadic colors

1 #B8BC80 and #80B8BC with #BC80B8 are triadic colors.

2 #B880BC and #80BCB8 with #BC80B8 are triadic colors.