COLOR #BCAAB2

HEX: #BCAAB2 RGB: (188,170,178)

Color info

#BCAAB2 contains red, green and blue colors in about the same proportion. Web safe color of #BCAAB2 is #CC9999 (or #C99).

RGB color model

#BCAAB2 color RGB value is (188,170,178).

RGB: (188,170,178) (74%, 67%, 70%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 178 of 255 = 70%

188
170
178

R + G + B ~ 70%. #BCAAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 170 + 178 = 536 (100%)
R 188 of 536 ~ 35.07%
G 170 of 536 ~ 31.72%
B 178 of 536 ~ 33.21'%

%35.07
%31.72
%33.21

CMYK color model

#BCAAB2 color CMYK value is (0,10,5,26).

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

CMYK: (0,10,5,26)
C0M10Y5K26 (0%, 10%, 5%, 26%)
(0.00 / 0.10 / 0.05 / 0.26)

CMYK percentages

%0
%9.57
%5.32
%26.27

Codes

Color #BCAAB2 in popluar color models

BC AA B2
RGB 188 170 178
HSL 333° 11.84% 70.20%
HSB/HSV 333° 9.57% 73.73%
CMYK 0.00% 9.57% 5.32%
26.27%

Color #BCAAB2 in popluar number systems.

HEX BC AA B2
Decimal 188 170 178
Binary 10111100 10101010 10110010
Octal 274 252 262

Shades and tints

Shades of #BCAAB2

#BCAAB2
(188,170,178)
#AB9BA2
(171,155,162)
#9A8C92
(154,140,146)
#897D82
(137,125,130)
#786E72
(120,110,114)
#675F62
(103,95,98)
#565052
(86,80,82)
#454142
(69,65,66)
#343232
(52,50,50)
#232322
(35,35,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCAAB2

#BCAAB2
(188,170,178)
#C2B1B9
(194,177,185)
#C8B8C0
(200,184,192)
#CEBFC7
(206,191,199)
#D4C6CE
(212,198,206)
#DACDD5
(218,205,213)
#E0D4DC
(224,212,220)
#E6DBE3
(230,219,227)
#ECE2EA
(236,226,234)
#F2E9F1
(242,233,241)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAB2; }

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

This text font color is #BCAAB2.

Background Color

.myBgColor { background-color: #BCAAB2; }

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

This div background color is #BCAAB2.

Border color

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

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

This div border color is #BCAAB2.

Opacity

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

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

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

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

This text has shadow with #BCAAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAAB2.

Preview

Color preview on black background

This text has color #BCAAB2 on black background.


Color preview on white background

This text has color #BCAAB2 on white background.


Black color preview on #BCAAB2 background

This text has black color on #BCAAB2 background.


White color preview on #BCAAB2 background

This text has white color on #BCAAB2 background.


Related colors

Complementary color

Complementary color for #hex is #43554D.


I love getcolorcode.com

Triadic colors

1 #B2BCAA and #AAB2BC with #BCAAB2 are triadic colors.

2 #B2AABC and #AABCB2 with #BCAAB2 are triadic colors.