COLOR #BCAEAB

HEX: #BCAEAB RGB: (188,174,171)

Color info

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

RGB color model

#BCAEAB color RGB value is (188,174,171).

RGB: (188,174,171) (74%, 68%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 171 of 255 = 67%

188
174
171

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

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 171 = 533 (100%)
R 188 of 533 ~ 35.27%
G 174 of 533 ~ 32.65%
B 171 of 533 ~ 32.08'%

%35.27
%32.65
%32.08

CMYK color model

#BCAEAB color CMYK value is (0,7,9,26).

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

CMYK: (0,7,9,26)
C0M7Y9K26 (0%, 7%, 9%, 26%)
(0.00 / 0.07 / 0.09 / 0.26)

CMYK percentages

%0
%7.45
%9.04
%26.27

Codes

Color #BCAEAB in popluar color models

BC AE AB
RGB 188 174 171
HSL 11° 11.26% 70.39%
HSB/HSV 11° 9.04% 73.73%
CMYK 0.00% 7.45% 9.04%
26.27%

Color #BCAEAB in popluar number systems.

HEX BC AE AB
Decimal 188 174 171
Binary 10111100 10101110 10101011
Octal 274 256 253

Shades and tints

Shades of #BCAEAB

#BCAEAB
(188,174,171)
#AB9F9C
(171,159,156)
#9A908D
(154,144,141)
#89817E
(137,129,126)
#78726F
(120,114,111)
#676360
(103,99,96)
#565451
(86,84,81)
#454542
(69,69,66)
#343633
(52,54,51)
#232724
(35,39,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCAEAB

#BCAEAB
(188,174,171)
#C2B5B2
(194,181,178)
#C8BCB9
(200,188,185)
#CEC3C0
(206,195,192)
#D4CAC7
(212,202,199)
#DAD1CE
(218,209,206)
#E0D8D5
(224,216,213)
#E6DFDC
(230,223,220)
#ECE6E3
(236,230,227)
#F2EDEA
(242,237,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEAB; }

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

This text font color is #BCAEAB.

Background Color

.myBgColor { background-color: #BCAEAB; }

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

This div background color is #BCAEAB.

Border color

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

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

This div border color is #BCAEAB.

Opacity

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

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

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

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

This text has shadow with #BCAEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAEAB.

Preview

Color preview on black background

This text has color #BCAEAB on black background.


Color preview on white background

This text has color #BCAEAB on white background.


Black color preview on #BCAEAB background

This text has black color on #BCAEAB background.


White color preview on #BCAEAB background

This text has white color on #BCAEAB background.


Related colors

Complementary color

Complementary color for #hex is #435154.


I love getcolorcode.com

Triadic colors

1 #ABBCAE and #AEABBC with #BCAEAB are triadic colors.

2 #ABAEBC and #AEBCAB with #BCAEAB are triadic colors.