COLOR #BA90BA

HEX: #BA90BA
RGB: (186,144,186)

Color info

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

RGB color model

#BA90BA color RGB value is (186,144,186).

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

RGB channels and saturation

R 186 of 255 = 73%
G 144 of 255 = 56%
B 186 of 255 = 73%

186
144
186

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

Portions of RGB colors in percentages

R + G + B =
186 + 144 + 186 = 516 (100%)
R 186 of 516 ~ 36.05%
G 144 of 516 ~ 27.91%
B 186 of 516 ~ 36.05%

%36.05
%27.91
%36.05

CMYK color model

#BA90BA color CMYK value is (0,23,0,27).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(0,23,0,27)
C0M23Y0K27 
(0%,23%,0%,27%)
(0.00/0.23/0.00/0.27)	

CMYK percentages

%0
%22.58
%0
%27.06

Codes

Color #BA90BA in popluar color models

BA90BA
RGB186144186
HSL300°23.33%64.71%
HSB/HSV300°22.58%72.94%
CMYK0.00%22.58%0.00%
27.06%

Color #BA90BA in popluar number systems.

HEXBA90BA
Decimal186144186
Binary101110101001000010111010
Octal272220272

Shades and tints

Shades of #BA90BA

#BA90BA
(186,144,186)
#AA83AA
(170,131,170)
#9A769A
(154,118,154)
#8A698A
(138,105,138)
#7A5C7A
(122,92,122)
#6A4F6A
(106,79,106)
#5A425A
(90,66,90)
#4A354A
(74,53,74)
#3A283A
(58,40,58)
#2A1B2A
(42,27,42)
#1A0E1A
(26,14,26)
#000000
(0,0,0)

Tints of #BA90BA

#BA90BA
(186,144,186)
#C09AC0
(192,154,192)
#C6A4C6
(198,164,198)
#CCAECC
(204,174,204)
#D2B8D2
(210,184,210)
#D8C2D8
(216,194,216)
#DECCDE
(222,204,222)
#E4D6E4
(228,214,228)
#EAE0EA
(234,224,234)
#F0EAF0
(240,234,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA90BA; }

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

This text font color is #BA90BA.


Background Color

.myBgColor { background-color: #BA90BA; }

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

This div background color is #BA90BA.


Border color

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

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

This div border color is #BA90BA.


Opacity

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

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

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

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

This text has shadow with #BA90BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA90BA on black background.


Color preview on white background

This text has color #BA90BA on white background.



Black color preview on #BA90BA background

This text has black color on #BA90BA background.


White color preview on #BA90BA background

This text has white color on #BA90BA background.