COLOR #BAABCA

HEX: #BAABCA RGB: (186,171,202)

Color info

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

RGB color model

#BAABCA color RGB value is (186,171,202).

RGB: (186,171,202) (73%, 67%, 79%)

RGB channels and saturation

R 186 of 255 = 73%
G 171 of 255 = 67%
B 202 of 255 = 79%

186
171
202

R + G + B ~ 73%. #BAABCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 171 + 202 = 559 (100%)
R 186 of 559 ~ 33.27%
G 171 of 559 ~ 30.59%
B 202 of 559 ~ 36.14'%

%33.27
%30.59
%36.14

CMYK color model

#BAABCA color CMYK value is (8,15,0,21).

  • cyan value is 7.92%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (8,15,0,21)
C8M15Y0K21 (8%, 15%, 0%, 21%)
(0.08 / 0.15 / 0.00 / 0.21)

CMYK percentages

%7.92
%15.35
%0
%20.78

Codes

Color #BAABCA in popluar color models

BA AB CA
RGB 186 171 202
HSL 269° 22.63% 73.14%
HSB/HSV 269° 15.35% 79.22%
CMYK 7.92% 15.35% 0.00%
20.78%

Color #BAABCA in popluar number systems.

HEX BA AB CA
Decimal 186 171 202
Binary 10111010 10101011 11001010
Octal 272 253 312

Shades and tints

Shades of #BAABCA

#BAABCA
(186,171,202)
#AA9CB8
(170,156,184)
#9A8DA6
(154,141,166)
#8A7E94
(138,126,148)
#7A6F82
(122,111,130)
#6A6070
(106,96,112)
#5A515E
(90,81,94)
#4A424C
(74,66,76)
#3A333A
(58,51,58)
#2A2428
(42,36,40)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #BAABCA

#BAABCA
(186,171,202)
#C0B2CE
(192,178,206)
#C6B9D2
(198,185,210)
#CCC0D6
(204,192,214)
#D2C7DA
(210,199,218)
#D8CEDE
(216,206,222)
#DED5E2
(222,213,226)
#E4DCE6
(228,220,230)
#EAE3EA
(234,227,234)
#F0EAEE
(240,234,238)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAABCA; }

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

This text font color is #BAABCA.

Background Color

.myBgColor { background-color: #BAABCA; }

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

This div background color is #BAABCA.

Border color

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

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

This div border color is #BAABCA.

Opacity

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

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

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

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

This text has shadow with #BAABCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAABCA.

Preview

Color preview on black background

This text has color #BAABCA on black background.


Color preview on white background

This text has color #BAABCA on white background.


Black color preview on #BAABCA background

This text has black color on #BAABCA background.


White color preview on #BAABCA background

This text has white color on #BAABCA background.


Related colors

Complementary color

Complementary color for #hex is #455435.


I love getcolorcode.com

Triadic colors

1 #CABAAB and #ABCABA with #BAABCA are triadic colors.

2 #CAABBA and #ABBACA with #BAABCA are triadic colors.