COLOR #BDBDDC

HEX: #BDBDDC RGB: (189,189,220)

Color info

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

RGB color model

#BDBDDC color RGB value is (189,189,220).

RGB: (189,189,220) (74%, 74%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 220 of 255 = 86%

189
189
220

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

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 220 = 598 (100%)
R 189 of 598 ~ 31.61%
G 189 of 598 ~ 31.61%
B 220 of 598 ~ 36.79'%

%31.61
%31.61
%36.79

CMYK color model

#BDBDDC color CMYK value is (14,14,0,14).

  • cyan value is 14.09%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (14,14,0,14)
C14M14Y0K14 (14%, 14%, 0%, 14%)
(0.14 / 0.14 / 0.00 / 0.14)

CMYK percentages

%14.09
%14.09
%0
%13.73

Codes

Color #BDBDDC in popluar color models

BD BD DC
RGB 189 189 220
HSL 240° 30.69% 80.20%
HSB/HSV 240° 14.09% 86.27%
CMYK 14.09% 14.09% 0.00%
13.73%

Color #BDBDDC in popluar number systems.

HEX BD BD DC
Decimal 189 189 220
Binary 10111101 10111101 11011100
Octal 275 275 334

Shades and tints

Shades of #BDBDDC

#BDBDDC
(189,189,220)
#ACACC8
(172,172,200)
#9B9BB4
(155,155,180)
#8A8AA0
(138,138,160)
#79798C
(121,121,140)
#686878
(104,104,120)
#575764
(87,87,100)
#464650
(70,70,80)
#35353C
(53,53,60)
#242428
(36,36,40)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #BDBDDC

#BDBDDC
(189,189,220)
#C3C3DF
(195,195,223)
#C9C9E2
(201,201,226)
#CFCFE5
(207,207,229)
#D5D5E8
(213,213,232)
#DBDBEB
(219,219,235)
#E1E1EE
(225,225,238)
#E7E7F1
(231,231,241)
#EDEDF4
(237,237,244)
#F3F3F7
(243,243,247)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDDC; }

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

This text font color is #BDBDDC.

Background Color

.myBgColor { background-color: #BDBDDC; }

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

This div background color is #BDBDDC.

Border color

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

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

This div border color is #BDBDDC.

Opacity

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

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

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

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

This text has shadow with #BDBDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBDDC.

Preview

Color preview on black background

This text has color #BDBDDC on black background.


Color preview on white background

This text has color #BDBDDC on white background.


Black color preview on #BDBDDC background

This text has black color on #BDBDDC background.


White color preview on #BDBDDC background

This text has white color on #BDBDDC background.


Related colors

Complementary color

Complementary color for #hex is #424223.


I love getcolorcode.com