COLOR #BA92C1

HEX: #BA92C1
RGB: (186,146,193)

Color info

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

RGB color model

#BA92C1 color RGB value is (186,146,193).

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

RGB channels and saturation

R 186 of 255 = 73%
G 146 of 255 = 57%
B 193 of 255 = 76%

186
146
193

R + G + B ~ 69%. #BA92C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 146 + 193 = 525 (100%)
R 186 of 525 ~ 35.43%
G 146 of 525 ~ 27.81%
B 193 of 525 ~ 36.76%

%35.43
%27.81
%36.76

CMYK color model

#BA92C1 color CMYK value is (4,24,0,24).

  • cyan value is 3.63%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(4,24,0,24)
C4M24Y0K24 
(4%,24%,0%,24%)
(0.04/0.24/0.00/0.24)	

CMYK percentages

%3.63
%24.35
%0
%24.31

Codes

Color #BA92C1 in popluar color models

BA92C1
RGB186146193
HSL291°27.49%66.47%
HSB/HSV291°24.35%75.69%
CMYK3.63%24.35%0.00%
24.31%

Color #BA92C1 in popluar number systems.

HEXBA92C1
Decimal186146193
Binary101110101001001011000001
Octal272222301

Shades and tints

Shades of #BA92C1

#BA92C1
(186,146,193)
#AA85B0
(170,133,176)
#9A789F
(154,120,159)
#8A6B8E
(138,107,142)
#7A5E7D
(122,94,125)
#6A516C
(106,81,108)
#5A445B
(90,68,91)
#4A374A
(74,55,74)
#3A2A39
(58,42,57)
#2A1D28
(42,29,40)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #BA92C1

#BA92C1
(186,146,193)
#C09BC6
(192,155,198)
#C6A4CB
(198,164,203)
#CCADD0
(204,173,208)
#D2B6D5
(210,182,213)
#D8BFDA
(216,191,218)
#DEC8DF
(222,200,223)
#E4D1E4
(228,209,228)
#EADAE9
(234,218,233)
#F0E3EE
(240,227,238)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA92C1; }

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

This text font color is #BA92C1.


Background Color

.myBgColor { background-color: #BA92C1; }

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

This div background color is #BA92C1.


Border color

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

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

This div border color is #BA92C1.


Opacity

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

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

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

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

This text has shadow with #BA92C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA92C1 on black background.


Color preview on white background

This text has color #BA92C1 on white background.



Black color preview on #BA92C1 background

This text has black color on #BA92C1 background.


White color preview on #BA92C1 background

This text has white color on #BA92C1 background.