COLOR #BC93AF

HEX: #BC93AF RGB: (188,147,175)

Color info

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

RGB color model

#BC93AF color RGB value is (188,147,175).

RGB: (188,147,175) (74%, 58%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 175 of 255 = 69%

188
147
175

R + G + B ~ 67%. #BC93AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 147 + 175 = 510 (100%)
R 188 of 510 ~ 36.86%
G 147 of 510 ~ 28.82%
B 175 of 510 ~ 34.31'%

%36.86
%28.82
%34.31

CMYK color model

#BC93AF color CMYK value is (0,22,7,26).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 6.91%
  • key color value is 26.27%

CMYK: (0,22,7,26)
C0M22Y7K26 (0%, 22%, 7%, 26%)
(0.00 / 0.22 / 0.07 / 0.26)

CMYK percentages

%0
%21.81
%6.91
%26.27

Codes

Color #BC93AF in popluar color models

BC 93 AF
RGB 188 147 175
HSL 319° 23.43% 65.69%
HSB/HSV 319° 21.81% 73.73%
CMYK 0.00% 21.81% 6.91%
26.27%

Color #BC93AF in popluar number systems.

HEX BC 93 AF
Decimal 188 147 175
Binary 10111100 10010011 10101111
Octal 274 223 257

Shades and tints

Shades of #BC93AF

#BC93AF
(188,147,175)
#AB86A0
(171,134,160)
#9A7991
(154,121,145)
#896C82
(137,108,130)
#785F73
(120,95,115)
#675264
(103,82,100)
#564555
(86,69,85)
#453846
(69,56,70)
#342B37
(52,43,55)
#231E28
(35,30,40)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #BC93AF

#BC93AF
(188,147,175)
#C29CB6
(194,156,182)
#C8A5BD
(200,165,189)
#CEAEC4
(206,174,196)
#D4B7CB
(212,183,203)
#DAC0D2
(218,192,210)
#E0C9D9
(224,201,217)
#E6D2E0
(230,210,224)
#ECDBE7
(236,219,231)
#F2E4EE
(242,228,238)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC93AF; }

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

This text font color is #BC93AF.

Background Color

.myBgColor { background-color: #BC93AF; }

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

This div background color is #BC93AF.

Border color

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

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

This div border color is #BC93AF.

Opacity

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

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

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

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

This text has shadow with #BC93AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC93AF.

Preview

Color preview on black background

This text has color #BC93AF on black background.


Color preview on white background

This text has color #BC93AF on white background.


Black color preview on #BC93AF background

This text has black color on #BC93AF background.


White color preview on #BC93AF background

This text has white color on #BC93AF background.


Related colors

Complementary color

Complementary color for #hex is #436C50.


I love getcolorcode.com

Triadic colors

1 #AFBC93 and #93AFBC with #BC93AF are triadic colors.

2 #AF93BC and #93BCAF with #BC93AF are triadic colors.