COLOR #BC70AB

HEX: #BC70AB RGB: (188,112,171)

Color info

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

RGB color model

#BC70AB color RGB value is (188,112,171).

RGB: (188,112,171) (74%, 44%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 112 of 255 = 44%
B 171 of 255 = 67%

188
112
171

R + G + B ~ 62%. #BC70AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 112 + 171 = 471 (100%)
R 188 of 471 ~ 39.92%
G 112 of 471 ~ 23.78%
B 171 of 471 ~ 36.31'%

%39.92
%23.78
%36.31

CMYK color model

#BC70AB color CMYK value is (0,40,9,26).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 9.04%
  • key color value is 26.27%

CMYK: (0,40,9,26)
C0M40Y9K26 (0%, 40%, 9%, 26%)
(0.00 / 0.40 / 0.09 / 0.26)

CMYK percentages

%0
%40.43
%9.04
%26.27

Codes

Color #BC70AB in popluar color models

BC 70 AB
RGB 188 112 171
HSL 313° 36.19% 58.82%
HSB/HSV 313° 40.43% 73.73%
CMYK 0.00% 40.43% 9.04%
26.27%

Color #BC70AB in popluar number systems.

HEX BC 70 AB
Decimal 188 112 171
Binary 10111100 1110000 10101011
Octal 274 160 253

Shades and tints

Shades of #BC70AB

#BC70AB
(188,112,171)
#AB669C
(171,102,156)
#9A5C8D
(154,92,141)
#89527E
(137,82,126)
#78486F
(120,72,111)
#673E60
(103,62,96)
#563451
(86,52,81)
#452A42
(69,42,66)
#342033
(52,32,51)
#231624
(35,22,36)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #BC70AB

#BC70AB
(188,112,171)
#C27DB2
(194,125,178)
#C88AB9
(200,138,185)
#CE97C0
(206,151,192)
#D4A4C7
(212,164,199)
#DAB1CE
(218,177,206)
#E0BED5
(224,190,213)
#E6CBDC
(230,203,220)
#ECD8E3
(236,216,227)
#F2E5EA
(242,229,234)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC70AB color. Also use rgb(188,112,171) instead hex code.

Text Font Color

.myTextColor { color: #BC70AB; }

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

This text font color is #BC70AB.

Background Color

.myBgColor { background-color: #BC70AB; }

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

This div background color is #BC70AB.

Border color

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

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

This div border color is #BC70AB.

Opacity

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

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

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

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

This text has shadow with #BC70AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC70AB.

Preview

Color preview on black background

This text has color #BC70AB on black background.


Color preview on white background

This text has color #BC70AB on white background.


Black color preview on #BC70AB background

This text has black color on #BC70AB background.


White color preview on #BC70AB background

This text has white color on #BC70AB background.


Related colors

Complementary color

Complementary color for #hex is #438F54.


I love getcolorcode.com

Triadic colors

1 #ABBC70 and #70ABBC with #BC70AB are triadic colors.

2 #AB70BC and #70BCAB with #BC70AB are triadic colors.