COLOR #BCAEC7

HEX: #BCAEC7
RGB: (188,174,199)

Color info

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

RGB color model

#BCAEC7 color RGB value is (188,174,199).

  • red value is 188;
  • green value is 174;
  • blue value is 199.
RGB:
(188,174,199)
(74%,68%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 199 of 255 = 78%

188
174
199

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 199 = 561 (100%)
R 188 of 561 ~ 33.51%
G 174 of 561 ~ 31.02%
B 199 of 561 ~ 35.47%

%33.51
%31.02
%35.47

CMYK color model

#BCAEC7 color CMYK value is (6,13,0,22).

  • cyan value is 5.53%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,13,0,22)
C6M13Y0K22 
(6%,13%,0%,22%)
(0.06/0.13/0.00/0.22)	

CMYK percentages

%5.53
%12.56
%0
%21.96

Codes

Color #BCAEC7 in popluar color models

BCAEC7
RGB188174199
HSL274°18.25%73.14%
HSB/HSV274°12.56%78.04%
CMYK5.53%12.56%0.00%
21.96%

Color #BCAEC7 in popluar number systems.

HEXBCAEC7
Decimal188174199
Binary101111001010111011000111
Octal274256307

Shades and tints

Shades of #BCAEC7

#BCAEC7
(188,174,199)
#AB9FB5
(171,159,181)
#9A90A3
(154,144,163)
#898191
(137,129,145)
#78727F
(120,114,127)
#67636D
(103,99,109)
#56545B
(86,84,91)
#454549
(69,69,73)
#343637
(52,54,55)
#232725
(35,39,37)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCAEC7

#BCAEC7
(188,174,199)
#C2B5CC
(194,181,204)
#C8BCD1
(200,188,209)
#CEC3D6
(206,195,214)
#D4CADB
(212,202,219)
#DAD1E0
(218,209,224)
#E0D8E5
(224,216,229)
#E6DFEA
(230,223,234)
#ECE6EF
(236,230,239)
#F2EDF4
(242,237,244)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEC7; }

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

This text font color is #BCAEC7.


Background Color

.myBgColor { background-color: #BCAEC7; }

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

This div background color is #BCAEC7.


Border color

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

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

This div border color is #BCAEC7.


Opacity

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

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

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

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

This text has shadow with #BCAEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAEC7 on black background.


Color preview on white background

This text has color #BCAEC7 on white background.



Black color preview on #BCAEC7 background

This text has black color on #BCAEC7 background.


White color preview on #BCAEC7 background

This text has white color on #BCAEC7 background.