COLOR #BA90B6

HEX: #BA90B6
RGB: (186,144,182)

Color info

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

RGB color model

#BA90B6 color RGB value is (186,144,182).

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

RGB channels and saturation

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

186
144
182

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

Portions of RGB colors in percentages

R + G + B =
186 + 144 + 182 = 512 (100%)
R 186 of 512 ~ 36.33%
G 144 of 512 ~ 28.13%
B 182 of 512 ~ 35.55%

%36.33
%28.13
%35.55

CMYK color model

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

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

CMYK percentages

%0
%22.58
%2.15
%27.06

Codes

Color #BA90B6 in popluar color models

BA90B6
RGB186144182
HSL306°23.33%64.71%
HSB/HSV306°22.58%72.94%
CMYK0.00%22.58%2.15%
27.06%

Color #BA90B6 in popluar number systems.

HEXBA90B6
Decimal186144182
Binary101110101001000010110110
Octal272220266

Shades and tints

Shades of #BA90B6

#BA90B6
(186,144,182)
#AA83A6
(170,131,166)
#9A7696
(154,118,150)
#8A6986
(138,105,134)
#7A5C76
(122,92,118)
#6A4F66
(106,79,102)
#5A4256
(90,66,86)
#4A3546
(74,53,70)
#3A2836
(58,40,54)
#2A1B26
(42,27,38)
#1A0E16
(26,14,22)
#000000
(0,0,0)

Tints of #BA90B6

#BA90B6
(186,144,182)
#C09ABC
(192,154,188)
#C6A4C2
(198,164,194)
#CCAEC8
(204,174,200)
#D2B8CE
(210,184,206)
#D8C2D4
(216,194,212)
#DECCDA
(222,204,218)
#E4D6E0
(228,214,224)
#EAE0E6
(234,224,230)
#F0EAEC
(240,234,236)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA90B6; }

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

This text font color is #BA90B6.


Background Color

.myBgColor { background-color: #BA90B6; }

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

This div background color is #BA90B6.


Border color

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

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

This div border color is #BA90B6.


Opacity

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

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

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

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

This text has shadow with #BA90B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA90B6 on black background.


Color preview on white background

This text has color #BA90B6 on white background.



Black color preview on #BA90B6 background

This text has black color on #BA90B6 background.


White color preview on #BA90B6 background

This text has white color on #BA90B6 background.