COLOR #BAABE4

HEX: #BAABE4
RGB: (186,171,228)

Color info

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

RGB color model

#BAABE4 color RGB value is (186,171,228).

  • red value is 186;
  • green value is 171;
  • blue value is 228.
RGB:
(186,171,228)
(73%,67%,89%)

RGB channels and saturation

R 186 of 255 = 73%
G 171 of 255 = 67%
B 228 of 255 = 89%

186
171
228

R + G + B ~ 76%. #BAABE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 171 + 228 = 585 (100%)
R 186 of 585 ~ 31.79%
G 171 of 585 ~ 29.23%
B 228 of 585 ~ 38.97%

%31.79
%29.23
%38.97

CMYK color model

#BAABE4 color CMYK value is (18,25,0,11).

  • cyan value is 18.42%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,25,0,11)
C18M25Y0K11 
(18%,25%,0%,11%)
(0.18/0.25/0.00/0.11)	

CMYK percentages

%18.42
%25
%0
%10.59

Codes

Color #BAABE4 in popluar color models

BAABE4
RGB186171228
HSL256°51.35%78.24%
HSB/HSV256°25.00%89.41%
CMYK18.42%25.00%0.00%
10.59%

Color #BAABE4 in popluar number systems.

HEXBAABE4
Decimal186171228
Binary101110101010101111100100
Octal272253344

Shades and tints

Shades of #BAABE4

#BAABE4
(186,171,228)
#AA9CD0
(170,156,208)
#9A8DBC
(154,141,188)
#8A7EA8
(138,126,168)
#7A6F94
(122,111,148)
#6A6080
(106,96,128)
#5A516C
(90,81,108)
#4A4258
(74,66,88)
#3A3344
(58,51,68)
#2A2430
(42,36,48)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #BAABE4

#BAABE4
(186,171,228)
#C0B2E6
(192,178,230)
#C6B9E8
(198,185,232)
#CCC0EA
(204,192,234)
#D2C7EC
(210,199,236)
#D8CEEE
(216,206,238)
#DED5F0
(222,213,240)
#E4DCF2
(228,220,242)
#EAE3F4
(234,227,244)
#F0EAF6
(240,234,246)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAABE4 color. Also use rgb(186,171,228) instead hex code.

Text Font Color

.myTextColor { color: #BAABE4; }

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

This text font color is #BAABE4.


Background Color

.myBgColor { background-color: #BAABE4; }

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

This div background color is #BAABE4.


Border color

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

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

This div border color is #BAABE4.


Opacity

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

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

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

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

This text has shadow with #BAABE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAABE4 on black background.


Color preview on white background

This text has color #BAABE4 on white background.



Black color preview on #BAABE4 background

This text has black color on #BAABE4 background.


White color preview on #BAABE4 background

This text has white color on #BAABE4 background.