COLOR #BCAEB8

HEX: #BCAEB8
RGB: (188,174,184)

Color info

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

RGB color model

#BCAEB8 color RGB value is (188,174,184).

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

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 184 of 255 = 72%

188
174
184

R + G + B ~ 71%. #BCAEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 184 = 546 (100%)
R 188 of 546 ~ 34.43%
G 174 of 546 ~ 31.87%
B 184 of 546 ~ 33.7%

%34.43
%31.87
%33.7

CMYK color model

#BCAEB8 color CMYK value is (0,7,2,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(0,7,2,26)
C0M7Y2K26 
(0%,7%,2%,26%)
(0.00/0.07/0.02/0.26)	

CMYK percentages

%0
%7.45
%2.13
%26.27

Codes

Color #BCAEB8 in popluar color models

BCAEB8
RGB188174184
HSL317°9.46%70.98%
HSB/HSV317°7.45%73.73%
CMYK0.00%7.45%2.13%
26.27%

Color #BCAEB8 in popluar number systems.

HEXBCAEB8
Decimal188174184
Binary101111001010111010111000
Octal274256270

Shades and tints

Shades of #BCAEB8

#BCAEB8
(188,174,184)
#AB9FA8
(171,159,168)
#9A9098
(154,144,152)
#898188
(137,129,136)
#787278
(120,114,120)
#676368
(103,99,104)
#565458
(86,84,88)
#454548
(69,69,72)
#343638
(52,54,56)
#232728
(35,39,40)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #BCAEB8

#BCAEB8
(188,174,184)
#C2B5BE
(194,181,190)
#C8BCC4
(200,188,196)
#CEC3CA
(206,195,202)
#D4CAD0
(212,202,208)
#DAD1D6
(218,209,214)
#E0D8DC
(224,216,220)
#E6DFE2
(230,223,226)
#ECE6E8
(236,230,232)
#F2EDEE
(242,237,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEB8; }

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

This text font color is #BCAEB8.


Background Color

.myBgColor { background-color: #BCAEB8; }

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

This div background color is #BCAEB8.


Border color

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

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

This div border color is #BCAEB8.


Opacity

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

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

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

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

This text has shadow with #BCAEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEB8 on black background.


Color preview on white background

This text has color #BCAEB8 on white background.



Black color preview on #BCAEB8 background

This text has black color on #BCAEB8 background.


White color preview on #BCAEB8 background

This text has white color on #BCAEB8 background.