COLOR #BCAECB

HEX: #BCAECB RGB: (188,174,203)

Color info

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

RGB color model

#BCAECB color RGB value is (188,174,203).

RGB: (188,174,203) (74%, 68%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 203 of 255 = 80%

188
174
203

R + G + B ~ 74%. #BCAECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 203 = 565 (100%)
R 188 of 565 ~ 33.27%
G 174 of 565 ~ 30.8%
B 203 of 565 ~ 35.93'%

%33.27
%30.8
%35.93

CMYK color model

#BCAECB color CMYK value is (7,14,0,20).

  • cyan value is 7.39%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (7,14,0,20) C7M14Y0K20 (7%,14%,0%,20%) (0.07/0.14/0.00/0.20) 

CMYK percentages

%7.39
%14.29
%0
%20.39

Codes

Color #BCAECB in popluar color models

BC AE CB
RGB 188 174 203
HSL 269° 21.80% 73.92%
HSB/HSV 269° 14.29% 79.61%
CMYK 7.39% 14.29% 0.00%
20.39%

Color #BCAECB in popluar number systems.

HEX BC AE CB
Decimal 188 174 203
Binary 10111100 10101110 11001011
Octal 274 256 313

Shades and tints

Shades of #BCAECB

#BCAECB
(188,174,203)
#AB9FB9
(171,159,185)
#9A90A7
(154,144,167)
#898195
(137,129,149)
#787283
(120,114,131)
#676371
(103,99,113)
#56545F
(86,84,95)
#45454D
(69,69,77)
#34363B
(52,54,59)
#232729
(35,39,41)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCAECB

#BCAECB
(188,174,203)
#C2B5CF
(194,181,207)
#C8BCD3
(200,188,211)
#CEC3D7
(206,195,215)
#D4CADB
(212,202,219)
#DAD1DF
(218,209,223)
#E0D8E3
(224,216,227)
#E6DFE7
(230,223,231)
#ECE6EB
(236,230,235)
#F2EDEF
(242,237,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAECB; }

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

This text font color is #BCAECB.

Background Color

.myBgColor { background-color: #BCAECB; }

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

This div background color is #BCAECB.

Border color

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

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

This div border color is #BCAECB.

Opacity

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

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

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

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

This text has shadow with #BCAECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAECB.

Preview

Color preview on black background

This text has color #BCAECB on black background.


Color preview on white background

This text has color #BCAECB on white background.


Black color preview on #BCAECB background

This text has black color on #BCAECB background.


White color preview on #BCAECB background

This text has white color on #BCAECB background.


Related colors

Complementary color

Complementary color for #hex is #435134.


I love getcolorcode.com

Triadic colors

1 #CBBCAE and #AECBBC with #BCAECB are triadic colors.

2 #CBAEBC and #AEBCCB with #BCAECB are triadic colors.