COLOR #BCAEB5

HEX: #BCAEB5 RGB: (188,174,181)

Color info

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

RGB color model

#BCAEB5 color RGB value is (188,174,181).

RGB: (188,174,181) (74%, 68%, 71%)

RGB channels and saturation

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

188
174
181

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

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 181 = 543 (100%)
R 188 of 543 ~ 34.62%
G 174 of 543 ~ 32.04%
B 181 of 543 ~ 33.33'%

%34.62
%32.04
%33.33

CMYK color model

#BCAEB5 color CMYK value is (0,7,4,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 3.72%
  • key color value is 26.27%

CMYK: (0,7,4,26)
C0M7Y4K26 (0%, 7%, 4%, 26%)
(0.00 / 0.07 / 0.04 / 0.26)

CMYK percentages

%0
%7.45
%3.72
%26.27

Codes

Color #BCAEB5 in popluar color models

BC AE B5
RGB 188 174 181
HSL 330° 9.46% 70.98%
HSB/HSV 330° 7.45% 73.73%
CMYK 0.00% 7.45% 3.72%
26.27%

Color #BCAEB5 in popluar number systems.

HEX BC AE B5
Decimal 188 174 181
Binary 10111100 10101110 10110101
Octal 274 256 265

Shades and tints

Shades of #BCAEB5

#BCAEB5
(188,174,181)
#AB9FA5
(171,159,165)
#9A9095
(154,144,149)
#898185
(137,129,133)
#787275
(120,114,117)
#676365
(103,99,101)
#565455
(86,84,85)
#454545
(69,69,69)
#343635
(52,54,53)
#232725
(35,39,37)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCAEB5

#BCAEB5
(188,174,181)
#C2B5BB
(194,181,187)
#C8BCC1
(200,188,193)
#CEC3C7
(206,195,199)
#D4CACD
(212,202,205)
#DAD1D3
(218,209,211)
#E0D8D9
(224,216,217)
#E6DFDF
(230,223,223)
#ECE6E5
(236,230,229)
#F2EDEB
(242,237,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEB5; }

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

This text font color is #BCAEB5.

Background Color

.myBgColor { background-color: #BCAEB5; }

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

This div background color is #BCAEB5.

Border color

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

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

This div border color is #BCAEB5.

Opacity

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

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

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

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

This text has shadow with #BCAEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAEB5.

Preview

Color preview on black background

This text has color #BCAEB5 on black background.


Color preview on white background

This text has color #BCAEB5 on white background.


Black color preview on #BCAEB5 background

This text has black color on #BCAEB5 background.


White color preview on #BCAEB5 background

This text has white color on #BCAEB5 background.


Related colors

Complementary color

Complementary color for #hex is #43514A.


I love getcolorcode.com

Triadic colors

1 #B5BCAE and #AEB5BC with #BCAEB5 are triadic colors.

2 #B5AEBC and #AEBCB5 with #BCAEB5 are triadic colors.