COLOR #BCACEA

HEX: #BCACEA
RGB: (188,172,234)

Color info

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

RGB color model

#BCACEA color RGB value is (188,172,234).

  • red value is 188;
  • green value is 172;
  • blue value is 234.
RGB:
(188,172,234)
(74%,67%,92%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 234 of 255 = 92%

188
172
234

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

Portions of RGB colors in percentages

R + G + B =
188 + 172 + 234 = 594 (100%)
R 188 of 594 ~ 31.65%
G 172 of 594 ~ 28.96%
B 234 of 594 ~ 39.39%

%31.65
%28.96
%39.39

CMYK color model

#BCACEA color CMYK value is (20,26,0,8).

  • cyan value is 19.66%
  • magenta value is 26.50%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(20,26,0,8)
C20M26Y0K8 
(20%,26%,0%,8%)
(0.20/0.26/0.00/0.08)	

CMYK percentages

%19.66
%26.5
%0
%8.24

Codes

Color #BCACEA in popluar color models

BCACEA
RGB188172234
HSL255°59.62%79.61%
HSB/HSV255°26.50%91.76%
CMYK19.66%26.50%0.00%
8.24%

Color #BCACEA in popluar number systems.

HEXBCACEA
Decimal188172234
Binary101111001010110011101010
Octal274254352

Shades and tints

Shades of #BCACEA

#BCACEA
(188,172,234)
#AB9DD5
(171,157,213)
#9A8EC0
(154,142,192)
#897FAB
(137,127,171)
#787096
(120,112,150)
#676181
(103,97,129)
#56526C
(86,82,108)
#454357
(69,67,87)
#343442
(52,52,66)
#23252D
(35,37,45)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #BCACEA

#BCACEA
(188,172,234)
#C2B3EB
(194,179,235)
#C8BAEC
(200,186,236)
#CEC1ED
(206,193,237)
#D4C8EE
(212,200,238)
#DACFEF
(218,207,239)
#E0D6F0
(224,214,240)
#E6DDF1
(230,221,241)
#ECE4F2
(236,228,242)
#F2EBF3
(242,235,243)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCACEA; }

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

This text font color is #BCACEA.


Background Color

.myBgColor { background-color: #BCACEA; }

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

This div background color is #BCACEA.


Border color

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

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

This div border color is #BCACEA.


Opacity

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

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

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

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

This text has shadow with #BCACEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCACEA on black background.


Color preview on white background

This text has color #BCACEA on white background.



Black color preview on #BCACEA background

This text has black color on #BCACEA background.


White color preview on #BCACEA background

This text has white color on #BCACEA background.