Shades of Tropical Blue #BBD2F3
Tints of Tropical Blue #BBD2F3
RGB
CMYK
RGB Variations
Color information
#BBD2F3 (or 0xBBD2F3) is known color: Tropical Blue. HEX triplet: BB, D2 and F3. RGB value is (187,210,243). Sum of RGB (Red+Green+Blue) = 187+210+243=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2F3 is #442D0C. Grayscale: #CECECE. Windows color (decimal): -4467981 or 15979195. OLE color: 15979195.
HSL color Cylindrical-coordinate representation of color #BBD2F3: hue angle of 215.36º 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 #BBD2F3 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 210 | 243 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.05 |
| HSL | 215.36º | 0.7% | 0.84% | - |
| HSV(B) | 215.36º | 0.23% | 0.95% | - |
| XYZ | 59.72 | 63.13 | 93.83 | - |
| YUV | 206.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 243 | 0.23 | 0.14 | 0 | 0.05 | 215.36 | 0.7 | 0.84 |
| Hex | BB | D2 | F3 | 17 | E | 0 | 5 | D7 | 46 | 54 |
| Octal | 273 | 322 | 363 | 27 | 16 | 0 | 5 | 327 | 106 | 124 |
| Binary | 10111011 | 11010010 | 11110011 | 10111 | 1110 | 0 | 101 | 11010111 | 1000110 | 1010100 |
Color Harmonies of #BBD2F3
Complementary color
Monochromatic Colors of #BBD2F3
Black with #BBD2F3
Text Example
Text Example
White with #BBD2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2F3; }
p { color: rgb(187,210,243); }
H1.HeaderClassName
{
color: #BBD2F3;
}
.AnyTagClassName
{
color: #BBD2F3;
}
</style>
background-color css
<style>
a { background-color: #BBD2F3; }
a { background-color: rgb(187,210,243); }
div.DivClassName
{
background-color: #BBD2F3;
}
.BgClassName
{
background-color: #BBD2F3;
}
</style>
border-color css
<style>
span { border-color: #BBD2F3; }
span { border-color: rgb(187,210,243); }
td.TdClassName
{
border-color: #BBD2F3;
}
.TagClassName
{
border-color: #BBD2F3;
}
</style>