HEX: #BBDFFB
RGB: (187,223,251)
#BBDFFB contains mainly green and blue colors. Web safe color of #BBDFFB is #CCCCFF (or #CCF).
#BBDFFB color RGB value is (187,223,251).
RGB: (187,223,251)
(73%, 87%, 98%)
R 187 of 255 = 73%
G 223 of 255 = 87%
B 251 of 255 = 98%
R + G + B ~ 86%. #BBDFFB is light color.
R + G + B = 187 + 223 + 251 = 661 (100%)
R 187 of 661 ~ 28.29%
G 223 of 661 ~ 33.74%
B 251 of 661 ~ 37.97'%
#BBDFFB color CMYK value is (25,11,0,2).
CMYK: (25,11,0,2)
C25M11Y0K2 (25%, 11%, 0%, 2%)
(0.25 / 0.11 / 0.00 / 0.02)
Color #BBDFFB in popluar color models
BB | DF | FB | |
---|---|---|---|
RGB | 187 | 223 | 251 |
HSL | 206° | 88.89% | 85.88% |
HSB/HSV | 206° | 25.50% | 98.43% |
CMYK | 25.50% | 11.16% | 0.00% |
1.57% |
Color #BBDFFB in popluar number systems.
HEX | BB | DF | FB |
Decimal | 187 | 223 | 251 |
Binary | 10111011 | 11011111 | 11111011 |
Octal | 273 | 337 | 373 |
Shades of #BBDFFB
Tints of #BBDFFB
Examples of css and html codes for elements with #BBDFFB color. Also use rgb(187,223,251) instead hex code.
.myTextColor { color: #BBDFFB; }
<p style="color:#BBDFFB">This sample text font color is #BBDFFB.</p>
This text font color is #BBDFFB.
.myBgColor { background-color: #BBDFFB; }
<div style="background-color:#BBDFFB">Inner text</div>
This div background color is #BBDFFB.
.myBorderColor { border: 1px solid #BBDFFB; }
<div style="border:3px solid #BBDFFB">Div</div>
This div border color is #BBDFFB.
.myOpacity80 { color: #BBDFFB; opacity: 0.8; }
<p style="color:#BBDFFB;opacity:0.8;">80%</p>
Text with #BBDFFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBDFFB;}
<p style="text-shadow: 3px 3px 1px #BBDFFB">Text here.</p>
This text has shadow with #BBDFFB color.
.textShadow {text-shadow: 3px 3px 1px #BBDFFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBDFFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBDFFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBDFFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBDFFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBDFFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBDFFB;
-webkit-box-shadow: 1px 1px 3px 2px #BBDFFB;
box-shadow: 1px 1px 3px 2px #BBDFFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBDFFB; -webkit-box-shadow: 1px 1px 3px 2px #BBDFFB; box-shadow:1px 1px 3px 2px #BBDFFB;">
Div content here
</div>
This text has color #BBDFFB on black background.
This text has color #BBDFFB on white background.
This text has black color on #BBDFFB background.
This text has white color on #BBDFFB background.
Complementary color for #hex is #442004.