HEX: #BBD2ED
RGB: (187,210,237)
#BBD2ED contains red, green and blue colors in about the same proportion. Web safe color of #BBD2ED is #CCCCFF (or #CCF).
#BBD2ED color RGB value is (187,210,237).
RGB: (187,210,237)
(73%, 82%, 93%)
R 187 of 255 = 73%
G 210 of 255 = 82%
B 237 of 255 = 93%
R + G + B ~ 83%. #BBD2ED is quite light color.
R + G + B = 187 + 210 + 237 = 634 (100%)
R 187 of 634 ~ 29.5%
G 210 of 634 ~ 33.12%
B 237 of 634 ~ 37.38'%
#BBD2ED color CMYK value is (21,11,0,7).
CMYK: (21,11,0,7)
C21M11Y0K7 (21%, 11%, 0%, 7%)
(0.21 / 0.11 / 0.00 / 0.07)
Color #BBD2ED in popluar color models
BB | D2 | ED | |
---|---|---|---|
RGB | 187 | 210 | 237 |
HSL | 212° | 58.14% | 83.14% |
HSB/HSV | 212° | 21.10% | 92.94% |
CMYK | 21.10% | 11.39% | 0.00% |
7.06% |
Color #BBD2ED in popluar number systems.
HEX | BB | D2 | ED |
Decimal | 187 | 210 | 237 |
Binary | 10111011 | 11010010 | 11101101 |
Octal | 273 | 322 | 355 |
Shades of #BBD2ED
Tints of #BBD2ED
Examples of css and html codes for elements with #BBD2ED color. Also use rgb(187,210,237) instead hex code.
.myTextColor { color: #BBD2ED; }
<p style="color:#BBD2ED">This sample text font color is #BBD2ED.</p>
This text font color is #BBD2ED.
.myBgColor { background-color: #BBD2ED; }
<div style="background-color:#BBD2ED">Inner text</div>
This div background color is #BBD2ED.
.myBorderColor { border: 1px solid #BBD2ED; }
<div style="border:3px solid #BBD2ED">Div</div>
This div border color is #BBD2ED.
.myOpacity80 { color: #BBD2ED; opacity: 0.8; }
<p style="color:#BBD2ED;opacity:0.8;">80%</p>
Text with #BBD2ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBD2ED;}
<p style="text-shadow: 3px 3px 1px #BBD2ED">Text here.</p>
This text has shadow with #BBD2ED color.
.textShadow {text-shadow: 3px 3px 1px #BBD2ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBD2ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBD2ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD2ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBD2ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBD2ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBD2ED;
-webkit-box-shadow: 1px 1px 3px 2px #BBD2ED;
box-shadow: 1px 1px 3px 2px #BBD2ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD2ED; -webkit-box-shadow: 1px 1px 3px 2px #BBD2ED; box-shadow:1px 1px 3px 2px #BBD2ED;">
Div content here
</div>
This text has color #BBD2ED on black background.
This text has color #BBD2ED on white background.
This text has black color on #BBD2ED background.
This text has white color on #BBD2ED background.
Complementary color for #hex is #442D12.