COLOR #BDBCE0

HEX: #BDBCE0 RGB: (189,188,224)

Color info

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

RGB color model

#BDBCE0 color RGB value is (189,188,224).

RGB: (189,188,224) (74%, 74%, 88%)

RGB channels and saturation

R 189 of 255 = 74%
G 188 of 255 = 74%
B 224 of 255 = 88%

189
188
224

R + G + B ~ 79%. #BDBCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 188 + 224 = 601 (100%)
R 189 of 601 ~ 31.45%
G 188 of 601 ~ 31.28%
B 224 of 601 ~ 37.27'%

%31.45
%31.28
%37.27

CMYK color model

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

  • cyan value is 15.63%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (16,16,0,12)
C16M16Y0K12 (16%, 16%, 0%, 12%)
(0.16 / 0.16 / 0.00 / 0.12)

CMYK percentages

%15.63
%16.07
%0
%12.16

Codes

Color #BDBCE0 in popluar color models

BD BC E0
RGB 189 188 224
HSL 242° 36.73% 80.78%
HSB/HSV 242° 16.07% 87.84%
CMYK 15.63% 16.07% 0.00%
12.16%

Color #BDBCE0 in popluar number systems.

HEX BD BC E0
Decimal 189 188 224
Binary 10111101 10111100 11100000
Octal 275 274 340

Shades and tints

Shades of #BDBCE0

#BDBCE0
(189,188,224)
#ACABCC
(172,171,204)
#9B9AB8
(155,154,184)
#8A89A4
(138,137,164)
#797890
(121,120,144)
#68677C
(104,103,124)
#575668
(87,86,104)
#464554
(70,69,84)
#353440
(53,52,64)
#24232C
(36,35,44)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #BDBCE0

#BDBCE0
(189,188,224)
#C3C2E2
(195,194,226)
#C9C8E4
(201,200,228)
#CFCEE6
(207,206,230)
#D5D4E8
(213,212,232)
#DBDAEA
(219,218,234)
#E1E0EC
(225,224,236)
#E7E6EE
(231,230,238)
#EDECF0
(237,236,240)
#F3F2F2
(243,242,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBCE0 color. Also use rgb(189,188,224) instead hex code.

Text Font Color

.myTextColor { color: #BDBCE0; }

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

This text font color is #BDBCE0.

Background Color

.myBgColor { background-color: #BDBCE0; }

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

This div background color is #BDBCE0.

Border color

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

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

This div border color is #BDBCE0.

Opacity

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

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

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

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

This text has shadow with #BDBCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBCE0.

Preview

Color preview on black background

This text has color #BDBCE0 on black background.


Color preview on white background

This text has color #BDBCE0 on white background.


Black color preview on #BDBCE0 background

This text has black color on #BDBCE0 background.


White color preview on #BDBCE0 background

This text has white color on #BDBCE0 background.


Related colors

Complementary color

Complementary color for #hex is #42431F.


I love getcolorcode.com

Triadic colors

1 #E0BDBC and #BCE0BD with #BDBCE0 are triadic colors.

2 #E0BCBD and #BCBDE0 with #BDBCE0 are triadic colors.