COLOR #BCAEAC

HEX: #BCAEAC
RGB: (188,174,172)

Color info

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

RGB color model

#BCAEAC color RGB value is (188,174,172).

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

RGB channels and saturation

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

188
174
172

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 172 = 534 (100%)
R 188 of 534 ~ 35.21%
G 174 of 534 ~ 32.58%
B 172 of 534 ~ 32.21%

%35.21
%32.58
%32.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 8.51%
  • 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
%8.51
%26.27

Codes

Color #BCAEAC in popluar color models

BCAEAC
RGB188174172
HSL10.67%70.59%
HSB/HSV8.51%73.73%
CMYK0.00%7.45%8.51%
26.27%

Color #BCAEAC in popluar number systems.

HEXBCAEAC
Decimal188174172
Binary101111001010111010101100
Octal274256254

Shades and tints

Shades of #BCAEAC

#BCAEAC
(188,174,172)
#AB9F9D
(171,159,157)
#9A908E
(154,144,142)
#89817F
(137,129,127)
#787270
(120,114,112)
#676361
(103,99,97)
#565452
(86,84,82)
#454543
(69,69,67)
#343634
(52,54,52)
#232725
(35,39,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCAEAC

#BCAEAC
(188,174,172)
#C2B5B3
(194,181,179)
#C8BCBA
(200,188,186)
#CEC3C1
(206,195,193)
#D4CAC8
(212,202,200)
#DAD1CF
(218,209,207)
#E0D8D6
(224,216,214)
#E6DFDD
(230,223,221)
#ECE6E4
(236,230,228)
#F2EDEB
(242,237,235)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEAC; }

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

This text font color is #BCAEAC.


Background Color

.myBgColor { background-color: #BCAEAC; }

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

This div background color is #BCAEAC.


Border color

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

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

This div border color is #BCAEAC.


Opacity

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

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

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

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

This text has shadow with #BCAEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEAC on black background.


Color preview on white background

This text has color #BCAEAC on white background.



Black color preview on #BCAEAC background

This text has black color on #BCAEAC background.


White color preview on #BCAEAC background

This text has white color on #BCAEAC background.