Shades of Tropical Blue #BBD3E9
Tints of Tropical Blue #BBD3E9
RGB
CMYK
RGB Variations
Color information
#BBD3E9 (or 0xBBD3E9) is known color: Tropical Blue. HEX triplet: BB, D3 and E9. RGB value is (187,211,233). Sum of RGB (Red+Green+Blue) = 187+211+233=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBD3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3E9 is #442C16. Grayscale: #CECECE. Windows color (decimal): -4467735 or 15324091. OLE color: 15324091.
HSL color Cylindrical-coordinate representation of color #BBD3E9: hue angle of 208.7º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD3E9 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 211 | 233 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.09 |
| HSL | 208.7º | 0.51% | 0.82% | - |
| HSV(B) | 208.7º | 0.2% | 0.91% | - |
| XYZ | 58.5 | 63.04 | 86.18 | - |
| YUV | 206.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 233 | 0.20 | 0.09 | 0 | 0.09 | 208.7 | 0.51 | 0.82 |
| Hex | BB | D3 | E9 | 14 | 9 | 0 | 9 | D1 | 33 | 52 |
| Octal | 273 | 323 | 351 | 24 | 11 | 0 | 11 | 321 | 63 | 122 |
| Binary | 10111011 | 11010011 | 11101001 | 10100 | 1001 | 0 | 1001 | 11010001 | 110011 | 1010010 |
Color Harmonies of #BBD3E9
Complementary color
Monochromatic Colors of #BBD3E9
Black with #BBD3E9
Text Example
Text Example
White with #BBD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3E9; }
p { color: rgb(187,211,233); }
H1.HeaderClassName
{
color: #BBD3E9;
}
.AnyTagClassName
{
color: #BBD3E9;
}
</style>
background-color css
<style>
a { background-color: #BBD3E9; }
a { background-color: rgb(187,211,233); }
div.DivClassName
{
background-color: #BBD3E9;
}
.BgClassName
{
background-color: #BBD3E9;
}
</style>
border-color css
<style>
span { border-color: #BBD3E9; }
span { border-color: rgb(187,211,233); }
td.TdClassName
{
border-color: #BBD3E9;
}
.TagClassName
{
border-color: #BBD3E9;
}
</style>