HEX: #BDB4DC
RGB: (189,180,220)
#BDB4DC contains red, green and blue colors in about the same proportion. Web safe color of #BDB4DC is #CCCCCC (or #CCC).
#BDB4DC color RGB value is (189,180,220).
RGB: (189,180,220)
(74%, 71%, 86%)
R 189 of 255 = 74%
G 180 of 255 = 71%
B 220 of 255 = 86%
R + G + B ~ 77%. #BDB4DC is quite light color.
R + G + B = 189 + 180 + 220 = 589 (100%)
R 189 of 589 ~ 32.09%
G 180 of 589 ~ 30.56%
B 220 of 589 ~ 37.35'%
#BDB4DC color CMYK value is (14,18,0,14).
CMYK: (14,18,0,14)
C14M18Y0K14 (14%, 18%, 0%, 14%)
(0.14 / 0.18 / 0.00 / 0.14)
Color #BDB4DC in popluar color models
BD | B4 | DC | |
---|---|---|---|
RGB | 189 | 180 | 220 |
HSL | 254° | 36.36% | 78.43% |
HSB/HSV | 254° | 18.18% | 86.27% |
CMYK | 14.09% | 18.18% | 0.00% |
13.73% |
Color #BDB4DC in popluar number systems.
HEX | BD | B4 | DC |
Decimal | 189 | 180 | 220 |
Binary | 10111101 | 10110100 | 11011100 |
Octal | 275 | 264 | 334 |
Shades of #BDB4DC
Tints of #BDB4DC
Examples of css and html codes for elements with #BDB4DC color. Also use rgb(189,180,220) instead hex code.
.myTextColor { color: #BDB4DC; }
<p style="color:#BDB4DC">This sample text font color is #BDB4DC.</p>
This text font color is #BDB4DC.
.myBgColor { background-color: #BDB4DC; }
<div style="background-color:#BDB4DC">Inner text</div>
This div background color is #BDB4DC.
.myBorderColor { border: 1px solid #BDB4DC; }
<div style="border:3px solid #BDB4DC">Div</div>
This div border color is #BDB4DC.
.myOpacity80 { color: #BDB4DC; opacity: 0.8; }
<p style="color:#BDB4DC;opacity:0.8;">80%</p>
Text with #BDB4DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDB4DC;}
<p style="text-shadow: 3px 3px 1px #BDB4DC">Text here.</p>
This text has shadow with #BDB4DC color.
.textShadow {text-shadow: 3px 3px 1px #BDB4DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDB4DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDB4DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDB4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDB4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDB4DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDB4DC;
-webkit-box-shadow: 1px 1px 3px 2px #BDB4DC;
box-shadow: 1px 1px 3px 2px #BDB4DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDB4DC; -webkit-box-shadow: 1px 1px 3px 2px #BDB4DC; box-shadow:1px 1px 3px 2px #BDB4DC;">
Div content here
</div>
This text has color #BDB4DC on black background.
This text has color #BDB4DC on white background.
This text has black color on #BDB4DC background.
This text has white color on #BDB4DC background.
Complementary color for #hex is #424B23.