COLOR #BA96BA

HEX: #BA96BA
RGB: (186,150,186)

Color info

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

RGB color model

#BA96BA color RGB value is (186,150,186).

  • red value is 186;
  • green value is 150;
  • blue value is 186.
RGB:
(186,150,186)
(73%,59%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 150 of 255 = 59%
B 186 of 255 = 73%

186
150
186

R + G + B ~ 68%. #BA96BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 186 = 522 (100%)
R 186 of 522 ~ 35.63%
G 150 of 522 ~ 28.74%
B 186 of 522 ~ 35.63%

%35.63
%28.74
%35.63

CMYK color model

#BA96BA color CMYK value is (0,19,0,27).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(0,19,0,27)
C0M19Y0K27 
(0%,19%,0%,27%)
(0.00/0.19/0.00/0.27)	

CMYK percentages

%0
%19.35
%0
%27.06

Codes

Color #BA96BA in popluar color models

BA96BA
RGB186150186
HSL300°20.69%65.88%
HSB/HSV300°19.35%72.94%
CMYK0.00%19.35%0.00%
27.06%

Color #BA96BA in popluar number systems.

HEXBA96BA
Decimal186150186
Binary101110101001011010111010
Octal272226272

Shades and tints

Shades of #BA96BA

#BA96BA
(186,150,186)
#AA89AA
(170,137,170)
#9A7C9A
(154,124,154)
#8A6F8A
(138,111,138)
#7A627A
(122,98,122)
#6A556A
(106,85,106)
#5A485A
(90,72,90)
#4A3B4A
(74,59,74)
#3A2E3A
(58,46,58)
#2A212A
(42,33,42)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #BA96BA

#BA96BA
(186,150,186)
#C09FC0
(192,159,192)
#C6A8C6
(198,168,198)
#CCB1CC
(204,177,204)
#D2BAD2
(210,186,210)
#D8C3D8
(216,195,216)
#DECCDE
(222,204,222)
#E4D5E4
(228,213,228)
#EADEEA
(234,222,234)
#F0E7F0
(240,231,240)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA96BA; }

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

This text font color is #BA96BA.


Background Color

.myBgColor { background-color: #BA96BA; }

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

This div background color is #BA96BA.


Border color

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

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

This div border color is #BA96BA.


Opacity

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

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

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

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

This text has shadow with #BA96BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA96BA on black background.


Color preview on white background

This text has color #BA96BA on white background.



Black color preview on #BA96BA background

This text has black color on #BA96BA background.


White color preview on #BA96BA background

This text has white color on #BA96BA background.