COLOR #BC769F

HEX: #BC769F RGB: (188,118,159)

Color info

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

RGB color model

#BC769F color RGB value is (188,118,159).

RGB: (188,118,159) (74%, 46%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 118 of 255 = 46%
B 159 of 255 = 62%

188
118
159

R + G + B ~ 61%. #BC769F is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 118 + 159 = 465 (100%)
R 188 of 465 ~ 40.43%
G 118 of 465 ~ 25.38%
B 159 of 465 ~ 34.19'%

%40.43
%25.38
%34.19

CMYK color model

#BC769F color CMYK value is (0,37,15,26).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 15.43%
  • key color value is 26.27%

CMYK: (0,37,15,26)
C0M37Y15K26 (0%, 37%, 15%, 26%)
(0.00 / 0.37 / 0.15 / 0.26)

CMYK percentages

%0
%37.23
%15.43
%26.27

Codes

Color #BC769F in popluar color models

BC 76 9F
RGB 188 118 159
HSL 325° 34.31% 60.00%
HSB/HSV 325° 37.23% 73.73%
CMYK 0.00% 37.23% 15.43%
26.27%

Color #BC769F in popluar number systems.

HEX BC 76 9F
Decimal 188 118 159
Binary 10111100 1110110 10011111
Octal 274 166 237

Shades and tints

Shades of #BC769F

#BC769F
(188,118,159)
#AB6C91
(171,108,145)
#9A6283
(154,98,131)
#895875
(137,88,117)
#784E67
(120,78,103)
#674459
(103,68,89)
#563A4B
(86,58,75)
#45303D
(69,48,61)
#34262F
(52,38,47)
#231C21
(35,28,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #BC769F

#BC769F
(188,118,159)
#C282A7
(194,130,167)
#C88EAF
(200,142,175)
#CE9AB7
(206,154,183)
#D4A6BF
(212,166,191)
#DAB2C7
(218,178,199)
#E0BECF
(224,190,207)
#E6CAD7
(230,202,215)
#ECD6DF
(236,214,223)
#F2E2E7
(242,226,231)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC769F color. Also use rgb(188,118,159) instead hex code.

Text Font Color

.myTextColor { color: #BC769F; }

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

This text font color is #BC769F.

Background Color

.myBgColor { background-color: #BC769F; }

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

This div background color is #BC769F.

Border color

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

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

This div border color is #BC769F.

Opacity

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

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

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

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

This text has shadow with #BC769F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC769F.

Preview

Color preview on black background

This text has color #BC769F on black background.


Color preview on white background

This text has color #BC769F on white background.


Black color preview on #BC769F background

This text has black color on #BC769F background.


White color preview on #BC769F background

This text has white color on #BC769F background.


Related colors

Complementary color

Complementary color for #hex is #438960.


I love getcolorcode.com

Triadic colors

1 #9FBC76 and #769FBC with #BC769F are triadic colors.

2 #9F76BC and #76BC9F with #BC769F are triadic colors.