COLOR #BCABB7

HEX: #BCABB7 RGB: (188,171,183)

Color info

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

RGB color model

#BCABB7 color RGB value is (188,171,183).

RGB: (188,171,183) (74%, 67%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 183 of 255 = 72%

188
171
183

R + G + B ~ 71%. #BCABB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 171 + 183 = 542 (100%)
R 188 of 542 ~ 34.69%
G 171 of 542 ~ 31.55%
B 183 of 542 ~ 33.76'%

%34.69
%31.55
%33.76

CMYK color model

#BCABB7 color CMYK value is (0,9,3,26).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK: (0,9,3,26) C0M9Y3K26 (0%,9%,3%,26%) (0.00/0.09/0.03/0.26) 

CMYK percentages

%0
%9.04
%2.66
%26.27

Codes

Color #BCABB7 in popluar color models

BC AB B7
RGB 188 171 183
HSL 318° 11.26% 70.39%
HSB/HSV 318° 9.04% 73.73%
CMYK 0.00% 9.04% 2.66%
26.27%

Color #BCABB7 in popluar number systems.

HEX BC AB B7
Decimal 188 171 183
Binary 10111100 10101011 10110111
Octal 274 253 267

Shades and tints

Shades of #BCABB7

#BCABB7
(188,171,183)
#AB9CA7
(171,156,167)
#9A8D97
(154,141,151)
#897E87
(137,126,135)
#786F77
(120,111,119)
#676067
(103,96,103)
#565157
(86,81,87)
#454247
(69,66,71)
#343337
(52,51,55)
#232427
(35,36,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCABB7

#BCABB7
(188,171,183)
#C2B2BD
(194,178,189)
#C8B9C3
(200,185,195)
#CEC0C9
(206,192,201)
#D4C7CF
(212,199,207)
#DACED5
(218,206,213)
#E0D5DB
(224,213,219)
#E6DCE1
(230,220,225)
#ECE3E7
(236,227,231)
#F2EAED
(242,234,237)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCABB7; }

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

This text font color is #BCABB7.

Background Color

.myBgColor { background-color: #BCABB7; }

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

This div background color is #BCABB7.

Border color

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

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

This div border color is #BCABB7.

Opacity

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

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

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

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

This text has shadow with #BCABB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCABB7.

Preview

Color preview on black background

This text has color #BCABB7 on black background.


Color preview on white background

This text has color #BCABB7 on white background.


Black color preview on #BCABB7 background

This text has black color on #BCABB7 background.


White color preview on #BCABB7 background

This text has white color on #BCABB7 background.


Related colors

Complementary color

Complementary color for #hex is #435448.


I love getcolorcode.com

Triadic colors

1 #B7BCAB and #ABB7BC with #BCABB7 are triadic colors.

2 #B7ABBC and #ABBCB7 with #BCABB7 are triadic colors.