Shades of Tropical Blue #BBD1F3
Tints of Tropical Blue #BBD1F3
RGB
CMYK
RGB Variations
Color information
#BBD1F3 (or 0xBBD1F3) is known color: Tropical Blue. HEX triplet: BB, D1 and F3. RGB value is (187,209,243). Sum of RGB (Red+Green+Blue) = 187+209+243=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1F3 is #442E0C. Grayscale: #CECECE. Windows color (decimal): -4468237 or 15978939. OLE color: 15978939.
HSL color Cylindrical-coordinate representation of color #BBD1F3: hue angle of 216.43º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD1F3 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 209 | 243 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.05 |
| HSL | 216.43º | 0.7% | 0.84% | - |
| HSV(B) | 216.43º | 0.23% | 0.95% | - |
| XYZ | 59.47 | 62.64 | 93.75 | - |
| YUV | 206.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 243 | 0.23 | 0.14 | 0 | 0.05 | 216.43 | 0.7 | 0.84 |
| Hex | BB | D1 | F3 | 17 | E | 0 | 5 | D8 | 46 | 54 |
| Octal | 273 | 321 | 363 | 27 | 16 | 0 | 5 | 330 | 106 | 124 |
| Binary | 10111011 | 11010001 | 11110011 | 10111 | 1110 | 0 | 101 | 11011000 | 1000110 | 1010100 |
Color Harmonies of #BBD1F3
Complementary color
Monochromatic Colors of #BBD1F3
Black with #BBD1F3
Text Example
Text Example
White with #BBD1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1F3; }
p { color: rgb(187,209,243); }
H1.HeaderClassName
{
color: #BBD1F3;
}
.AnyTagClassName
{
color: #BBD1F3;
}
</style>
background-color css
<style>
a { background-color: #BBD1F3; }
a { background-color: rgb(187,209,243); }
div.DivClassName
{
background-color: #BBD1F3;
}
.BgClassName
{
background-color: #BBD1F3;
}
</style>
border-color css
<style>
span { border-color: #BBD1F3; }
span { border-color: rgb(187,209,243); }
td.TdClassName
{
border-color: #BBD1F3;
}
.TagClassName
{
border-color: #BBD1F3;
}
</style>