COLOR #BC6690

HEX: #BC6690 RGB: (188,102,144)

Color info

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

RGB color model

#BC6690 color RGB value is (188,102,144).

RGB: (188,102,144) (74%, 40%, 56%)

RGB channels and saturation

R 188 of 255 = 74%
G 102 of 255 = 40%
B 144 of 255 = 56%

188
102
144

R + G + B ~ 57%. #BC6690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 102 + 144 = 434 (100%)
R 188 of 434 ~ 43.32%
G 102 of 434 ~ 23.5%
B 144 of 434 ~ 33.18'%

%43.32
%23.5
%33.18

CMYK color model

#BC6690 color CMYK value is (0,46,23,26).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 23.40%
  • key color value is 26.27%

CMYK: (0,46,23,26)
C0M46Y23K26 (0%, 46%, 23%, 26%)
(0.00 / 0.46 / 0.23 / 0.26)

CMYK percentages

%0
%45.74
%23.4
%26.27

Codes

Color #BC6690 in popluar color models

BC 66 90
RGB 188 102 144
HSL 331° 39.09% 56.86%
HSB/HSV 331° 45.74% 73.73%
CMYK 0.00% 45.74% 23.40%
26.27%

Color #BC6690 in popluar number systems.

HEX BC 66 90
Decimal 188 102 144
Binary 10111100 1100110 10010000
Octal 274 146 220

Shades and tints

Shades of #BC6690

#BC6690
(188,102,144)
#AB5D83
(171,93,131)
#9A5476
(154,84,118)
#894B69
(137,75,105)
#78425C
(120,66,92)
#67394F
(103,57,79)
#563042
(86,48,66)
#452735
(69,39,53)
#341E28
(52,30,40)
#23151B
(35,21,27)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #BC6690

#BC6690
(188,102,144)
#C2739A
(194,115,154)
#C880A4
(200,128,164)
#CE8DAE
(206,141,174)
#D49AB8
(212,154,184)
#DAA7C2
(218,167,194)
#E0B4CC
(224,180,204)
#E6C1D6
(230,193,214)
#ECCEE0
(236,206,224)
#F2DBEA
(242,219,234)
#F8E8F4
(248,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6690 color. Also use rgb(188,102,144) instead hex code.

Text Font Color

.myTextColor { color: #BC6690; }

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

This text font color is #BC6690.

Background Color

.myBgColor { background-color: #BC6690; }

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

This div background color is #BC6690.

Border color

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

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

This div border color is #BC6690.

Opacity

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

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

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

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

This text has shadow with #BC6690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6690.

Preview

Color preview on black background

This text has color #BC6690 on black background.


Color preview on white background

This text has color #BC6690 on white background.


Black color preview on #BC6690 background

This text has black color on #BC6690 background.


White color preview on #BC6690 background

This text has white color on #BC6690 background.


Related colors

Complementary color

Complementary color for #hex is #43996F.


I love getcolorcode.com

Triadic colors

1 #90BC66 and #6690BC with #BC6690 are triadic colors.

2 #9066BC and #66BC90 with #BC6690 are triadic colors.