COLOR #BC83AF

HEX: #BC83AF
RGB: (188,131,175)

Color info

#BC83AF contains red, green and blue colors in about the same proportion. Web safe color of #BC83AF is #CC9999 (or #C99).

RGB color model

#BC83AF color RGB value is (188,131,175).

  • red value is 188;
  • green value is 131;
  • blue value is 175.
RGB:
(188,131,175)
(74%,51%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 131 of 255 = 51%
B 175 of 255 = 69%

188
131
175

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

Portions of RGB colors in percentages

R + G + B =
188 + 131 + 175 = 494 (100%)
R 188 of 494 ~ 38.06%
G 131 of 494 ~ 26.52%
B 175 of 494 ~ 35.43%

%38.06
%26.52
%35.43

CMYK color model

#BC83AF color CMYK value is (0,30,7,26).

  • cyan value is 0.00%
  • magenta value is 30.32%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,30,7,26)
C0M30Y7K26 
(0%,30%,7%,26%)
(0.00/0.30/0.07/0.26)	

CMYK percentages

%0
%30.32
%6.91
%26.27

Codes

Color #BC83AF in popluar color models

BC83AF
RGB188131175
HSL314°29.84%62.55%
HSB/HSV314°30.32%73.73%
CMYK0.00%30.32%6.91%
26.27%

Color #BC83AF in popluar number systems.

HEXBC83AF
Decimal188131175
Binary101111001000001110101111
Octal274203257

Shades and tints

Shades of #BC83AF

#BC83AF
(188,131,175)
#AB78A0
(171,120,160)
#9A6D91
(154,109,145)
#896282
(137,98,130)
#785773
(120,87,115)
#674C64
(103,76,100)
#564155
(86,65,85)
#453646
(69,54,70)
#342B37
(52,43,55)
#232028
(35,32,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BC83AF

#BC83AF
(188,131,175)
#C28EB6
(194,142,182)
#C899BD
(200,153,189)
#CEA4C4
(206,164,196)
#D4AFCB
(212,175,203)
#DABAD2
(218,186,210)
#E0C5D9
(224,197,217)
#E6D0E0
(230,208,224)
#ECDBE7
(236,219,231)
#F2E6EE
(242,230,238)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC83AF color. Also use rgb(188,131,175) instead hex code.

Text Font Color

.myTextColor { color: #BC83AF; }

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

This text font color is #BC83AF.


Background Color

.myBgColor { background-color: #BC83AF; }

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

This div background color is #BC83AF.


Border color

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

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

This div border color is #BC83AF.


Opacity

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

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

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

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

This text has shadow with #BC83AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC83AF on black background.


Color preview on white background

This text has color #BC83AF on white background.



Black color preview on #BC83AF background

This text has black color on #BC83AF background.


White color preview on #BC83AF background

This text has white color on #BC83AF background.