COLOR #BCAEA3

HEX: #BCAEA3 RGB: (188,174,163)

Color info

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

RGB color model

#BCAEA3 color RGB value is (188,174,163).

RGB: (188,174,163) (74%, 68%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 163 of 255 = 64%

188
174
163

R + G + B ~ 69%. #BCAEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 163 = 525 (100%)
R 188 of 525 ~ 35.81%
G 174 of 525 ~ 33.14%
B 163 of 525 ~ 31.05'%

%35.81
%33.14
%31.05

CMYK color model

#BCAEA3 color CMYK value is (0,7,13,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 13.30%
  • key color value is 26.27%

CMYK: (0,7,13,26)
C0M7Y13K26 (0%, 7%, 13%, 26%)
(0.00 / 0.07 / 0.13 / 0.26)

CMYK percentages

%0
%7.45
%13.3
%26.27

Codes

Color #BCAEA3 in popluar color models

BC AE A3
RGB 188 174 163
HSL 26° 15.72% 68.82%
HSB/HSV 26° 13.30% 73.73%
CMYK 0.00% 7.45% 13.30%
26.27%

Color #BCAEA3 in popluar number systems.

HEX BC AE A3
Decimal 188 174 163
Binary 10111100 10101110 10100011
Octal 274 256 243

Shades and tints

Shades of #BCAEA3

#BCAEA3
(188,174,163)
#AB9F95
(171,159,149)
#9A9087
(154,144,135)
#898179
(137,129,121)
#78726B
(120,114,107)
#67635D
(103,99,93)
#56544F
(86,84,79)
#454541
(69,69,65)
#343633
(52,54,51)
#232725
(35,39,37)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCAEA3

#BCAEA3
(188,174,163)
#C2B5AB
(194,181,171)
#C8BCB3
(200,188,179)
#CEC3BB
(206,195,187)
#D4CAC3
(212,202,195)
#DAD1CB
(218,209,203)
#E0D8D3
(224,216,211)
#E6DFDB
(230,223,219)
#ECE6E3
(236,230,227)
#F2EDEB
(242,237,235)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAEA3 color. Also use rgb(188,174,163) instead hex code.

Text Font Color

.myTextColor { color: #BCAEA3; }

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

This text font color is #BCAEA3.

Background Color

.myBgColor { background-color: #BCAEA3; }

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

This div background color is #BCAEA3.

Border color

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

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

This div border color is #BCAEA3.

Opacity

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

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

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

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

This text has shadow with #BCAEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAEA3.

Preview

Color preview on black background

This text has color #BCAEA3 on black background.


Color preview on white background

This text has color #BCAEA3 on white background.


Black color preview on #BCAEA3 background

This text has black color on #BCAEA3 background.


White color preview on #BCAEA3 background

This text has white color on #BCAEA3 background.


Related colors

Complementary color

Complementary color for #hex is #43515C.


I love getcolorcode.com

Triadic colors

1 #A3BCAE and #AEA3BC with #BCAEA3 are triadic colors.

2 #A3AEBC and #AEBCA3 with #BCAEA3 are triadic colors.