COLOR #BCBAD9

HEX: #BCBAD9 RGB: (188,186,217)

Color info

#BCBAD9 contains red, green and blue colors in about the same proportion. Web safe color of #BCBAD9 is #CCCCCC (or #CCC).

RGB color model

#BCBAD9 color RGB value is (188,186,217).

RGB: (188,186,217) (74%, 73%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 217 of 255 = 85%

188
186
217

R + G + B ~ 77%. #BCBAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 217 = 591 (100%)
R 188 of 591 ~ 31.81%
G 186 of 591 ~ 31.47%
B 217 of 591 ~ 36.72'%

%31.81
%31.47
%36.72

CMYK color model

#BCBAD9 color CMYK value is (13,14,0,15).

  • cyan value is 13.36%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (13,14,0,15)
C13M14Y0K15 (13%, 14%, 0%, 15%)
(0.13 / 0.14 / 0.00 / 0.15)

CMYK percentages

%13.36
%14.29
%0
%14.9

Codes

Color #BCBAD9 in popluar color models

BC BA D9
RGB 188 186 217
HSL 244° 28.97% 79.02%
HSB/HSV 244° 14.29% 85.10%
CMYK 13.36% 14.29% 0.00%
14.90%

Color #BCBAD9 in popluar number systems.

HEX BC BA D9
Decimal 188 186 217
Binary 10111100 10111010 11011001
Octal 274 272 331

Shades and tints

Shades of #BCBAD9

#BCBAD9
(188,186,217)
#ABAAC6
(171,170,198)
#9A9AB3
(154,154,179)
#898AA0
(137,138,160)
#787A8D
(120,122,141)
#676A7A
(103,106,122)
#565A67
(86,90,103)
#454A54
(69,74,84)
#343A41
(52,58,65)
#232A2E
(35,42,46)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #BCBAD9

#BCBAD9
(188,186,217)
#C2C0DC
(194,192,220)
#C8C6DF
(200,198,223)
#CECCE2
(206,204,226)
#D4D2E5
(212,210,229)
#DAD8E8
(218,216,232)
#E0DEEB
(224,222,235)
#E6E4EE
(230,228,238)
#ECEAF1
(236,234,241)
#F2F0F4
(242,240,244)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBAD9 color. Also use rgb(188,186,217) instead hex code.

Text Font Color

.myTextColor { color: #BCBAD9; }

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

This text font color is #BCBAD9.

Background Color

.myBgColor { background-color: #BCBAD9; }

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

This div background color is #BCBAD9.

Border color

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

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

This div border color is #BCBAD9.

Opacity

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

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

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

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

This text has shadow with #BCBAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBAD9.

Preview

Color preview on black background

This text has color #BCBAD9 on black background.


Color preview on white background

This text has color #BCBAD9 on white background.


Black color preview on #BCBAD9 background

This text has black color on #BCBAD9 background.


White color preview on #BCBAD9 background

This text has white color on #BCBAD9 background.


Related colors

Complementary color

Complementary color for #hex is #434526.


I love getcolorcode.com

Triadic colors

1 #D9BCBA and #BAD9BC with #BCBAD9 are triadic colors.

2 #D9BABC and #BABCD9 with #BCBAD9 are triadic colors.