Shades of Tropical Blue #BBD2FB
Tints of Tropical Blue #BBD2FB
RGB
CMYK
RGB Variations
Color information
#BBD2FB (or 0xBBD2FB) is known color: Tropical Blue. HEX triplet: BB, D2 and FB. RGB value is (187,210,251). Sum of RGB (Red+Green+Blue) = 187+210+251=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2FB is #442D04. Grayscale: #CFCFCF. Windows color (decimal): -4467973 or 16503483. OLE color: 16503483.
HSL color Cylindrical-coordinate representation of color #BBD2FB: hue angle of 218.44º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD2FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 210 | 251 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.02 |
| HSL | 218.44º | 0.89% | 0.86% | - |
| HSV(B) | 218.44º | 0.25% | 0.98% | - |
| XYZ | 60.95 | 63.62 | 100.33 | - |
| YUV | 207.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 251 | 0.25 | 0.16 | 0 | 0.02 | 218.44 | 0.89 | 0.86 |
| Hex | BB | D2 | FB | 19 | 10 | 0 | 2 | DA | 59 | 56 |
| Octal | 273 | 322 | 373 | 31 | 20 | 0 | 2 | 332 | 131 | 126 |
| Binary | 10111011 | 11010010 | 11111011 | 11001 | 10000 | 0 | 10 | 11011010 | 1011001 | 1010110 |
Color Harmonies of #BBD2FB
Complementary color
Monochromatic Colors of #BBD2FB
Black with #BBD2FB
Text Example
Text Example
White with #BBD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2FB; }
p { color: rgb(187,210,251); }
H1.HeaderClassName
{
color: #BBD2FB;
}
.AnyTagClassName
{
color: #BBD2FB;
}
</style>
background-color css
<style>
a { background-color: #BBD2FB; }
a { background-color: rgb(187,210,251); }
div.DivClassName
{
background-color: #BBD2FB;
}
.BgClassName
{
background-color: #BBD2FB;
}
</style>
border-color css
<style>
span { border-color: #BBD2FB; }
span { border-color: rgb(187,210,251); }
td.TdClassName
{
border-color: #BBD2FB;
}
.TagClassName
{
border-color: #BBD2FB;
}
</style>