Shades of Tropical Blue #BBD2FE
Tints of Tropical Blue #BBD2FE
RGB
CMYK
RGB Variations
Color information
#BBD2FE (or 0xBBD2FE) is known color: Tropical Blue. HEX triplet: BB, D2 and FE. RGB value is (187,210,254). Sum of RGB (Red+Green+Blue) = 187+210+254=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2FE is #442D01. Grayscale: #CFCFCF. Windows color (decimal): -4467970 or 16700091. OLE color: 16700091.
HSL color Cylindrical-coordinate representation of color #BBD2FE: hue angle of 219.4º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD2FE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 210 | 254 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.00 |
| HSL | 219.4º | 0.97% | 0.86% | - |
| HSV(B) | 219.4º | 0.26% | 1% | - |
| XYZ | 61.43 | 63.81 | 102.85 | - |
| YUV | 208.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 254 | 0.26 | 0.17 | 0 | 0.00 | 219.4 | 0.97 | 0.86 |
| Hex | BB | D2 | FE | 1A | 11 | 0 | 0 | DB | 61 | 56 |
| Octal | 273 | 322 | 376 | 32 | 21 | 0 | 0 | 333 | 141 | 126 |
| Binary | 10111011 | 11010010 | 11111110 | 11010 | 10001 | 0 | 0 | 11011011 | 1100001 | 1010110 |
Color Harmonies of #BBD2FE
Complementary color
Monochromatic Colors of #BBD2FE
Black with #BBD2FE
Text Example
Text Example
White with #BBD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2FE; }
p { color: rgb(187,210,254); }
H1.HeaderClassName
{
color: #BBD2FE;
}
.AnyTagClassName
{
color: #BBD2FE;
}
</style>
background-color css
<style>
a { background-color: #BBD2FE; }
a { background-color: rgb(187,210,254); }
div.DivClassName
{
background-color: #BBD2FE;
}
.BgClassName
{
background-color: #BBD2FE;
}
</style>
border-color css
<style>
span { border-color: #BBD2FE; }
span { border-color: rgb(187,210,254); }
td.TdClassName
{
border-color: #BBD2FE;
}
.TagClassName
{
border-color: #BBD2FE;
}
</style>