COLOR #BAB2ED

HEX: #BAB2ED
RGB: (186,178,237)

Color info

#BAB2ED contains red, green and blue colors in about the same proportion. Web safe color of #BAB2ED is #CC99FF (or #C9F).

RGB color model

#BAB2ED color RGB value is (186,178,237).

  • red value is 186;
  • green value is 178;
  • blue value is 237.
RGB:
(186,178,237)
(73%,70%,93%)

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 237 of 255 = 93%

186
178
237

R + G + B ~ 79%. #BAB2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 178 + 237 = 601 (100%)
R 186 of 601 ~ 30.95%
G 178 of 601 ~ 29.62%
B 237 of 601 ~ 39.43%

%30.95
%29.62
%39.43

CMYK color model

#BAB2ED color CMYK value is (22,25,0,7).

  • cyan value is 21.52%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,25,0,7)
C22M25Y0K7 
(22%,25%,0%,7%)
(0.22/0.25/0.00/0.07)	

CMYK percentages

%21.52
%24.89
%0
%7.06

Codes

Color #BAB2ED in popluar color models

BAB2ED
RGB186178237
HSL248°62.11%81.37%
HSB/HSV248°24.89%92.94%
CMYK21.52%24.89%0.00%
7.06%

Color #BAB2ED in popluar number systems.

HEXBAB2ED
Decimal186178237
Binary101110101011001011101101
Octal272262355

Shades and tints

Shades of #BAB2ED

#BAB2ED
(186,178,237)
#AAA2D8
(170,162,216)
#9A92C3
(154,146,195)
#8A82AE
(138,130,174)
#7A7299
(122,114,153)
#6A6284
(106,98,132)
#5A526F
(90,82,111)
#4A425A
(74,66,90)
#3A3245
(58,50,69)
#2A2230
(42,34,48)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #BAB2ED

#BAB2ED
(186,178,237)
#C0B9EE
(192,185,238)
#C6C0EF
(198,192,239)
#CCC7F0
(204,199,240)
#D2CEF1
(210,206,241)
#D8D5F2
(216,213,242)
#DEDCF3
(222,220,243)
#E4E3F4
(228,227,244)
#EAEAF5
(234,234,245)
#F0F1F6
(240,241,246)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB2ED color. Also use rgb(186,178,237) instead hex code.

Text Font Color

.myTextColor { color: #BAB2ED; }

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

This text font color is #BAB2ED.


Background Color

.myBgColor { background-color: #BAB2ED; }

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

This div background color is #BAB2ED.


Border color

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

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

This div border color is #BAB2ED.


Opacity

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

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

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

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

This text has shadow with #BAB2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB2ED on black background.


Color preview on white background

This text has color #BAB2ED on white background.



Black color preview on #BAB2ED background

This text has black color on #BAB2ED background.


White color preview on #BAB2ED background

This text has white color on #BAB2ED background.