COLOR #BC80B2

HEX: #BC80B2 RGB: (188,128,178)

Color info

#BC80B2 contains mainly red and blue colors. Web safe color of #BC80B2 is #CC6699 (or #C69).

RGB color model

#BC80B2 color RGB value is (188,128,178).

RGB: (188,128,178) (74%, 50%, 70%)

RGB channels and saturation

R 188 of 255 = 74%
G 128 of 255 = 50%
B 178 of 255 = 70%

188
128
178

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

Portions of RGB colors in percentages

R + G + B = 188 + 128 + 178 = 494 (100%)
R 188 of 494 ~ 38.06%
G 128 of 494 ~ 25.91%
B 178 of 494 ~ 36.03'%

%38.06
%25.91
%36.03

CMYK color model

#BC80B2 color CMYK value is (0,32,5,26).

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

CMYK: (0,32,5,26)
C0M32Y5K26 (0%, 32%, 5%, 26%)
(0.00 / 0.32 / 0.05 / 0.26)

CMYK percentages

%0
%31.91
%5.32
%26.27

Codes

Color #BC80B2 in popluar color models

BC 80 B2
RGB 188 128 178
HSL 310° 30.93% 61.96%
HSB/HSV 310° 31.91% 73.73%
CMYK 0.00% 31.91% 5.32%
26.27%

Color #BC80B2 in popluar number systems.

HEX BC 80 B2
Decimal 188 128 178
Binary 10111100 10000000 10110010
Octal 274 200 262

Shades and tints

Shades of #BC80B2

#BC80B2
(188,128,178)
#AB75A2
(171,117,162)
#9A6A92
(154,106,146)
#895F82
(137,95,130)
#785472
(120,84,114)
#674962
(103,73,98)
#563E52
(86,62,82)
#453342
(69,51,66)
#342832
(52,40,50)
#231D22
(35,29,34)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #BC80B2

#BC80B2
(188,128,178)
#C28BB9
(194,139,185)
#C896C0
(200,150,192)
#CEA1C7
(206,161,199)
#D4ACCE
(212,172,206)
#DAB7D5
(218,183,213)
#E0C2DC
(224,194,220)
#E6CDE3
(230,205,227)
#ECD8EA
(236,216,234)
#F2E3F1
(242,227,241)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC80B2; }

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

This text font color is #BC80B2.

Background Color

.myBgColor { background-color: #BC80B2; }

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

This div background color is #BC80B2.

Border color

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

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

This div border color is #BC80B2.

Opacity

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

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

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

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

This text has shadow with #BC80B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC80B2.

Preview

Color preview on black background

This text has color #BC80B2 on black background.


Color preview on white background

This text has color #BC80B2 on white background.


Black color preview on #BC80B2 background

This text has black color on #BC80B2 background.


White color preview on #BC80B2 background

This text has white color on #BC80B2 background.


Related colors

Complementary color

Complementary color for #hex is #437F4D.


I love getcolorcode.com

Triadic colors

1 #B2BC80 and #80B2BC with #BC80B2 are triadic colors.

2 #B280BC and #80BCB2 with #BC80B2 are triadic colors.