COLOR #BCABC7

HEX: #BCABC7 RGB: (188,171,199)

Color info

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

RGB color model

#BCABC7 color RGB value is (188,171,199).

RGB: (188,171,199) (74%, 67%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 199 of 255 = 78%

188
171
199

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

Portions of RGB colors in percentages

R + G + B = 188 + 171 + 199 = 558 (100%)
R 188 of 558 ~ 33.69%
G 171 of 558 ~ 30.65%
B 199 of 558 ~ 35.66'%

%33.69
%30.65
%35.66

CMYK color model

#BCABC7 color CMYK value is (6,14,0,22).

  • cyan value is 5.53%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (6,14,0,22)
C6M14Y0K22 (6%, 14%, 0%, 22%)
(0.06 / 0.14 / 0.00 / 0.22)

CMYK percentages

%5.53
%14.07
%0
%21.96

Codes

Color #BCABC7 in popluar color models

BC AB C7
RGB 188 171 199
HSL 276° 20.00% 72.55%
HSB/HSV 276° 14.07% 78.04%
CMYK 5.53% 14.07% 0.00%
21.96%

Color #BCABC7 in popluar number systems.

HEX BC AB C7
Decimal 188 171 199
Binary 10111100 10101011 11000111
Octal 274 253 307

Shades and tints

Shades of #BCABC7

#BCABC7
(188,171,199)
#AB9CB5
(171,156,181)
#9A8DA3
(154,141,163)
#897E91
(137,126,145)
#786F7F
(120,111,127)
#67606D
(103,96,109)
#56515B
(86,81,91)
#454249
(69,66,73)
#343337
(52,51,55)
#232425
(35,36,37)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCABC7

#BCABC7
(188,171,199)
#C2B2CC
(194,178,204)
#C8B9D1
(200,185,209)
#CEC0D6
(206,192,214)
#D4C7DB
(212,199,219)
#DACEE0
(218,206,224)
#E0D5E5
(224,213,229)
#E6DCEA
(230,220,234)
#ECE3EF
(236,227,239)
#F2EAF4
(242,234,244)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCABC7; }

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

This text font color is #BCABC7.

Background Color

.myBgColor { background-color: #BCABC7; }

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

This div background color is #BCABC7.

Border color

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

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

This div border color is #BCABC7.

Opacity

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

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

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

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

This text has shadow with #BCABC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCABC7.

Preview

Color preview on black background

This text has color #BCABC7 on black background.


Color preview on white background

This text has color #BCABC7 on white background.


Black color preview on #BCABC7 background

This text has black color on #BCABC7 background.


White color preview on #BCABC7 background

This text has white color on #BCABC7 background.


Related colors

Complementary color

Complementary color for #hex is #435438.


I love getcolorcode.com

Triadic colors

1 #C7BCAB and #ABC7BC with #BCABC7 are triadic colors.

2 #C7ABBC and #ABBCC7 with #BCABC7 are triadic colors.