COLOR #BCAEB6

HEX: #BCAEB6
RGB: (188,174,182)

Color info

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

RGB color model

#BCAEB6 color RGB value is (188,174,182).

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

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 182 of 255 = 71%

188
174
182

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 182 = 544 (100%)
R 188 of 544 ~ 34.56%
G 174 of 544 ~ 31.99%
B 182 of 544 ~ 33.46%

%34.56
%31.99
%33.46

CMYK color model

#BCAEB6 color CMYK value is (0,7,3,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(0,7,3,26)
C0M7Y3K26 
(0%,7%,3%,26%)
(0.00/0.07/0.03/0.26)	

CMYK percentages

%0
%7.45
%3.19
%26.27

Codes

Color #BCAEB6 in popluar color models

BCAEB6
RGB188174182
HSL326°9.46%70.98%
HSB/HSV326°7.45%73.73%
CMYK0.00%7.45%3.19%
26.27%

Color #BCAEB6 in popluar number systems.

HEXBCAEB6
Decimal188174182
Binary101111001010111010110110
Octal274256266

Shades and tints

Shades of #BCAEB6

#BCAEB6
(188,174,182)
#AB9FA6
(171,159,166)
#9A9096
(154,144,150)
#898186
(137,129,134)
#787276
(120,114,118)
#676366
(103,99,102)
#565456
(86,84,86)
#454546
(69,69,70)
#343636
(52,54,54)
#232726
(35,39,38)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCAEB6

#BCAEB6
(188,174,182)
#C2B5BC
(194,181,188)
#C8BCC2
(200,188,194)
#CEC3C8
(206,195,200)
#D4CACE
(212,202,206)
#DAD1D4
(218,209,212)
#E0D8DA
(224,216,218)
#E6DFE0
(230,223,224)
#ECE6E6
(236,230,230)
#F2EDEC
(242,237,236)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEB6; }

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

This text font color is #BCAEB6.


Background Color

.myBgColor { background-color: #BCAEB6; }

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

This div background color is #BCAEB6.


Border color

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

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

This div border color is #BCAEB6.


Opacity

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

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

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

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

This text has shadow with #BCAEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEB6 on black background.


Color preview on white background

This text has color #BCAEB6 on white background.



Black color preview on #BCAEB6 background

This text has black color on #BCAEB6 background.


White color preview on #BCAEB6 background

This text has white color on #BCAEB6 background.