Shades of Tropical Blue #BBD0F0
Tints of Tropical Blue #BBD0F0
RGB
CMYK
RGB Variations
Color information
#BBD0F0 (or 0xBBD0F0) is known color: Tropical Blue. HEX triplet: BB, D0 and F0. RGB value is (187,208,240). Sum of RGB (Red+Green+Blue) = 187+208+240=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0F0 is #442F0F. Grayscale: #CDCDCD. Windows color (decimal): -4468496 or 15782075. OLE color: 15782075.
HSL color Cylindrical-coordinate representation of color #BBD0F0: hue angle of 216.23º degrees, saturation: 0.64, 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 #BBD0F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 208 | 240 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.06 |
| HSL | 216.23º | 0.64% | 0.84% | - |
| HSV(B) | 216.23º | 0.22% | 0.94% | - |
| XYZ | 58.78 | 61.97 | 91.3 | - |
| YUV | 205.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 240 | 0.22 | 0.13 | 0 | 0.06 | 216.23 | 0.64 | 0.84 |
| Hex | BB | D0 | F0 | 16 | D | 0 | 6 | D8 | 40 | 54 |
| Octal | 273 | 320 | 360 | 26 | 15 | 0 | 6 | 330 | 100 | 124 |
| Binary | 10111011 | 11010000 | 11110000 | 10110 | 1101 | 0 | 110 | 11011000 | 1000000 | 1010100 |
Color Harmonies of #BBD0F0
Complementary color
Monochromatic Colors of #BBD0F0
Black with #BBD0F0
Text Example
Text Example
White with #BBD0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0F0; }
p { color: rgb(187,208,240); }
H1.HeaderClassName
{
color: #BBD0F0;
}
.AnyTagClassName
{
color: #BBD0F0;
}
</style>
background-color css
<style>
a { background-color: #BBD0F0; }
a { background-color: rgb(187,208,240); }
div.DivClassName
{
background-color: #BBD0F0;
}
.BgClassName
{
background-color: #BBD0F0;
}
</style>
border-color css
<style>
span { border-color: #BBD0F0; }
span { border-color: rgb(187,208,240); }
td.TdClassName
{
border-color: #BBD0F0;
}
.TagClassName
{
border-color: #BBD0F0;
}
</style>