COLOR #BA96E2

HEX: #BA96E2
RGB: (186,150,226)

Color info

#BA96E2 contains mainly red and blue colors. Web safe color of #BA96E2 is #CC99CC (or #C9C).

RGB color model

#BA96E2 color RGB value is (186,150,226).

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

RGB channels and saturation

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

186
150
226

R + G + B ~ 74%. #BA96E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 150 + 226 = 562 (100%)
R 186 of 562 ~ 33.1%
G 150 of 562 ~ 26.69%
B 226 of 562 ~ 40.21%

%33.1
%26.69
%40.21

CMYK color model

#BA96E2 color CMYK value is (18,34,0,11).

  • cyan value is 17.70%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(18,34,0,11)
C18M34Y0K11 
(18%,34%,0%,11%)
(0.18/0.34/0.00/0.11)	

CMYK percentages

%17.7
%33.63
%0
%11.37

Codes

Color #BA96E2 in popluar color models

BA96E2
RGB186150226
HSL268°56.72%73.73%
HSB/HSV268°33.63%88.63%
CMYK17.70%33.63%0.00%
11.37%

Color #BA96E2 in popluar number systems.

HEXBA96E2
Decimal186150226
Binary101110101001011011100010
Octal272226342

Shades and tints

Shades of #BA96E2

#BA96E2
(186,150,226)
#AA89CE
(170,137,206)
#9A7CBA
(154,124,186)
#8A6FA6
(138,111,166)
#7A6292
(122,98,146)
#6A557E
(106,85,126)
#5A486A
(90,72,106)
#4A3B56
(74,59,86)
#3A2E42
(58,46,66)
#2A212E
(42,33,46)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #BA96E2

#BA96E2
(186,150,226)
#C09FE4
(192,159,228)
#C6A8E6
(198,168,230)
#CCB1E8
(204,177,232)
#D2BAEA
(210,186,234)
#D8C3EC
(216,195,236)
#DECCEE
(222,204,238)
#E4D5F0
(228,213,240)
#EADEF2
(234,222,242)
#F0E7F4
(240,231,244)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA96E2; }

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

This text font color is #BA96E2.


Background Color

.myBgColor { background-color: #BA96E2; }

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

This div background color is #BA96E2.


Border color

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

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

This div border color is #BA96E2.


Opacity

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

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

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

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

This text has shadow with #BA96E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA96E2 on black background.


Color preview on white background

This text has color #BA96E2 on white background.



Black color preview on #BA96E2 background

This text has black color on #BA96E2 background.


White color preview on #BA96E2 background

This text has white color on #BA96E2 background.