COLOR #BCABC9

HEX: #BCABC9 RGB: (188,171,201)

Color info

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

RGB color model

#BCABC9 color RGB value is (188,171,201).

RGB: (188,171,201) (74%, 67%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 201 of 255 = 79%

188
171
201

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

Portions of RGB colors in percentages

R + G + B = 188 + 171 + 201 = 560 (100%)
R 188 of 560 ~ 33.57%
G 171 of 560 ~ 30.54%
B 201 of 560 ~ 35.89'%

%33.57
%30.54
%35.89

CMYK color model

#BCABC9 color CMYK value is (6,15,0,21).

  • cyan value is 6.47%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (6,15,0,21)
C6M15Y0K21 (6%, 15%, 0%, 21%)
(0.06 / 0.15 / 0.00 / 0.21)

CMYK percentages

%6.47
%14.93
%0
%21.18

Codes

Color #BCABC9 in popluar color models

BC AB C9
RGB 188 171 201
HSL 274° 21.74% 72.94%
HSB/HSV 274° 14.93% 78.82%
CMYK 6.47% 14.93% 0.00%
21.18%

Color #BCABC9 in popluar number systems.

HEX BC AB C9
Decimal 188 171 201
Binary 10111100 10101011 11001001
Octal 274 253 311

Shades and tints

Shades of #BCABC9

#BCABC9
(188,171,201)
#AB9CB7
(171,156,183)
#9A8DA5
(154,141,165)
#897E93
(137,126,147)
#786F81
(120,111,129)
#67606F
(103,96,111)
#56515D
(86,81,93)
#45424B
(69,66,75)
#343339
(52,51,57)
#232427
(35,36,39)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCABC9

#BCABC9
(188,171,201)
#C2B2CD
(194,178,205)
#C8B9D1
(200,185,209)
#CEC0D5
(206,192,213)
#D4C7D9
(212,199,217)
#DACEDD
(218,206,221)
#E0D5E1
(224,213,225)
#E6DCE5
(230,220,229)
#ECE3E9
(236,227,233)
#F2EAED
(242,234,237)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCABC9; }

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

This text font color is #BCABC9.

Background Color

.myBgColor { background-color: #BCABC9; }

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

This div background color is #BCABC9.

Border color

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

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

This div border color is #BCABC9.

Opacity

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

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

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

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

This text has shadow with #BCABC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCABC9.

Preview

Color preview on black background

This text has color #BCABC9 on black background.


Color preview on white background

This text has color #BCABC9 on white background.


Black color preview on #BCABC9 background

This text has black color on #BCABC9 background.


White color preview on #BCABC9 background

This text has white color on #BCABC9 background.


Related colors

Complementary color

Complementary color for #hex is #435436.


I love getcolorcode.com

Triadic colors

1 #C9BCAB and #ABC9BC with #BCABC9 are triadic colors.

2 #C9ABBC and #ABBCC9 with #BCABC9 are triadic colors.