COLOR #BAB4E0

HEX: #BAB4E0
RGB: (186,180,224)

Color info

#BAB4E0 contains red, green and blue colors in about the same proportion. Web safe color of #BAB4E0 is #CCCCCC (or #CCC).

RGB color model

#BAB4E0 color RGB value is (186,180,224).

  • red value is 186;
  • green value is 180;
  • blue value is 224.
RGB:
(186,180,224)
(73%,71%,88%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 224 of 255 = 88%

186
180
224

R + G + B ~ 77%. #BAB4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 224 = 590 (100%)
R 186 of 590 ~ 31.53%
G 180 of 590 ~ 30.51%
B 224 of 590 ~ 37.97%

%31.53
%30.51
%37.97

CMYK color model

#BAB4E0 color CMYK value is (17,20,0,12).

  • cyan value is 16.96%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(17,20,0,12)
C17M20Y0K12 
(17%,20%,0%,12%)
(0.17/0.20/0.00/0.12)	

CMYK percentages

%16.96
%19.64
%0
%12.16

Codes

Color #BAB4E0 in popluar color models

BAB4E0
RGB186180224
HSL248°41.51%79.22%
HSB/HSV248°19.64%87.84%
CMYK16.96%19.64%0.00%
12.16%

Color #BAB4E0 in popluar number systems.

HEXBAB4E0
Decimal186180224
Binary101110101011010011100000
Octal272264340

Shades and tints

Shades of #BAB4E0

#BAB4E0
(186,180,224)
#AAA4CC
(170,164,204)
#9A94B8
(154,148,184)
#8A84A4
(138,132,164)
#7A7490
(122,116,144)
#6A647C
(106,100,124)
#5A5468
(90,84,104)
#4A4454
(74,68,84)
#3A3440
(58,52,64)
#2A242C
(42,36,44)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #BAB4E0

#BAB4E0
(186,180,224)
#C0BAE2
(192,186,226)
#C6C0E4
(198,192,228)
#CCC6E6
(204,198,230)
#D2CCE8
(210,204,232)
#D8D2EA
(216,210,234)
#DED8EC
(222,216,236)
#E4DEEE
(228,222,238)
#EAE4F0
(234,228,240)
#F0EAF2
(240,234,242)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB4E0 color. Also use rgb(186,180,224) instead hex code.

Text Font Color

.myTextColor { color: #BAB4E0; }

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

This text font color is #BAB4E0.


Background Color

.myBgColor { background-color: #BAB4E0; }

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

This div background color is #BAB4E0.


Border color

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

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

This div border color is #BAB4E0.


Opacity

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

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

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

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

This text has shadow with #BAB4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB4E0 on black background.


Color preview on white background

This text has color #BAB4E0 on white background.



Black color preview on #BAB4E0 background

This text has black color on #BAB4E0 background.


White color preview on #BAB4E0 background

This text has white color on #BAB4E0 background.