COLOR #BA96DD

HEX: #BA96DD RGB: (186,150,221)

Color info

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

RGB color model

#BA96DD color RGB value is (186,150,221).

RGB: (186,150,221) (73%, 59%, 87%)

RGB channels and saturation

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

186
150
221

R + G + B ~ 73%. #BA96DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 150 + 221 = 557 (100%)
R 186 of 557 ~ 33.39%
G 150 of 557 ~ 26.93%
B 221 of 557 ~ 39.68'%

%33.39
%26.93
%39.68

CMYK color model

#BA96DD color CMYK value is (16,32,0,13).

  • cyan value is 15.84%
  • magenta value is 32.13%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (16,32,0,13)
C16M32Y0K13 (16%, 32%, 0%, 13%)
(0.16 / 0.32 / 0.00 / 0.13)

CMYK percentages

%15.84
%32.13
%0
%13.33

Codes

Color #BA96DD in popluar color models

BA 96 DD
RGB 186 150 221
HSL 270° 51.08% 72.75%
HSB/HSV 270° 32.13% 86.67%
CMYK 15.84% 32.13% 0.00%
13.33%

Color #BA96DD in popluar number systems.

HEX BA 96 DD
Decimal 186 150 221
Binary 10111010 10010110 11011101
Octal 272 226 335

Shades and tints

Shades of #BA96DD

#BA96DD
(186,150,221)
#AA89C9
(170,137,201)
#9A7CB5
(154,124,181)
#8A6FA1
(138,111,161)
#7A628D
(122,98,141)
#6A5579
(106,85,121)
#5A4865
(90,72,101)
#4A3B51
(74,59,81)
#3A2E3D
(58,46,61)
#2A2129
(42,33,41)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #BA96DD

#BA96DD
(186,150,221)
#C09FE0
(192,159,224)
#C6A8E3
(198,168,227)
#CCB1E6
(204,177,230)
#D2BAE9
(210,186,233)
#D8C3EC
(216,195,236)
#DECCEF
(222,204,239)
#E4D5F2
(228,213,242)
#EADEF5
(234,222,245)
#F0E7F8
(240,231,248)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA96DD; }

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

This text font color is #BA96DD.

Background Color

.myBgColor { background-color: #BA96DD; }

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

This div background color is #BA96DD.

Border color

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

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

This div border color is #BA96DD.

Opacity

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

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

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

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

This text has shadow with #BA96DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA96DD.

Preview

Color preview on black background

This text has color #BA96DD on black background.


Color preview on white background

This text has color #BA96DD on white background.


Black color preview on #BA96DD background

This text has black color on #BA96DD background.


White color preview on #BA96DD background

This text has white color on #BA96DD background.


Related colors

Complementary color

Complementary color for #hex is #456922.


I love getcolorcode.com

Triadic colors

1 #DDBA96 and #96DDBA with #BA96DD are triadic colors.

2 #DD96BA and #96BADD with #BA96DD are triadic colors.