COLOR #BCAED6

HEX: #BCAED6 RGB: (188,174,214)

Color info

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

RGB color model

#BCAED6 color RGB value is (188,174,214).

RGB: (188,174,214) (74%, 68%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 214 of 255 = 84%

188
174
214

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

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 214 = 576 (100%)
R 188 of 576 ~ 32.64%
G 174 of 576 ~ 30.21%
B 214 of 576 ~ 37.15'%

%32.64
%30.21
%37.15

CMYK color model

#BCAED6 color CMYK value is (12,19,0,16).

  • cyan value is 12.15%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (12,19,0,16) C12M19Y0K16 (12%,19%,0%,16%) (0.12/0.19/0.00/0.16) 

CMYK percentages

%12.15
%18.69
%0
%16.08

Codes

Color #BCAED6 in popluar color models

BC AE D6
RGB 188 174 214
HSL 261° 32.79% 76.08%
HSB/HSV 261° 18.69% 83.92%
CMYK 12.15% 18.69% 0.00%
16.08%

Color #BCAED6 in popluar number systems.

HEX BC AE D6
Decimal 188 174 214
Binary 10111100 10101110 11010110
Octal 274 256 326

Shades and tints

Shades of #BCAED6

#BCAED6
(188,174,214)
#AB9FC3
(171,159,195)
#9A90B0
(154,144,176)
#89819D
(137,129,157)
#78728A
(120,114,138)
#676377
(103,99,119)
#565464
(86,84,100)
#454551
(69,69,81)
#34363E
(52,54,62)
#23272B
(35,39,43)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #BCAED6

#BCAED6
(188,174,214)
#C2B5D9
(194,181,217)
#C8BCDC
(200,188,220)
#CEC3DF
(206,195,223)
#D4CAE2
(212,202,226)
#DAD1E5
(218,209,229)
#E0D8E8
(224,216,232)
#E6DFEB
(230,223,235)
#ECE6EE
(236,230,238)
#F2EDF1
(242,237,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAED6; }

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

This text font color is #BCAED6.

Background Color

.myBgColor { background-color: #BCAED6; }

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

This div background color is #BCAED6.

Border color

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

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

This div border color is #BCAED6.

Opacity

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

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

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

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

This text has shadow with #BCAED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAED6.

Preview

Color preview on black background

This text has color #BCAED6 on black background.


Color preview on white background

This text has color #BCAED6 on white background.


Black color preview on #BCAED6 background

This text has black color on #BCAED6 background.


White color preview on #BCAED6 background

This text has white color on #BCAED6 background.


Related colors

Complementary color

Complementary color for #hex is #435129.


I love getcolorcode.com

Triadic colors

1 #D6BCAE and #AED6BC with #BCAED6 are triadic colors.

2 #D6AEBC and #AEBCD6 with #BCAED6 are triadic colors.