Shades of Tropical Blue #BBD0EC
Tints of Tropical Blue #BBD0EC
RGB
CMYK
RGB Variations
Color information
#BBD0EC (or 0xBBD0EC) is known color: Tropical Blue. HEX triplet: BB, D0 and EC. RGB value is (187,208,236). Sum of RGB (Red+Green+Blue) = 187+208+236=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0EC is #442F13. Grayscale: #CCCCCC. Windows color (decimal): -4468500 or 15519931. OLE color: 15519931.
HSL color Cylindrical-coordinate representation of color #BBD0EC: hue angle of 214.29º degrees, saturation: 0.56, 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 #BBD0EC is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 208 | 236 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.07 |
| HSL | 214.29º | 0.56% | 0.83% | - |
| HSV(B) | 214.29º | 0.21% | 0.93% | - |
| XYZ | 58.19 | 61.73 | 88.21 | - |
| YUV | 204.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 236 | 0.21 | 0.12 | 0 | 0.07 | 214.29 | 0.56 | 0.83 |
| Hex | BB | D0 | EC | 15 | C | 0 | 7 | D6 | 38 | 53 |
| Octal | 273 | 320 | 354 | 25 | 14 | 0 | 7 | 326 | 70 | 123 |
| Binary | 10111011 | 11010000 | 11101100 | 10101 | 1100 | 0 | 111 | 11010110 | 111000 | 1010011 |
Color Harmonies of #BBD0EC
Complementary color
Monochromatic Colors of #BBD0EC
Black with #BBD0EC
Text Example
Text Example
White with #BBD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0EC; }
p { color: rgb(187,208,236); }
H1.HeaderClassName
{
color: #BBD0EC;
}
.AnyTagClassName
{
color: #BBD0EC;
}
</style>
background-color css
<style>
a { background-color: #BBD0EC; }
a { background-color: rgb(187,208,236); }
div.DivClassName
{
background-color: #BBD0EC;
}
.BgClassName
{
background-color: #BBD0EC;
}
</style>
border-color css
<style>
span { border-color: #BBD0EC; }
span { border-color: rgb(187,208,236); }
td.TdClassName
{
border-color: #BBD0EC;
}
.TagClassName
{
border-color: #BBD0EC;
}
</style>