COLOR #BCAAC3

HEX: #BCAAC3 RGB: (188,170,195)

Color info

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

RGB color model

#BCAAC3 color RGB value is (188,170,195).

RGB: (188,170,195) (74%, 67%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 195 of 255 = 76%

188
170
195

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

Portions of RGB colors in percentages

R + G + B = 188 + 170 + 195 = 553 (100%)
R 188 of 553 ~ 34%
G 170 of 553 ~ 30.74%
B 195 of 553 ~ 35.26'%

%34
%30.74
%35.26

CMYK color model

#BCAAC3 color CMYK value is (4,13,0,24).

  • cyan value is 3.59%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (4,13,0,24)
C4M13Y0K24 (4%, 13%, 0%, 24%)
(0.04 / 0.13 / 0.00 / 0.24)

CMYK percentages

%3.59
%12.82
%0
%23.53

Codes

Color #BCAAC3 in popluar color models

BC AA C3
RGB 188 170 195
HSL 283° 17.24% 71.57%
HSB/HSV 283° 12.82% 76.47%
CMYK 3.59% 12.82% 0.00%
23.53%

Color #BCAAC3 in popluar number systems.

HEX BC AA C3
Decimal 188 170 195
Binary 10111100 10101010 11000011
Octal 274 252 303

Shades and tints

Shades of #BCAAC3

#BCAAC3
(188,170,195)
#AB9BB2
(171,155,178)
#9A8CA1
(154,140,161)
#897D90
(137,125,144)
#786E7F
(120,110,127)
#675F6E
(103,95,110)
#56505D
(86,80,93)
#45414C
(69,65,76)
#34323B
(52,50,59)
#23232A
(35,35,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BCAAC3

#BCAAC3
(188,170,195)
#C2B1C8
(194,177,200)
#C8B8CD
(200,184,205)
#CEBFD2
(206,191,210)
#D4C6D7
(212,198,215)
#DACDDC
(218,205,220)
#E0D4E1
(224,212,225)
#E6DBE6
(230,219,230)
#ECE2EB
(236,226,235)
#F2E9F0
(242,233,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAC3; }

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

This text font color is #BCAAC3.

Background Color

.myBgColor { background-color: #BCAAC3; }

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

This div background color is #BCAAC3.

Border color

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

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

This div border color is #BCAAC3.

Opacity

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

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

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

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

This text has shadow with #BCAAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAAC3.

Preview

Color preview on black background

This text has color #BCAAC3 on black background.


Color preview on white background

This text has color #BCAAC3 on white background.


Black color preview on #BCAAC3 background

This text has black color on #BCAAC3 background.


White color preview on #BCAAC3 background

This text has white color on #BCAAC3 background.


Related colors

Complementary color

Complementary color for #hex is #43553C.


I love getcolorcode.com

Triadic colors

1 #C3BCAA and #AAC3BC with #BCAAC3 are triadic colors.

2 #C3AABC and #AABCC3 with #BCAAC3 are triadic colors.