COLOR #BCB9DE

HEX: #BCB9DE RGB: (188,185,222)

Color info

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

RGB color model

#BCB9DE color RGB value is (188,185,222).

RGB: (188,185,222) (74%, 73%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 222 of 255 = 87%

188
185
222

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

Portions of RGB colors in percentages

R + G + B = 188 + 185 + 222 = 595 (100%)
R 188 of 595 ~ 31.6%
G 185 of 595 ~ 31.09%
B 222 of 595 ~ 37.31'%

%31.6
%31.09
%37.31

CMYK color model

#BCB9DE color CMYK value is (15,17,0,13).

  • cyan value is 15.32%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,17,0,13)
C15M17Y0K13 (15%, 17%, 0%, 13%)
(0.15 / 0.17 / 0.00 / 0.13)

CMYK percentages

%15.32
%16.67
%0
%12.94

Codes

Color #BCB9DE in popluar color models

BC B9 DE
RGB 188 185 222
HSL 245° 35.92% 79.80%
HSB/HSV 245° 16.67% 87.06%
CMYK 15.32% 16.67% 0.00%
12.94%

Color #BCB9DE in popluar number systems.

HEX BC B9 DE
Decimal 188 185 222
Binary 10111100 10111001 11011110
Octal 274 271 336

Shades and tints

Shades of #BCB9DE

#BCB9DE
(188,185,222)
#ABA9CA
(171,169,202)
#9A99B6
(154,153,182)
#8989A2
(137,137,162)
#78798E
(120,121,142)
#67697A
(103,105,122)
#565966
(86,89,102)
#454952
(69,73,82)
#34393E
(52,57,62)
#23292A
(35,41,42)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCB9DE

#BCB9DE
(188,185,222)
#C2BFE1
(194,191,225)
#C8C5E4
(200,197,228)
#CECBE7
(206,203,231)
#D4D1EA
(212,209,234)
#DAD7ED
(218,215,237)
#E0DDF0
(224,221,240)
#E6E3F3
(230,227,243)
#ECE9F6
(236,233,246)
#F2EFF9
(242,239,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB9DE color. Also use rgb(188,185,222) instead hex code.

Text Font Color

.myTextColor { color: #BCB9DE; }

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

This text font color is #BCB9DE.

Background Color

.myBgColor { background-color: #BCB9DE; }

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

This div background color is #BCB9DE.

Border color

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

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

This div border color is #BCB9DE.

Opacity

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

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

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

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

This text has shadow with #BCB9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB9DE.

Preview

Color preview on black background

This text has color #BCB9DE on black background.


Color preview on white background

This text has color #BCB9DE on white background.


Black color preview on #BCB9DE background

This text has black color on #BCB9DE background.


White color preview on #BCB9DE background

This text has white color on #BCB9DE background.


Related colors

Complementary color

Complementary color for #hex is #434621.


I love getcolorcode.com

Triadic colors

1 #DEBCB9 and #B9DEBC with #BCB9DE are triadic colors.

2 #DEB9BC and #B9BCDE with #BCB9DE are triadic colors.