COLOR #BCABD9

HEX: #BCABD9 RGB: (188,171,217)

Color info

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

RGB color model

#BCABD9 color RGB value is (188,171,217).

RGB: (188,171,217) (74%, 67%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 217 of 255 = 85%

188
171
217

R + G + B ~ 75%. #BCABD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 171 + 217 = 576 (100%)
R 188 of 576 ~ 32.64%
G 171 of 576 ~ 29.69%
B 217 of 576 ~ 37.67'%

%32.64
%29.69
%37.67

CMYK color model

#BCABD9 color CMYK value is (13,21,0,15).

  • cyan value is 13.36%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (13,21,0,15)
C13M21Y0K15 (13%, 21%, 0%, 15%)
(0.13 / 0.21 / 0.00 / 0.15)

CMYK percentages

%13.36
%21.2
%0
%14.9

Codes

Color #BCABD9 in popluar color models

BC AB D9
RGB 188 171 217
HSL 262° 37.70% 76.08%
HSB/HSV 262° 21.20% 85.10%
CMYK 13.36% 21.20% 0.00%
14.90%

Color #BCABD9 in popluar number systems.

HEX BC AB D9
Decimal 188 171 217
Binary 10111100 10101011 11011001
Octal 274 253 331

Shades and tints

Shades of #BCABD9

#BCABD9
(188,171,217)
#AB9CC6
(171,156,198)
#9A8DB3
(154,141,179)
#897EA0
(137,126,160)
#786F8D
(120,111,141)
#67607A
(103,96,122)
#565167
(86,81,103)
#454254
(69,66,84)
#343341
(52,51,65)
#23242E
(35,36,46)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #BCABD9

#BCABD9
(188,171,217)
#C2B2DC
(194,178,220)
#C8B9DF
(200,185,223)
#CEC0E2
(206,192,226)
#D4C7E5
(212,199,229)
#DACEE8
(218,206,232)
#E0D5EB
(224,213,235)
#E6DCEE
(230,220,238)
#ECE3F1
(236,227,241)
#F2EAF4
(242,234,244)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCABD9 color. Also use rgb(188,171,217) instead hex code.

Text Font Color

.myTextColor { color: #BCABD9; }

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

This text font color is #BCABD9.

Background Color

.myBgColor { background-color: #BCABD9; }

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

This div background color is #BCABD9.

Border color

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

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

This div border color is #BCABD9.

Opacity

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

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

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

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

This text has shadow with #BCABD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCABD9.

Preview

Color preview on black background

This text has color #BCABD9 on black background.


Color preview on white background

This text has color #BCABD9 on white background.


Black color preview on #BCABD9 background

This text has black color on #BCABD9 background.


White color preview on #BCABD9 background

This text has white color on #BCABD9 background.


Related colors

Complementary color

Complementary color for #hex is #435426.


I love getcolorcode.com

Triadic colors

1 #D9BCAB and #ABD9BC with #BCABD9 are triadic colors.

2 #D9ABBC and #ABBCD9 with #BCABD9 are triadic colors.