COLOR #BCAEC4

HEX: #BCAEC4 RGB: (188,174,196)

Color info

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

RGB color model

#BCAEC4 color RGB value is (188,174,196).

RGB: (188,174,196) (74%, 68%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 196 of 255 = 77%

188
174
196

R + G + B ~ 73%. #BCAEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 196 = 558 (100%)
R 188 of 558 ~ 33.69%
G 174 of 558 ~ 31.18%
B 196 of 558 ~ 35.13'%

%33.69
%31.18
%35.13

CMYK color model

#BCAEC4 color CMYK value is (4,11,0,23).

  • cyan value is 4.08%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (4,11,0,23)
C4M11Y0K23 (4%, 11%, 0%, 23%)
(0.04 / 0.11 / 0.00 / 0.23)

CMYK percentages

%4.08
%11.22
%0
%23.14

Codes

Color #BCAEC4 in popluar color models

BC AE C4
RGB 188 174 196
HSL 278° 15.71% 72.55%
HSB/HSV 278° 11.22% 76.86%
CMYK 4.08% 11.22% 0.00%
23.14%

Color #BCAEC4 in popluar number systems.

HEX BC AE C4
Decimal 188 174 196
Binary 10111100 10101110 11000100
Octal 274 256 304

Shades and tints

Shades of #BCAEC4

#BCAEC4
(188,174,196)
#AB9FB3
(171,159,179)
#9A90A2
(154,144,162)
#898191
(137,129,145)
#787280
(120,114,128)
#67636F
(103,99,111)
#56545E
(86,84,94)
#45454D
(69,69,77)
#34363C
(52,54,60)
#23272B
(35,39,43)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #BCAEC4

#BCAEC4
(188,174,196)
#C2B5C9
(194,181,201)
#C8BCCE
(200,188,206)
#CEC3D3
(206,195,211)
#D4CAD8
(212,202,216)
#DAD1DD
(218,209,221)
#E0D8E2
(224,216,226)
#E6DFE7
(230,223,231)
#ECE6EC
(236,230,236)
#F2EDF1
(242,237,241)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEC4; }

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

This text font color is #BCAEC4.

Background Color

.myBgColor { background-color: #BCAEC4; }

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

This div background color is #BCAEC4.

Border color

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

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

This div border color is #BCAEC4.

Opacity

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

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

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

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

This text has shadow with #BCAEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAEC4.

Preview

Color preview on black background

This text has color #BCAEC4 on black background.


Color preview on white background

This text has color #BCAEC4 on white background.


Black color preview on #BCAEC4 background

This text has black color on #BCAEC4 background.


White color preview on #BCAEC4 background

This text has white color on #BCAEC4 background.


Related colors

Complementary color

Complementary color for #hex is #43513B.


I love getcolorcode.com

Triadic colors

1 #C4BCAE and #AEC4BC with #BCAEC4 are triadic colors.

2 #C4AEBC and #AEBCC4 with #BCAEC4 are triadic colors.