Shades of Tropical Blue #BBD2EE
Tints of Tropical Blue #BBD2EE
RGB
CMYK
RGB Variations
Color information
#BBD2EE (or 0xBBD2EE) is known color: Tropical Blue. HEX triplet: BB, D2 and EE. RGB value is (187,210,238). Sum of RGB (Red+Green+Blue) = 187+210+238=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EE is #442D11. Grayscale: #CECECE. Windows color (decimal): -4467986 or 15651515. OLE color: 15651515.
HSL color Cylindrical-coordinate representation of color #BBD2EE: hue angle of 212.94º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD2EE is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 210 | 238 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.07 |
| HSL | 212.94º | 0.6% | 0.83% | - |
| HSV(B) | 212.94º | 0.21% | 0.93% | - |
| XYZ | 58.97 | 62.83 | 89.91 | - |
| YUV | 206.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 238 | 0.21 | 0.12 | 0 | 0.07 | 212.94 | 0.6 | 0.83 |
| Hex | BB | D2 | EE | 15 | C | 0 | 7 | D5 | 3C | 53 |
| Octal | 273 | 322 | 356 | 25 | 14 | 0 | 7 | 325 | 74 | 123 |
| Binary | 10111011 | 11010010 | 11101110 | 10101 | 1100 | 0 | 111 | 11010101 | 111100 | 1010011 |
Color Harmonies of #BBD2EE
Complementary color
Monochromatic Colors of #BBD2EE
Black with #BBD2EE
Text Example
Text Example
White with #BBD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2EE; }
p { color: rgb(187,210,238); }
H1.HeaderClassName
{
color: #BBD2EE;
}
.AnyTagClassName
{
color: #BBD2EE;
}
</style>
background-color css
<style>
a { background-color: #BBD2EE; }
a { background-color: rgb(187,210,238); }
div.DivClassName
{
background-color: #BBD2EE;
}
.BgClassName
{
background-color: #BBD2EE;
}
</style>
border-color css
<style>
span { border-color: #BBD2EE; }
span { border-color: rgb(187,210,238); }
td.TdClassName
{
border-color: #BBD2EE;
}
.TagClassName
{
border-color: #BBD2EE;
}
</style>