COLOR #BAB2E3

HEX: #BAB2E3 RGB: (186,178,227)

Color info

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

RGB color model

#BAB2E3 color RGB value is (186,178,227).

RGB: (186,178,227) (73%, 70%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 227 of 255 = 89%

186
178
227

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

Portions of RGB colors in percentages

R + G + B = 186 + 178 + 227 = 591 (100%)
R 186 of 591 ~ 31.47%
G 178 of 591 ~ 30.12%
B 227 of 591 ~ 38.41'%

%31.47
%30.12
%38.41

CMYK color model

#BAB2E3 color CMYK value is (18,22,0,11).

  • cyan value is 18.06%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (18,22,0,11)
C18M22Y0K11 (18%, 22%, 0%, 11%)
(0.18 / 0.22 / 0.00 / 0.11)

CMYK percentages

%18.06
%21.59
%0
%10.98

Codes

Color #BAB2E3 in popluar color models

BA B2 E3
RGB 186 178 227
HSL 250° 46.67% 79.41%
HSB/HSV 250° 21.59% 89.02%
CMYK 18.06% 21.59% 0.00%
10.98%

Color #BAB2E3 in popluar number systems.

HEX BA B2 E3
Decimal 186 178 227
Binary 10111010 10110010 11100011
Octal 272 262 343

Shades and tints

Shades of #BAB2E3

#BAB2E3
(186,178,227)
#AAA2CF
(170,162,207)
#9A92BB
(154,146,187)
#8A82A7
(138,130,167)
#7A7293
(122,114,147)
#6A627F
(106,98,127)
#5A526B
(90,82,107)
#4A4257
(74,66,87)
#3A3243
(58,50,67)
#2A222F
(42,34,47)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #BAB2E3

#BAB2E3
(186,178,227)
#C0B9E5
(192,185,229)
#C6C0E7
(198,192,231)
#CCC7E9
(204,199,233)
#D2CEEB
(210,206,235)
#D8D5ED
(216,213,237)
#DEDCEF
(222,220,239)
#E4E3F1
(228,227,241)
#EAEAF3
(234,234,243)
#F0F1F5
(240,241,245)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB2E3; }

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

This text font color is #BAB2E3.

Background Color

.myBgColor { background-color: #BAB2E3; }

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

This div background color is #BAB2E3.

Border color

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

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

This div border color is #BAB2E3.

Opacity

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

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

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

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

This text has shadow with #BAB2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB2E3.

Preview

Color preview on black background

This text has color #BAB2E3 on black background.


Color preview on white background

This text has color #BAB2E3 on white background.


Black color preview on #BAB2E3 background

This text has black color on #BAB2E3 background.


White color preview on #BAB2E3 background

This text has white color on #BAB2E3 background.


Related colors

Complementary color

Complementary color for #hex is #454D1C.


I love getcolorcode.com

Triadic colors

1 #E3BAB2 and #B2E3BA with #BAB2E3 are triadic colors.

2 #E3B2BA and #B2BAE3 with #BAB2E3 are triadic colors.