COLOR #BA9FBE

HEX: #BA9FBE
RGB: (186,159,190)

Color info

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

RGB color model

#BA9FBE color RGB value is (186,159,190).

  • red value is 186;
  • green value is 159;
  • blue value is 190.
RGB:
(186,159,190)
(73%,62%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 159 of 255 = 62%
B 190 of 255 = 75%

186
159
190

R + G + B ~ 70%. #BA9FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 159 + 190 = 535 (100%)
R 186 of 535 ~ 34.77%
G 159 of 535 ~ 29.72%
B 190 of 535 ~ 35.51%

%34.77
%29.72
%35.51

CMYK color model

#BA9FBE color CMYK value is (2,16,0,25).

  • cyan value is 2.11%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,16,0,25)
C2M16Y0K25 
(2%,16%,0%,25%)
(0.02/0.16/0.00/0.25)	

CMYK percentages

%2.11
%16.32
%0
%25.49

Codes

Color #BA9FBE in popluar color models

BA9FBE
RGB186159190
HSL292°19.25%68.43%
HSB/HSV292°16.32%74.51%
CMYK2.11%16.32%0.00%
25.49%

Color #BA9FBE in popluar number systems.

HEXBA9FBE
Decimal186159190
Binary101110101001111110111110
Octal272237276

Shades and tints

Shades of #BA9FBE

#BA9FBE
(186,159,190)
#AA91AD
(170,145,173)
#9A839C
(154,131,156)
#8A758B
(138,117,139)
#7A677A
(122,103,122)
#6A5969
(106,89,105)
#5A4B58
(90,75,88)
#4A3D47
(74,61,71)
#3A2F36
(58,47,54)
#2A2125
(42,33,37)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #BA9FBE

#BA9FBE
(186,159,190)
#C0A7C3
(192,167,195)
#C6AFC8
(198,175,200)
#CCB7CD
(204,183,205)
#D2BFD2
(210,191,210)
#D8C7D7
(216,199,215)
#DECFDC
(222,207,220)
#E4D7E1
(228,215,225)
#EADFE6
(234,223,230)
#F0E7EB
(240,231,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9FBE; }

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

This text font color is #BA9FBE.


Background Color

.myBgColor { background-color: #BA9FBE; }

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

This div background color is #BA9FBE.


Border color

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

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

This div border color is #BA9FBE.


Opacity

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

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

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

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

This text has shadow with #BA9FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9FBE on black background.


Color preview on white background

This text has color #BA9FBE on white background.



Black color preview on #BA9FBE background

This text has black color on #BA9FBE background.


White color preview on #BA9FBE background

This text has white color on #BA9FBE background.