COLOR #BCAEB9

HEX: #BCAEB9
RGB: (188,174,185)

Color info

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

RGB color model

#BCAEB9 color RGB value is (188,174,185).

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

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 185 of 255 = 73%

188
174
185

R + G + B ~ 72%. #BCAEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 185 = 547 (100%)
R 188 of 547 ~ 34.37%
G 174 of 547 ~ 31.81%
B 185 of 547 ~ 33.82%

%34.37
%31.81
%33.82

CMYK color model

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

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

Codes

Color #BCAEB9 in popluar color models

BCAEB9
RGB188174185
HSL313°9.46%70.98%
HSB/HSV313°7.45%73.73%
CMYK0.00%7.45%1.60%
26.27%

Color #BCAEB9 in popluar number systems.

HEXBCAEB9
Decimal188174185
Binary101111001010111010111001
Octal274256271

Shades and tints

Shades of #BCAEB9

#BCAEB9
(188,174,185)
#AB9FA9
(171,159,169)
#9A9099
(154,144,153)
#898189
(137,129,137)
#787279
(120,114,121)
#676369
(103,99,105)
#565459
(86,84,89)
#454549
(69,69,73)
#343639
(52,54,57)
#232729
(35,39,41)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCAEB9

#BCAEB9
(188,174,185)
#C2B5BF
(194,181,191)
#C8BCC5
(200,188,197)
#CEC3CB
(206,195,203)
#D4CAD1
(212,202,209)
#DAD1D7
(218,209,215)
#E0D8DD
(224,216,221)
#E6DFE3
(230,223,227)
#ECE6E9
(236,230,233)
#F2EDEF
(242,237,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEB9; }

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

This text font color is #BCAEB9.


Background Color

.myBgColor { background-color: #BCAEB9; }

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

This div background color is #BCAEB9.


Border color

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

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

This div border color is #BCAEB9.


Opacity

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

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

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

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

This text has shadow with #BCAEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEB9 on black background.


Color preview on white background

This text has color #BCAEB9 on white background.



Black color preview on #BCAEB9 background

This text has black color on #BCAEB9 background.


White color preview on #BCAEB9 background

This text has white color on #BCAEB9 background.