Shades of Tropical Blue #BBD3EC
Tints of Tropical Blue #BBD3EC
RGB
CMYK
RGB Variations
Color information
#BBD3EC (or 0xBBD3EC) is known color: Tropical Blue. HEX triplet: BB, D3 and EC. RGB value is (187,211,236). Sum of RGB (Red+Green+Blue) = 187+211+236=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EC is #442C13. Grayscale: #CECECE. Windows color (decimal): -4467732 or 15520699. OLE color: 15520699.
HSL color Cylindrical-coordinate representation of color #BBD3EC: hue angle of 210.61º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD3EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 211 | 236 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.07 |
| HSL | 210.61º | 0.56% | 0.83% | - |
| HSV(B) | 210.61º | 0.21% | 0.93% | - |
| XYZ | 58.93 | 63.21 | 88.45 | - |
| YUV | 206.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 236 | 0.21 | 0.11 | 0 | 0.07 | 210.61 | 0.56 | 0.83 |
| Hex | BB | D3 | EC | 15 | B | 0 | 7 | D3 | 38 | 53 |
| Octal | 273 | 323 | 354 | 25 | 13 | 0 | 7 | 323 | 70 | 123 |
| Binary | 10111011 | 11010011 | 11101100 | 10101 | 1011 | 0 | 111 | 11010011 | 111000 | 1010011 |
Color Harmonies of #BBD3EC
Complementary color
Monochromatic Colors of #BBD3EC
Black with #BBD3EC
Text Example
Text Example
White with #BBD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3EC; }
p { color: rgb(187,211,236); }
H1.HeaderClassName
{
color: #BBD3EC;
}
.AnyTagClassName
{
color: #BBD3EC;
}
</style>
background-color css
<style>
a { background-color: #BBD3EC; }
a { background-color: rgb(187,211,236); }
div.DivClassName
{
background-color: #BBD3EC;
}
.BgClassName
{
background-color: #BBD3EC;
}
</style>
border-color css
<style>
span { border-color: #BBD3EC; }
span { border-color: rgb(187,211,236); }
td.TdClassName
{
border-color: #BBD3EC;
}
.TagClassName
{
border-color: #BBD3EC;
}
</style>