COLOR #BA88B8

HEX: #BA88B8
RGB: (186,136,184)

Color info

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

RGB color model

#BA88B8 color RGB value is (186,136,184).

  • red value is 186;
  • green value is 136;
  • blue value is 184.
RGB:
(186,136,184)
(73%,53%,72%)

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 184 of 255 = 72%

186
136
184

R + G + B ~ 66%. #BA88B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 136 + 184 = 506 (100%)
R 186 of 506 ~ 36.76%
G 136 of 506 ~ 26.88%
B 184 of 506 ~ 36.36%

%36.76
%26.88
%36.36

CMYK color model

#BA88B8 color CMYK value is (0,27,1,27).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(0,27,1,27)
C0M27Y1K27 
(0%,27%,1%,27%)
(0.00/0.27/0.01/0.27)	

CMYK percentages

%0
%26.88
%1.08
%27.06

Codes

Color #BA88B8 in popluar color models

BA88B8
RGB186136184
HSL302°26.60%63.14%
HSB/HSV302°26.88%72.94%
CMYK0.00%26.88%1.08%
27.06%

Color #BA88B8 in popluar number systems.

HEXBA88B8
Decimal186136184
Binary101110101000100010111000
Octal272210270

Shades and tints

Shades of #BA88B8

#BA88B8
(186,136,184)
#AA7CA8
(170,124,168)
#9A7098
(154,112,152)
#8A6488
(138,100,136)
#7A5878
(122,88,120)
#6A4C68
(106,76,104)
#5A4058
(90,64,88)
#4A3448
(74,52,72)
#3A2838
(58,40,56)
#2A1C28
(42,28,40)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #BA88B8

#BA88B8
(186,136,184)
#C092BE
(192,146,190)
#C69CC4
(198,156,196)
#CCA6CA
(204,166,202)
#D2B0D0
(210,176,208)
#D8BAD6
(216,186,214)
#DEC4DC
(222,196,220)
#E4CEE2
(228,206,226)
#EAD8E8
(234,216,232)
#F0E2EE
(240,226,238)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA88B8 color. Also use rgb(186,136,184) instead hex code.

Text Font Color

.myTextColor { color: #BA88B8; }

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

This text font color is #BA88B8.


Background Color

.myBgColor { background-color: #BA88B8; }

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

This div background color is #BA88B8.


Border color

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

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

This div border color is #BA88B8.


Opacity

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

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

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

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

This text has shadow with #BA88B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA88B8 on black background.


Color preview on white background

This text has color #BA88B8 on white background.



Black color preview on #BA88B8 background

This text has black color on #BA88B8 background.


White color preview on #BA88B8 background

This text has white color on #BA88B8 background.