Shades of Tropical Blue #BBD1F1
Tints of Tropical Blue #BBD1F1
RGB
CMYK
RGB Variations
Color information
#BBD1F1 (or 0xBBD1F1) is known color: Tropical Blue. HEX triplet: BB, D1 and F1. RGB value is (187,209,241). Sum of RGB (Red+Green+Blue) = 187+209+241=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1F1 is #442E0E. Grayscale: #CDCDCD. Windows color (decimal): -4468239 or 15847867. OLE color: 15847867.
HSL color Cylindrical-coordinate representation of color #BBD1F1: hue angle of 215.56º 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 #BBD1F1 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 209 | 241 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.05 |
| HSL | 215.56º | 0.66% | 0.84% | - |
| HSV(B) | 215.56º | 0.22% | 0.95% | - |
| XYZ | 59.17 | 62.52 | 92.17 | - |
| YUV | 206.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 241 | 0.22 | 0.13 | 0 | 0.05 | 215.56 | 0.66 | 0.84 |
| Hex | BB | D1 | F1 | 16 | D | 0 | 5 | D8 | 42 | 54 |
| Octal | 273 | 321 | 361 | 26 | 15 | 0 | 5 | 330 | 102 | 124 |
| Binary | 10111011 | 11010001 | 11110001 | 10110 | 1101 | 0 | 101 | 11011000 | 1000010 | 1010100 |
Color Harmonies of #BBD1F1
Complementary color
Monochromatic Colors of #BBD1F1
Black with #BBD1F1
Text Example
Text Example
White with #BBD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1F1; }
p { color: rgb(187,209,241); }
H1.HeaderClassName
{
color: #BBD1F1;
}
.AnyTagClassName
{
color: #BBD1F1;
}
</style>
background-color css
<style>
a { background-color: #BBD1F1; }
a { background-color: rgb(187,209,241); }
div.DivClassName
{
background-color: #BBD1F1;
}
.BgClassName
{
background-color: #BBD1F1;
}
</style>
border-color css
<style>
span { border-color: #BBD1F1; }
span { border-color: rgb(187,209,241); }
td.TdClassName
{
border-color: #BBD1F1;
}
.TagClassName
{
border-color: #BBD1F1;
}
</style>