COLOR #BCAABF

HEX: #BCAABF RGB: (188,170,191)

Color info

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

RGB color model

#BCAABF color RGB value is (188,170,191).

RGB: (188,170,191) (74%, 67%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 191 of 255 = 75%

188
170
191

R + G + B ~ 72%. #BCAABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 170 + 191 = 549 (100%)
R 188 of 549 ~ 34.24%
G 170 of 549 ~ 30.97%
B 191 of 549 ~ 34.79'%

%34.24
%30.97
%34.79

CMYK color model

#BCAABF color CMYK value is (2,11,0,25).

  • cyan value is 1.57%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (2,11,0,25)
C2M11Y0K25 (2%, 11%, 0%, 25%)
(0.02 / 0.11 / 0.00 / 0.25)

CMYK percentages

%1.57
%10.99
%0
%25.1

Codes

Color #BCAABF in popluar color models

BC AA BF
RGB 188 170 191
HSL 291° 14.09% 70.78%
HSB/HSV 291° 10.99% 74.90%
CMYK 1.57% 10.99% 0.00%
25.10%

Color #BCAABF in popluar number systems.

HEX BC AA BF
Decimal 188 170 191
Binary 10111100 10101010 10111111
Octal 274 252 277

Shades and tints

Shades of #BCAABF

#BCAABF
(188,170,191)
#AB9BAE
(171,155,174)
#9A8C9D
(154,140,157)
#897D8C
(137,125,140)
#786E7B
(120,110,123)
#675F6A
(103,95,106)
#565059
(86,80,89)
#454148
(69,65,72)
#343237
(52,50,55)
#232326
(35,35,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCAABF

#BCAABF
(188,170,191)
#C2B1C4
(194,177,196)
#C8B8C9
(200,184,201)
#CEBFCE
(206,191,206)
#D4C6D3
(212,198,211)
#DACDD8
(218,205,216)
#E0D4DD
(224,212,221)
#E6DBE2
(230,219,226)
#ECE2E7
(236,226,231)
#F2E9EC
(242,233,236)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAABF; }

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

This text font color is #BCAABF.

Background Color

.myBgColor { background-color: #BCAABF; }

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

This div background color is #BCAABF.

Border color

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

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

This div border color is #BCAABF.

Opacity

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

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

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

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

This text has shadow with #BCAABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAABF.

Preview

Color preview on black background

This text has color #BCAABF on black background.


Color preview on white background

This text has color #BCAABF on white background.


Black color preview on #BCAABF background

This text has black color on #BCAABF background.


White color preview on #BCAABF background

This text has white color on #BCAABF background.


Related colors

Complementary color

Complementary color for #hex is #435540.


I love getcolorcode.com

Triadic colors

1 #BFBCAA and #AABFBC with #BCAABF are triadic colors.

2 #BFAABC and #AABCBF with #BCAABF are triadic colors.