COLOR #BA92BD

HEX: #BA92BD
RGB: (186,146,189)

Color info

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

RGB color model

#BA92BD color RGB value is (186,146,189).

  • red value is 186;
  • green value is 146;
  • blue value is 189.
RGB:
(186,146,189)
(73%,57%,74%)

RGB channels and saturation

R 186 of 255 = 73%
G 146 of 255 = 57%
B 189 of 255 = 74%

186
146
189

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

Portions of RGB colors in percentages

R + G + B =
186 + 146 + 189 = 521 (100%)
R 186 of 521 ~ 35.7%
G 146 of 521 ~ 28.02%
B 189 of 521 ~ 36.28%

%35.7
%28.02
%36.28

CMYK color model

#BA92BD color CMYK value is (2,23,0,26).

  • cyan value is 1.59%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,23,0,26)
C2M23Y0K26 
(2%,23%,0%,26%)
(0.02/0.23/0.00/0.26)	

CMYK percentages

%1.59
%22.75
%0
%25.88

Codes

Color #BA92BD in popluar color models

BA92BD
RGB186146189
HSL296°24.57%65.69%
HSB/HSV296°22.75%74.12%
CMYK1.59%22.75%0.00%
25.88%

Color #BA92BD in popluar number systems.

HEXBA92BD
Decimal186146189
Binary101110101001001010111101
Octal272222275

Shades and tints

Shades of #BA92BD

#BA92BD
(186,146,189)
#AA85AC
(170,133,172)
#9A789B
(154,120,155)
#8A6B8A
(138,107,138)
#7A5E79
(122,94,121)
#6A5168
(106,81,104)
#5A4457
(90,68,87)
#4A3746
(74,55,70)
#3A2A35
(58,42,53)
#2A1D24
(42,29,36)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #BA92BD

#BA92BD
(186,146,189)
#C09BC3
(192,155,195)
#C6A4C9
(198,164,201)
#CCADCF
(204,173,207)
#D2B6D5
(210,182,213)
#D8BFDB
(216,191,219)
#DEC8E1
(222,200,225)
#E4D1E7
(228,209,231)
#EADAED
(234,218,237)
#F0E3F3
(240,227,243)
#F6ECF9
(246,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA92BD; }

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

This text font color is #BA92BD.


Background Color

.myBgColor { background-color: #BA92BD; }

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

This div background color is #BA92BD.


Border color

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

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

This div border color is #BA92BD.


Opacity

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

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

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

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

This text has shadow with #BA92BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA92BD on black background.


Color preview on white background

This text has color #BA92BD on white background.



Black color preview on #BA92BD background

This text has black color on #BA92BD background.


White color preview on #BA92BD background

This text has white color on #BA92BD background.