HEX: #B4BDDD
RGB: (180,189,221)
#B4BDDD contains red, green and blue colors in about the same proportion. Web safe color of #B4BDDD is #CCCCCC (or #CCC).
#B4BDDD color RGB value is (180,189,221).
RGB: (180,189,221)
(71%, 74%, 87%)
R 180 of 255 = 71%
G 189 of 255 = 74%
B 221 of 255 = 87%
R + G + B ~ 77%. #B4BDDD is quite light color.
R + G + B = 180 + 189 + 221 = 590 (100%)
R 180 of 590 ~ 30.51%
G 189 of 590 ~ 32.03%
B 221 of 590 ~ 37.46'%
#B4BDDD color CMYK value is (19,14,0,13).
CMYK: (19,14,0,13)
C19M14Y0K13 (19%, 14%, 0%, 13%)
(0.19 / 0.14 / 0.00 / 0.13)
Color #B4BDDD in popluar color models
B4 | BD | DD | |
---|---|---|---|
RGB | 180 | 189 | 221 |
HSL | 227° | 37.61% | 78.63% |
HSB/HSV | 227° | 18.55% | 86.67% |
CMYK | 18.55% | 14.48% | 0.00% |
13.33% |
Color #B4BDDD in popluar number systems.
HEX | B4 | BD | DD |
Decimal | 180 | 189 | 221 |
Binary | 10110100 | 10111101 | 11011101 |
Octal | 264 | 275 | 335 |
Shades of #B4BDDD
Tints of #B4BDDD
Examples of css and html codes for elements with #B4BDDD color. Also use rgb(180,189,221) instead hex code.
.myTextColor { color: #B4BDDD; }
<p style="color:#B4BDDD">This sample text font color is #B4BDDD.</p>
This text font color is #B4BDDD.
.myBgColor { background-color: #B4BDDD; }
<div style="background-color:#B4BDDD">Inner text</div>
This div background color is #B4BDDD.
.myBorderColor { border: 1px solid #B4BDDD; }
<div style="border:3px solid #B4BDDD">Div</div>
This div border color is #B4BDDD.
.myOpacity80 { color: #B4BDDD; opacity: 0.8; }
<p style="color:#B4BDDD;opacity:0.8;">80%</p>
Text with #B4BDDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4BDDD;}
<p style="text-shadow: 3px 3px 1px #B4BDDD">Text here.</p>
This text has shadow with #B4BDDD color.
.textShadow {text-shadow: 3px 3px 1px #B4BDDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4BDDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4BDDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4BDDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4BDDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4BDDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4BDDD;
-webkit-box-shadow: 1px 1px 3px 2px #B4BDDD;
box-shadow: 1px 1px 3px 2px #B4BDDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4BDDD; -webkit-box-shadow: 1px 1px 3px 2px #B4BDDD; box-shadow:1px 1px 3px 2px #B4BDDD;">
Div content here
</div>
This text has color #B4BDDD on black background.
This text has color #B4BDDD on white background.
This text has black color on #B4BDDD background.
This text has white color on #B4BDDD background.
Complementary color for #hex is #4B4222.