HEX: #BBD3EB
RGB: (187,211,235)
#BBD3EB contains red, green and blue colors in about the same proportion. Web safe color of #BBD3EB is #CCCCFF (or #CCF).
#BBD3EB color RGB value is (187,211,235).
RGB: (187,211,235)
(73%, 83%, 92%)
R 187 of 255 = 73%
G 211 of 255 = 83%
B 235 of 255 = 92%
R + G + B ~ 83%. #BBD3EB is quite light color.
R + G + B = 187 + 211 + 235 = 633 (100%)
R 187 of 633 ~ 29.54%
G 211 of 633 ~ 33.33%
B 235 of 633 ~ 37.12'%
#BBD3EB color CMYK value is (20,10,0,8).
CMYK: (20,10,0,8)
C20M10Y0K8 (20%, 10%, 0%, 8%)
(0.20 / 0.10 / 0.00 / 0.08)
Color #BBD3EB in popluar color models
BB | D3 | EB | |
---|---|---|---|
RGB | 187 | 211 | 235 |
HSL | 210° | 54.55% | 82.75% |
HSB/HSV | 210° | 20.43% | 92.16% |
CMYK | 20.43% | 10.21% | 0.00% |
7.84% |
Color #BBD3EB in popluar number systems.
HEX | BB | D3 | EB |
Decimal | 187 | 211 | 235 |
Binary | 10111011 | 11010011 | 11101011 |
Octal | 273 | 323 | 353 |
Shades of #BBD3EB
Tints of #BBD3EB
Examples of css and html codes for elements with #BBD3EB color. Also use rgb(187,211,235) instead hex code.
.myTextColor { color: #BBD3EB; }
<p style="color:#BBD3EB">This sample text font color is #BBD3EB.</p>
This text font color is #BBD3EB.
.myBgColor { background-color: #BBD3EB; }
<div style="background-color:#BBD3EB">Inner text</div>
This div background color is #BBD3EB.
.myBorderColor { border: 1px solid #BBD3EB; }
<div style="border:3px solid #BBD3EB">Div</div>
This div border color is #BBD3EB.
.myOpacity80 { color: #BBD3EB; opacity: 0.8; }
<p style="color:#BBD3EB;opacity:0.8;">80%</p>
Text with #BBD3EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBD3EB;}
<p style="text-shadow: 3px 3px 1px #BBD3EB">Text here.</p>
This text has shadow with #BBD3EB color.
.textShadow {text-shadow: 3px 3px 1px #BBD3EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBD3EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBD3EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD3EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBD3EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBD3EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBD3EB;
-webkit-box-shadow: 1px 1px 3px 2px #BBD3EB;
box-shadow: 1px 1px 3px 2px #BBD3EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD3EB; -webkit-box-shadow: 1px 1px 3px 2px #BBD3EB; box-shadow:1px 1px 3px 2px #BBD3EB;">
Div content here
</div>
This text has color #BBD3EB on black background.
This text has color #BBD3EB on white background.
This text has black color on #BBD3EB background.
This text has white color on #BBD3EB background.
Complementary color for #hex is #442C14.