COLOR #BCAEB7

HEX: #BCAEB7
RGB: (188,174,183)

Color info

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

RGB color model

#BCAEB7 color RGB value is (188,174,183).

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

RGB channels and saturation

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

188
174
183

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 183 = 545 (100%)
R 188 of 545 ~ 34.5%
G 174 of 545 ~ 31.93%
B 183 of 545 ~ 33.58%

%34.5
%31.93
%33.58

CMYK color model

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

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

Codes

Color #BCAEB7 in popluar color models

BCAEB7
RGB188174183
HSL321°9.46%70.98%
HSB/HSV321°7.45%73.73%
CMYK0.00%7.45%2.66%
26.27%

Color #BCAEB7 in popluar number systems.

HEXBCAEB7
Decimal188174183
Binary101111001010111010110111
Octal274256267

Shades and tints

Shades of #BCAEB7

#BCAEB7
(188,174,183)
#AB9FA7
(171,159,167)
#9A9097
(154,144,151)
#898187
(137,129,135)
#787277
(120,114,119)
#676367
(103,99,103)
#565457
(86,84,87)
#454547
(69,69,71)
#343637
(52,54,55)
#232727
(35,39,39)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCAEB7

#BCAEB7
(188,174,183)
#C2B5BD
(194,181,189)
#C8BCC3
(200,188,195)
#CEC3C9
(206,195,201)
#D4CACF
(212,202,207)
#DAD1D5
(218,209,213)
#E0D8DB
(224,216,219)
#E6DFE1
(230,223,225)
#ECE6E7
(236,230,231)
#F2EDED
(242,237,237)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEB7; }

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

This text font color is #BCAEB7.


Background Color

.myBgColor { background-color: #BCAEB7; }

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

This div background color is #BCAEB7.


Border color

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

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

This div border color is #BCAEB7.


Opacity

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

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

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

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

This text has shadow with #BCAEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEB7 on black background.


Color preview on white background

This text has color #BCAEB7 on white background.



Black color preview on #BCAEB7 background

This text has black color on #BCAEB7 background.


White color preview on #BCAEB7 background

This text has white color on #BCAEB7 background.