Shades of Tropical Blue #BBD3F0
Tints of Tropical Blue #BBD3F0
RGB
CMYK
RGB Variations
Color information
#BBD3F0 (or 0xBBD3F0) is known color: Tropical Blue. HEX triplet: BB, D3 and F0. RGB value is (187,211,240). Sum of RGB (Red+Green+Blue) = 187+211+240=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBD3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3F0 is #442C0F. Grayscale: #CECECE. Windows color (decimal): -4467728 or 15782843. OLE color: 15782843.
HSL color Cylindrical-coordinate representation of color #BBD3F0: hue angle of 212.83º 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 #BBD3F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 211 | 240 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.06 |
| HSL | 212.83º | 0.64% | 0.84% | - |
| HSV(B) | 212.83º | 0.22% | 0.94% | - |
| XYZ | 59.52 | 63.44 | 91.55 | - |
| YUV | 207.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 240 | 0.22 | 0.12 | 0 | 0.06 | 212.83 | 0.64 | 0.84 |
| Hex | BB | D3 | F0 | 16 | C | 0 | 6 | D5 | 40 | 54 |
| Octal | 273 | 323 | 360 | 26 | 14 | 0 | 6 | 325 | 100 | 124 |
| Binary | 10111011 | 11010011 | 11110000 | 10110 | 1100 | 0 | 110 | 11010101 | 1000000 | 1010100 |
Color Harmonies of #BBD3F0
Complementary color
Monochromatic Colors of #BBD3F0
Black with #BBD3F0
Text Example
Text Example
White with #BBD3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3F0; }
p { color: rgb(187,211,240); }
H1.HeaderClassName
{
color: #BBD3F0;
}
.AnyTagClassName
{
color: #BBD3F0;
}
</style>
background-color css
<style>
a { background-color: #BBD3F0; }
a { background-color: rgb(187,211,240); }
div.DivClassName
{
background-color: #BBD3F0;
}
.BgClassName
{
background-color: #BBD3F0;
}
</style>
border-color css
<style>
span { border-color: #BBD3F0; }
span { border-color: rgb(187,211,240); }
td.TdClassName
{
border-color: #BBD3F0;
}
.TagClassName
{
border-color: #BBD3F0;
}
</style>