COLOR #BCAEAA

HEX: #BCAEAA
RGB: (188,174,170)

Color info

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

RGB color model

#BCAEAA color RGB value is (188,174,170).

  • red value is 188;
  • green value is 174;
  • blue value is 170.
RGB:
(188,174,170)
(74%,68%,67%)

RGB channels and saturation

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

188
174
170

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 170 = 532 (100%)
R 188 of 532 ~ 35.34%
G 174 of 532 ~ 32.71%
B 170 of 532 ~ 31.95%

%35.34
%32.71
%31.95

CMYK color model

#BCAEAA color CMYK value is (0,7,10,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(0,7,10,26)
C0M7Y10K26 
(0%,7%,10%,26%)
(0.00/0.07/0.10/0.26)	

CMYK percentages

%0
%7.45
%9.57
%26.27

Codes

Color #BCAEAA in popluar color models

BCAEAA
RGB188174170
HSL13°11.84%70.20%
HSB/HSV13°9.57%73.73%
CMYK0.00%7.45%9.57%
26.27%

Color #BCAEAA in popluar number systems.

HEXBCAEAA
Decimal188174170
Binary101111001010111010101010
Octal274256252

Shades and tints

Shades of #BCAEAA

#BCAEAA
(188,174,170)
#AB9F9B
(171,159,155)
#9A908C
(154,144,140)
#89817D
(137,129,125)
#78726E
(120,114,110)
#67635F
(103,99,95)
#565450
(86,84,80)
#454541
(69,69,65)
#343632
(52,54,50)
#232723
(35,39,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCAEAA

#BCAEAA
(188,174,170)
#C2B5B1
(194,181,177)
#C8BCB8
(200,188,184)
#CEC3BF
(206,195,191)
#D4CAC6
(212,202,198)
#DAD1CD
(218,209,205)
#E0D8D4
(224,216,212)
#E6DFDB
(230,223,219)
#ECE6E2
(236,230,226)
#F2EDE9
(242,237,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEAA; }

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

This text font color is #BCAEAA.


Background Color

.myBgColor { background-color: #BCAEAA; }

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

This div background color is #BCAEAA.


Border color

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

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

This div border color is #BCAEAA.


Opacity

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

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

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

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

This text has shadow with #BCAEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEAA on black background.


Color preview on white background

This text has color #BCAEAA on white background.



Black color preview on #BCAEAA background

This text has black color on #BCAEAA background.


White color preview on #BCAEAA background

This text has white color on #BCAEAA background.