Shades of Tropical Blue #BBD2F1
Tints of Tropical Blue #BBD2F1
RGB
CMYK
RGB Variations
Color information
#BBD2F1 (or 0xBBD2F1) is known color: Tropical Blue. HEX triplet: BB, D2 and F1. RGB value is (187,210,241). Sum of RGB (Red+Green+Blue) = 187+210+241=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2F1 is #442D0E. Grayscale: #CECECE. Windows color (decimal): -4467983 or 15848123. OLE color: 15848123.
HSL color Cylindrical-coordinate representation of color #BBD2F1: hue angle of 214.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD2F1 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 210 | 241 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.05 |
| HSL | 214.44º | 0.66% | 0.84% | - |
| HSV(B) | 214.44º | 0.22% | 0.95% | - |
| XYZ | 59.42 | 63.01 | 92.25 | - |
| YUV | 206.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 241 | 0.22 | 0.13 | 0 | 0.05 | 214.44 | 0.66 | 0.84 |
| Hex | BB | D2 | F1 | 16 | D | 0 | 5 | D6 | 42 | 54 |
| Octal | 273 | 322 | 361 | 26 | 15 | 0 | 5 | 326 | 102 | 124 |
| Binary | 10111011 | 11010010 | 11110001 | 10110 | 1101 | 0 | 101 | 11010110 | 1000010 | 1010100 |
Color Harmonies of #BBD2F1
Complementary color
Monochromatic Colors of #BBD2F1
Black with #BBD2F1
Text Example
Text Example
White with #BBD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2F1; }
p { color: rgb(187,210,241); }
H1.HeaderClassName
{
color: #BBD2F1;
}
.AnyTagClassName
{
color: #BBD2F1;
}
</style>
background-color css
<style>
a { background-color: #BBD2F1; }
a { background-color: rgb(187,210,241); }
div.DivClassName
{
background-color: #BBD2F1;
}
.BgClassName
{
background-color: #BBD2F1;
}
</style>
border-color css
<style>
span { border-color: #BBD2F1; }
span { border-color: rgb(187,210,241); }
td.TdClassName
{
border-color: #BBD2F1;
}
.TagClassName
{
border-color: #BBD2F1;
}
</style>