Shades of Tropical Blue #BBD2EF
Tints of Tropical Blue #BBD2EF
RGB
CMYK
RGB Variations
Color information
#BBD2EF (or 0xBBD2EF) is known color: Tropical Blue. HEX triplet: BB, D2 and EF. RGB value is (187,210,239). Sum of RGB (Red+Green+Blue) = 187+210+239=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EF is #442D10. Grayscale: #CECECE. Windows color (decimal): -4467985 or 15717051. OLE color: 15717051.
HSL color Cylindrical-coordinate representation of color #BBD2EF: hue angle of 213.46º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD2EF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 210 | 239 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.06 |
| HSL | 213.46º | 0.62% | 0.84% | - |
| HSV(B) | 213.46º | 0.22% | 0.94% | - |
| XYZ | 59.12 | 62.89 | 90.68 | - |
| YUV | 206.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 239 | 0.22 | 0.12 | 0 | 0.06 | 213.46 | 0.62 | 0.84 |
| Hex | BB | D2 | EF | 16 | C | 0 | 6 | D5 | 3E | 54 |
| Octal | 273 | 322 | 357 | 26 | 14 | 0 | 6 | 325 | 76 | 124 |
| Binary | 10111011 | 11010010 | 11101111 | 10110 | 1100 | 0 | 110 | 11010101 | 111110 | 1010100 |
Color Harmonies of #BBD2EF
Complementary color
Monochromatic Colors of #BBD2EF
Black with #BBD2EF
Text Example
Text Example
White with #BBD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2EF; }
p { color: rgb(187,210,239); }
H1.HeaderClassName
{
color: #BBD2EF;
}
.AnyTagClassName
{
color: #BBD2EF;
}
</style>
background-color css
<style>
a { background-color: #BBD2EF; }
a { background-color: rgb(187,210,239); }
div.DivClassName
{
background-color: #BBD2EF;
}
.BgClassName
{
background-color: #BBD2EF;
}
</style>
border-color css
<style>
span { border-color: #BBD2EF; }
span { border-color: rgb(187,210,239); }
td.TdClassName
{
border-color: #BBD2EF;
}
.TagClassName
{
border-color: #BBD2EF;
}
</style>