COLOR #BA92BE

HEX: #BA92BE RGB: (186,146,190)

Color info

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

RGB color model

#BA92BE color RGB value is (186,146,190).

RGB: (186,146,190) (73%, 57%, 75%)

RGB channels and saturation

R 186 of 255 = 73%
G 146 of 255 = 57%
B 190 of 255 = 75%

186
146
190

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

Portions of RGB colors in percentages

R + G + B = 186 + 146 + 190 = 522 (100%)
R 186 of 522 ~ 35.63%
G 146 of 522 ~ 27.97%
B 190 of 522 ~ 36.4'%

%35.63
%27.97
%36.4

CMYK color model

#BA92BE color CMYK value is (2,23,0,25).

  • cyan value is 2.11%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (2,23,0,25)
C2M23Y0K25 (2%, 23%, 0%, 25%)
(0.02 / 0.23 / 0.00 / 0.25)

CMYK percentages

%2.11
%23.16
%0
%25.49

Codes

Color #BA92BE in popluar color models

BA 92 BE
RGB 186 146 190
HSL 295° 25.29% 65.88%
HSB/HSV 295° 23.16% 74.51%
CMYK 2.11% 23.16% 0.00%
25.49%

Color #BA92BE in popluar number systems.

HEX BA 92 BE
Decimal 186 146 190
Binary 10111010 10010010 10111110
Octal 272 222 276

Shades and tints

Shades of #BA92BE

#BA92BE
(186,146,190)
#AA85AD
(170,133,173)
#9A789C
(154,120,156)
#8A6B8B
(138,107,139)
#7A5E7A
(122,94,122)
#6A5169
(106,81,105)
#5A4458
(90,68,88)
#4A3747
(74,55,71)
#3A2A36
(58,42,54)
#2A1D25
(42,29,37)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #BA92BE

#BA92BE
(186,146,190)
#C09BC3
(192,155,195)
#C6A4C8
(198,164,200)
#CCADCD
(204,173,205)
#D2B6D2
(210,182,210)
#D8BFD7
(216,191,215)
#DEC8DC
(222,200,220)
#E4D1E1
(228,209,225)
#EADAE6
(234,218,230)
#F0E3EB
(240,227,235)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA92BE; }

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

This text font color is #BA92BE.

Background Color

.myBgColor { background-color: #BA92BE; }

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

This div background color is #BA92BE.

Border color

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

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

This div border color is #BA92BE.

Opacity

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

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

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

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

This text has shadow with #BA92BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA92BE.

Preview

Color preview on black background

This text has color #BA92BE on black background.


Color preview on white background

This text has color #BA92BE on white background.


Black color preview on #BA92BE background

This text has black color on #BA92BE background.


White color preview on #BA92BE background

This text has white color on #BA92BE background.


Related colors

Complementary color

Complementary color for #hex is #456D41.


I love getcolorcode.com

Triadic colors

1 #BEBA92 and #92BEBA with #BA92BE are triadic colors.

2 #BE92BA and #92BABE with #BA92BE are triadic colors.