HEX: #B4BDDA
RGB: (180,189,218)
#B4BDDA contains red, green and blue colors in about the same proportion. Web safe color of #B4BDDA is #CCCCCC (or #CCC).
#B4BDDA color RGB value is (180,189,218).
RGB: (180,189,218)
(71%, 74%, 85%)
R 180 of 255 = 71%
G 189 of 255 = 74%
B 218 of 255 = 85%
R + G + B ~ 77%. #B4BDDA is quite light color.
R + G + B = 180 + 189 + 218 = 587 (100%)
R 180 of 587 ~ 30.66%
G 189 of 587 ~ 32.2%
B 218 of 587 ~ 37.14'%
#B4BDDA color CMYK value is (17,13,0,15).
CMYK: (17,13,0,15)
C17M13Y0K15 (17%, 13%, 0%, 15%)
(0.17 / 0.13 / 0.00 / 0.15)
Color #B4BDDA in popluar color models
B4 | BD | DA | |
---|---|---|---|
RGB | 180 | 189 | 218 |
HSL | 226° | 33.93% | 78.04% |
HSB/HSV | 226° | 17.43% | 85.49% |
CMYK | 17.43% | 13.30% | 0.00% |
14.51% |
Color #B4BDDA in popluar number systems.
HEX | B4 | BD | DA |
Decimal | 180 | 189 | 218 |
Binary | 10110100 | 10111101 | 11011010 |
Octal | 264 | 275 | 332 |
Shades of #B4BDDA
Tints of #B4BDDA
Examples of css and html codes for elements with #B4BDDA color. Also use rgb(180,189,218) instead hex code.
.myTextColor { color: #B4BDDA; }
<p style="color:#B4BDDA">This sample text font color is #B4BDDA.</p>
This text font color is #B4BDDA.
.myBgColor { background-color: #B4BDDA; }
<div style="background-color:#B4BDDA">Inner text</div>
This div background color is #B4BDDA.
.myBorderColor { border: 1px solid #B4BDDA; }
<div style="border:3px solid #B4BDDA">Div</div>
This div border color is #B4BDDA.
.myOpacity80 { color: #B4BDDA; opacity: 0.8; }
<p style="color:#B4BDDA;opacity:0.8;">80%</p>
Text with #B4BDDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4BDDA;}
<p style="text-shadow: 3px 3px 1px #B4BDDA">Text here.</p>
This text has shadow with #B4BDDA color.
.textShadow {text-shadow: 3px 3px 1px #B4BDDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4BDDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4BDDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4BDDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4BDDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4BDDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4BDDA;
-webkit-box-shadow: 1px 1px 3px 2px #B4BDDA;
box-shadow: 1px 1px 3px 2px #B4BDDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4BDDA; -webkit-box-shadow: 1px 1px 3px 2px #B4BDDA; box-shadow:1px 1px 3px 2px #B4BDDA;">
Div content here
</div>
This text has color #B4BDDA on black background.
This text has color #B4BDDA on white background.
This text has black color on #B4BDDA background.
This text has white color on #B4BDDA background.
Complementary color for #hex is #4B4225.