COLOR #BCAAB6

HEX: #BCAAB6 RGB: (188,170,182)

Color info

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

RGB color model

#BCAAB6 color RGB value is (188,170,182).

RGB: (188,170,182) (74%, 67%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 182 of 255 = 71%

188
170
182

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

Portions of RGB colors in percentages

R + G + B = 188 + 170 + 182 = 540 (100%)
R 188 of 540 ~ 34.81%
G 170 of 540 ~ 31.48%
B 182 of 540 ~ 33.7'%

%34.81
%31.48
%33.7

CMYK color model

#BCAAB6 color CMYK value is (0,10,3,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 3.19%
  • key color value is 26.27%

CMYK: (0,10,3,26)
C0M10Y3K26 (0%, 10%, 3%, 26%)
(0.00 / 0.10 / 0.03 / 0.26)

CMYK percentages

%0
%9.57
%3.19
%26.27

Codes

Color #BCAAB6 in popluar color models

BC AA B6
RGB 188 170 182
HSL 320° 11.84% 70.20%
HSB/HSV 320° 9.57% 73.73%
CMYK 0.00% 9.57% 3.19%
26.27%

Color #BCAAB6 in popluar number systems.

HEX BC AA B6
Decimal 188 170 182
Binary 10111100 10101010 10110110
Octal 274 252 266

Shades and tints

Shades of #BCAAB6

#BCAAB6
(188,170,182)
#AB9BA6
(171,155,166)
#9A8C96
(154,140,150)
#897D86
(137,125,134)
#786E76
(120,110,118)
#675F66
(103,95,102)
#565056
(86,80,86)
#454146
(69,65,70)
#343236
(52,50,54)
#232326
(35,35,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCAAB6

#BCAAB6
(188,170,182)
#C2B1BC
(194,177,188)
#C8B8C2
(200,184,194)
#CEBFC8
(206,191,200)
#D4C6CE
(212,198,206)
#DACDD4
(218,205,212)
#E0D4DA
(224,212,218)
#E6DBE0
(230,219,224)
#ECE2E6
(236,226,230)
#F2E9EC
(242,233,236)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAAB6 color. Also use rgb(188,170,182) instead hex code.

Text Font Color

.myTextColor { color: #BCAAB6; }

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

This text font color is #BCAAB6.

Background Color

.myBgColor { background-color: #BCAAB6; }

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

This div background color is #BCAAB6.

Border color

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

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

This div border color is #BCAAB6.

Opacity

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

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

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

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

This text has shadow with #BCAAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAAB6.

Preview

Color preview on black background

This text has color #BCAAB6 on black background.


Color preview on white background

This text has color #BCAAB6 on white background.


Black color preview on #BCAAB6 background

This text has black color on #BCAAB6 background.


White color preview on #BCAAB6 background

This text has white color on #BCAAB6 background.


Related colors

Complementary color

Complementary color for #hex is #435549.


I love getcolorcode.com

Triadic colors

1 #B6BCAA and #AAB6BC with #BCAAB6 are triadic colors.

2 #B6AABC and #AABCB6 with #BCAAB6 are triadic colors.