COLOR #BCAEB0

HEX: #BCAEB0
RGB: (188,174,176)

Color info

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

RGB color model

#BCAEB0 color RGB value is (188,174,176).

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

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 176 of 255 = 69%

188
174
176

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 176 = 538 (100%)
R 188 of 538 ~ 34.94%
G 174 of 538 ~ 32.34%
B 176 of 538 ~ 32.71%

%34.94
%32.34
%32.71

CMYK color model

#BCAEB0 color CMYK value is (0,7,6,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(0,7,6,26)
C0M7Y6K26 
(0%,7%,6%,26%)
(0.00/0.07/0.06/0.26)	

CMYK percentages

%0
%7.45
%6.38
%26.27

Codes

Color #BCAEB0 in popluar color models

BCAEB0
RGB188174176
HSL351°9.46%70.98%
HSB/HSV351°7.45%73.73%
CMYK0.00%7.45%6.38%
26.27%

Color #BCAEB0 in popluar number systems.

HEXBCAEB0
Decimal188174176
Binary101111001010111010110000
Octal274256260

Shades and tints

Shades of #BCAEB0

#BCAEB0
(188,174,176)
#AB9FA0
(171,159,160)
#9A9090
(154,144,144)
#898180
(137,129,128)
#787270
(120,114,112)
#676360
(103,99,96)
#565450
(86,84,80)
#454540
(69,69,64)
#343630
(52,54,48)
#232720
(35,39,32)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #BCAEB0

#BCAEB0
(188,174,176)
#C2B5B7
(194,181,183)
#C8BCBE
(200,188,190)
#CEC3C5
(206,195,197)
#D4CACC
(212,202,204)
#DAD1D3
(218,209,211)
#E0D8DA
(224,216,218)
#E6DFE1
(230,223,225)
#ECE6E8
(236,230,232)
#F2EDEF
(242,237,239)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEB0; }

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

This text font color is #BCAEB0.


Background Color

.myBgColor { background-color: #BCAEB0; }

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

This div background color is #BCAEB0.


Border color

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

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

This div border color is #BCAEB0.


Opacity

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

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

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

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

This text has shadow with #BCAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEB0 on black background.


Color preview on white background

This text has color #BCAEB0 on white background.



Black color preview on #BCAEB0 background

This text has black color on #BCAEB0 background.


White color preview on #BCAEB0 background

This text has white color on #BCAEB0 background.