COLOR #BCAED2

HEX: #BCAED2
RGB: (188,174,210)

Color info

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

RGB color model

#BCAED2 color RGB value is (188,174,210).

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

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 210 of 255 = 82%

188
174
210

R + G + B ~ 75%. #BCAED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 210 = 572 (100%)
R 188 of 572 ~ 32.87%
G 174 of 572 ~ 30.42%
B 210 of 572 ~ 36.71%

%32.87
%30.42
%36.71

CMYK color model

#BCAED2 color CMYK value is (10,17,0,18).

  • cyan value is 10.48%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,17,0,18)
C10M17Y0K18 
(10%,17%,0%,18%)
(0.10/0.17/0.00/0.18)	

CMYK percentages

%10.48
%17.14
%0
%17.65

Codes

Color #BCAED2 in popluar color models

BCAED2
RGB188174210
HSL263°28.57%75.29%
HSB/HSV263°17.14%82.35%
CMYK10.48%17.14%0.00%
17.65%

Color #BCAED2 in popluar number systems.

HEXBCAED2
Decimal188174210
Binary101111001010111011010010
Octal274256322

Shades and tints

Shades of #BCAED2

#BCAED2
(188,174,210)
#AB9FBF
(171,159,191)
#9A90AC
(154,144,172)
#898199
(137,129,153)
#787286
(120,114,134)
#676373
(103,99,115)
#565460
(86,84,96)
#45454D
(69,69,77)
#34363A
(52,54,58)
#232727
(35,39,39)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCAED2

#BCAED2
(188,174,210)
#C2B5D6
(194,181,214)
#C8BCDA
(200,188,218)
#CEC3DE
(206,195,222)
#D4CAE2
(212,202,226)
#DAD1E6
(218,209,230)
#E0D8EA
(224,216,234)
#E6DFEE
(230,223,238)
#ECE6F2
(236,230,242)
#F2EDF6
(242,237,246)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAED2; }

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

This text font color is #BCAED2.


Background Color

.myBgColor { background-color: #BCAED2; }

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

This div background color is #BCAED2.


Border color

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

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

This div border color is #BCAED2.


Opacity

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

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

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

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

This text has shadow with #BCAED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAED2 on black background.


Color preview on white background

This text has color #BCAED2 on white background.



Black color preview on #BCAED2 background

This text has black color on #BCAED2 background.


White color preview on #BCAED2 background

This text has white color on #BCAED2 background.