HEX: #BBB4ED
RGB: (187,180,237)
#BBB4ED contains red, green and blue colors in about the same proportion. Web safe color of #BBB4ED is #CCCCFF (or #CCF).
#BBB4ED color RGB value is (187,180,237).
RGB: (187,180,237)
(73%, 71%, 93%)
R 187 of 255 = 73%
G 180 of 255 = 71%
B 237 of 255 = 93%
R + G + B ~ 79%. #BBB4ED is quite light color.
R + G + B = 187 + 180 + 237 = 604 (100%)
R 187 of 604 ~ 30.96%
G 180 of 604 ~ 29.8%
B 237 of 604 ~ 39.24'%
#BBB4ED color CMYK value is (21,24,0,7).
CMYK: (21,24,0,7)
C21M24Y0K7 (21%, 24%, 0%, 7%)
(0.21 / 0.24 / 0.00 / 0.07)
Color #BBB4ED in popluar color models
BB | B4 | ED | |
---|---|---|---|
RGB | 187 | 180 | 237 |
HSL | 247° | 61.29% | 81.76% |
HSB/HSV | 247° | 24.05% | 92.94% |
CMYK | 21.10% | 24.05% | 0.00% |
7.06% |
Color #BBB4ED in popluar number systems.
HEX | BB | B4 | ED |
Decimal | 187 | 180 | 237 |
Binary | 10111011 | 10110100 | 11101101 |
Octal | 273 | 264 | 355 |
Shades of #BBB4ED
Tints of #BBB4ED
Examples of css and html codes for elements with #BBB4ED color. Also use rgb(187,180,237) instead hex code.
.myTextColor { color: #BBB4ED; }
<p style="color:#BBB4ED">This sample text font color is #BBB4ED.</p>
This text font color is #BBB4ED.
.myBgColor { background-color: #BBB4ED; }
<div style="background-color:#BBB4ED">Inner text</div>
This div background color is #BBB4ED.
.myBorderColor { border: 1px solid #BBB4ED; }
<div style="border:3px solid #BBB4ED">Div</div>
This div border color is #BBB4ED.
.myOpacity80 { color: #BBB4ED; opacity: 0.8; }
<p style="color:#BBB4ED;opacity:0.8;">80%</p>
Text with #BBB4ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBB4ED;}
<p style="text-shadow: 3px 3px 1px #BBB4ED">Text here.</p>
This text has shadow with #BBB4ED color.
.textShadow {text-shadow: 3px 3px 1px #BBB4ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBB4ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBB4ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBB4ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBB4ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBB4ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBB4ED;
-webkit-box-shadow: 1px 1px 3px 2px #BBB4ED;
box-shadow: 1px 1px 3px 2px #BBB4ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBB4ED; -webkit-box-shadow: 1px 1px 3px 2px #BBB4ED; box-shadow:1px 1px 3px 2px #BBB4ED;">
Div content here
</div>
This text has color #BBB4ED on black background.
This text has color #BBB4ED on white background.
This text has black color on #BBB4ED background.
This text has white color on #BBB4ED background.
Complementary color for #hex is #444B12.