COLOR #BA97C0

HEX: #BA97C0 RGB: (186,151,192)

Color info

#BA97C0 contains red, green and blue colors in about the same proportion. Web safe color of #BA97C0 is #CC99CC (or #C9C).

RGB color model

#BA97C0 color RGB value is (186,151,192).

RGB: (186,151,192) (73%, 59%, 75%)

RGB channels and saturation

R 186 of 255 = 73%
G 151 of 255 = 59%
B 192 of 255 = 75%

186
151
192

R + G + B ~ 69%. #BA97C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 151 + 192 = 529 (100%)
R 186 of 529 ~ 35.16%
G 151 of 529 ~ 28.54%
B 192 of 529 ~ 36.29'%

%35.16
%28.54
%36.29

CMYK color model

#BA97C0 color CMYK value is (3,21,0,25).

  • cyan value is 3.13%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (3,21,0,25)
C3M21Y0K25 (3%, 21%, 0%, 25%)
(0.03 / 0.21 / 0.00 / 0.25)

CMYK percentages

%3.13
%21.35
%0
%24.71

Codes

Color #BA97C0 in popluar color models

BA 97 C0
RGB 186 151 192
HSL 291° 24.55% 67.25%
HSB/HSV 291° 21.35% 75.29%
CMYK 3.13% 21.35% 0.00%
24.71%

Color #BA97C0 in popluar number systems.

HEX BA 97 C0
Decimal 186 151 192
Binary 10111010 10010111 11000000
Octal 272 227 300

Shades and tints

Shades of #BA97C0

#BA97C0
(186,151,192)
#AA8AAF
(170,138,175)
#9A7D9E
(154,125,158)
#8A708D
(138,112,141)
#7A637C
(122,99,124)
#6A566B
(106,86,107)
#5A495A
(90,73,90)
#4A3C49
(74,60,73)
#3A2F38
(58,47,56)
#2A2227
(42,34,39)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #BA97C0

#BA97C0
(186,151,192)
#C0A0C5
(192,160,197)
#C6A9CA
(198,169,202)
#CCB2CF
(204,178,207)
#D2BBD4
(210,187,212)
#D8C4D9
(216,196,217)
#DECDDE
(222,205,222)
#E4D6E3
(228,214,227)
#EADFE8
(234,223,232)
#F0E8ED
(240,232,237)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA97C0 color. Also use rgb(186,151,192) instead hex code.

Text Font Color

.myTextColor { color: #BA97C0; }

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

This text font color is #BA97C0.

Background Color

.myBgColor { background-color: #BA97C0; }

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

This div background color is #BA97C0.

Border color

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

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

This div border color is #BA97C0.

Opacity

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

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

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

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

This text has shadow with #BA97C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA97C0.

Preview

Color preview on black background

This text has color #BA97C0 on black background.


Color preview on white background

This text has color #BA97C0 on white background.


Black color preview on #BA97C0 background

This text has black color on #BA97C0 background.


White color preview on #BA97C0 background

This text has white color on #BA97C0 background.


Related colors

Complementary color

Complementary color for #hex is #45683F.


I love getcolorcode.com

Triadic colors

1 #C0BA97 and #97C0BA with #BA97C0 are triadic colors.

2 #C097BA and #97BAC0 with #BA97C0 are triadic colors.