COLOR #BAB0ED

HEX: #BAB0ED RGB: (186,176,237)

Color info

#BAB0ED contains mainly red and blue colors. Web safe color of #BAB0ED is #CC99FF (or #C9F).

RGB color model

#BAB0ED color RGB value is (186,176,237).

RGB: (186,176,237) (73%, 69%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 176 of 255 = 69%
B 237 of 255 = 93%

186
176
237

R + G + B ~ 78%. #BAB0ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 176 + 237 = 599 (100%)
R 186 of 599 ~ 31.05%
G 176 of 599 ~ 29.38%
B 237 of 599 ~ 39.57'%

%31.05
%29.38
%39.57

CMYK color model

#BAB0ED color CMYK value is (22,26,0,7).

  • cyan value is 21.52%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,26,0,7)
C22M26Y0K7 (22%, 26%, 0%, 7%)
(0.22 / 0.26 / 0.00 / 0.07)

CMYK percentages

%21.52
%25.74
%0
%7.06

Codes

Color #BAB0ED in popluar color models

BA B0 ED
RGB 186 176 237
HSL 250° 62.89% 80.98%
HSB/HSV 250° 25.74% 92.94%
CMYK 21.52% 25.74% 0.00%
7.06%

Color #BAB0ED in popluar number systems.

HEX BA B0 ED
Decimal 186 176 237
Binary 10111010 10110000 11101101
Octal 272 260 355

Shades and tints

Shades of #BAB0ED

#BAB0ED
(186,176,237)
#AAA0D8
(170,160,216)
#9A90C3
(154,144,195)
#8A80AE
(138,128,174)
#7A7099
(122,112,153)
#6A6084
(106,96,132)
#5A506F
(90,80,111)
#4A405A
(74,64,90)
#3A3045
(58,48,69)
#2A2030
(42,32,48)
#1A101B
(26,16,27)
#000000
(0,0,0)

Tints of #BAB0ED

#BAB0ED
(186,176,237)
#C0B7EE
(192,183,238)
#C6BEEF
(198,190,239)
#CCC5F0
(204,197,240)
#D2CCF1
(210,204,241)
#D8D3F2
(216,211,242)
#DEDAF3
(222,218,243)
#E4E1F4
(228,225,244)
#EAE8F5
(234,232,245)
#F0EFF6
(240,239,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB0ED; }

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

This text font color is #BAB0ED.

Background Color

.myBgColor { background-color: #BAB0ED; }

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

This div background color is #BAB0ED.

Border color

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

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

This div border color is #BAB0ED.

Opacity

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

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

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

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

This text has shadow with #BAB0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB0ED.

Preview

Color preview on black background

This text has color #BAB0ED on black background.


Color preview on white background

This text has color #BAB0ED on white background.


Black color preview on #BAB0ED background

This text has black color on #BAB0ED background.


White color preview on #BAB0ED background

This text has white color on #BAB0ED background.


Related colors

Complementary color

Complementary color for #hex is #454F12.


I love getcolorcode.com

Triadic colors

1 #EDBAB0 and #B0EDBA with #BAB0ED are triadic colors.

2 #EDB0BA and #B0BAED with #BAB0ED are triadic colors.