Shades of Tropical Blue #BBD0EF
Tints of Tropical Blue #BBD0EF
RGB
CMYK
RGB Variations
Color information
#BBD0EF (or 0xBBD0EF) is known color: Tropical Blue. HEX triplet: BB, D0 and EF. RGB value is (187,208,239). Sum of RGB (Red+Green+Blue) = 187+208+239=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0EF is #442F10. Grayscale: #CDCDCD. Windows color (decimal): -4468497 or 15716539. OLE color: 15716539.
HSL color Cylindrical-coordinate representation of color #BBD0EF: hue angle of 215.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD0EF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 208 | 239 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.06 |
| HSL | 215.77º | 0.62% | 0.84% | - |
| HSV(B) | 215.77º | 0.22% | 0.94% | - |
| XYZ | 58.63 | 61.91 | 90.52 | - |
| YUV | 205.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 239 | 0.22 | 0.13 | 0 | 0.06 | 215.77 | 0.62 | 0.84 |
| Hex | BB | D0 | EF | 16 | D | 0 | 6 | D8 | 3E | 54 |
| Octal | 273 | 320 | 357 | 26 | 15 | 0 | 6 | 330 | 76 | 124 |
| Binary | 10111011 | 11010000 | 11101111 | 10110 | 1101 | 0 | 110 | 11011000 | 111110 | 1010100 |
Color Harmonies of #BBD0EF
Complementary color
Monochromatic Colors of #BBD0EF
Black with #BBD0EF
Text Example
Text Example
White with #BBD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0EF; }
p { color: rgb(187,208,239); }
H1.HeaderClassName
{
color: #BBD0EF;
}
.AnyTagClassName
{
color: #BBD0EF;
}
</style>
background-color css
<style>
a { background-color: #BBD0EF; }
a { background-color: rgb(187,208,239); }
div.DivClassName
{
background-color: #BBD0EF;
}
.BgClassName
{
background-color: #BBD0EF;
}
</style>
border-color css
<style>
span { border-color: #BBD0EF; }
span { border-color: rgb(187,208,239); }
td.TdClassName
{
border-color: #BBD0EF;
}
.TagClassName
{
border-color: #BBD0EF;
}
</style>