COLOR #BCACEE

HEX: #BCACEE RGB: (188,172,238)

Color info

#BCACEE contains mainly red and blue colors. Web safe color of #BCACEE is #CC99FF (or #C9F).

RGB color model

#BCACEE color RGB value is (188,172,238).

RGB: (188,172,238) (74%, 67%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 238 of 255 = 93%

188
172
238

R + G + B ~ 78%. #BCACEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 172 + 238 = 598 (100%)
R 188 of 598 ~ 31.44%
G 172 of 598 ~ 28.76%
B 238 of 598 ~ 39.8'%

%31.44
%28.76
%39.8

CMYK color model

#BCACEE color CMYK value is (21,28,0,7).

  • cyan value is 21.01%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,28,0,7)
C21M28Y0K7 (21%, 28%, 0%, 7%)
(0.21 / 0.28 / 0.00 / 0.07)

CMYK percentages

%21.01
%27.73
%0
%6.67

Codes

Color #BCACEE in popluar color models

BC AC EE
RGB 188 172 238
HSL 255° 66.00% 80.39%
HSB/HSV 255° 27.73% 93.33%
CMYK 21.01% 27.73% 0.00%
6.67%

Color #BCACEE in popluar number systems.

HEX BC AC EE
Decimal 188 172 238
Binary 10111100 10101100 11101110
Octal 274 254 356

Shades and tints

Shades of #BCACEE

#BCACEE
(188,172,238)
#AB9DD9
(171,157,217)
#9A8EC4
(154,142,196)
#897FAF
(137,127,175)
#78709A
(120,112,154)
#676185
(103,97,133)
#565270
(86,82,112)
#45435B
(69,67,91)
#343446
(52,52,70)
#232531
(35,37,49)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #BCACEE

#BCACEE
(188,172,238)
#C2B3EF
(194,179,239)
#C8BAF0
(200,186,240)
#CEC1F1
(206,193,241)
#D4C8F2
(212,200,242)
#DACFF3
(218,207,243)
#E0D6F4
(224,214,244)
#E6DDF5
(230,221,245)
#ECE4F6
(236,228,246)
#F2EBF7
(242,235,247)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCACEE color. Also use rgb(188,172,238) instead hex code.

Text Font Color

.myTextColor { color: #BCACEE; }

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

This text font color is #BCACEE.

Background Color

.myBgColor { background-color: #BCACEE; }

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

This div background color is #BCACEE.

Border color

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

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

This div border color is #BCACEE.

Opacity

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

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

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

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

This text has shadow with #BCACEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCACEE.

Preview

Color preview on black background

This text has color #BCACEE on black background.


Color preview on white background

This text has color #BCACEE on white background.


Black color preview on #BCACEE background

This text has black color on #BCACEE background.


White color preview on #BCACEE background

This text has white color on #BCACEE background.


Related colors

Complementary color

Complementary color for #hex is #435311.


I love getcolorcode.com

Triadic colors

1 #EEBCAC and #ACEEBC with #BCACEE are triadic colors.

2 #EEACBC and #ACBCEE with #BCACEE are triadic colors.