Shades of Tropical Blue #BBD3EF
Tints of Tropical Blue #BBD3EF
RGB
CMYK
RGB Variations
Color information
#BBD3EF (or 0xBBD3EF) is known color: Tropical Blue. HEX triplet: BB, D3 and EF. RGB value is (187,211,239). Sum of RGB (Red+Green+Blue) = 187+211+239=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EF is #442C10. Grayscale: #CECECE. Windows color (decimal): -4467729 or 15717307. OLE color: 15717307.
HSL color Cylindrical-coordinate representation of color #BBD3EF: hue angle of 212.31º 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 #BBD3EF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 211 | 239 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.06 |
| HSL | 212.31º | 0.62% | 0.84% | - |
| HSV(B) | 212.31º | 0.22% | 0.94% | - |
| XYZ | 59.37 | 63.39 | 90.77 | - |
| YUV | 207.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 239 | 0.22 | 0.12 | 0 | 0.06 | 212.31 | 0.62 | 0.84 |
| Hex | BB | D3 | EF | 16 | C | 0 | 6 | D4 | 3E | 54 |
| Octal | 273 | 323 | 357 | 26 | 14 | 0 | 6 | 324 | 76 | 124 |
| Binary | 10111011 | 11010011 | 11101111 | 10110 | 1100 | 0 | 110 | 11010100 | 111110 | 1010100 |
Color Harmonies of #BBD3EF
Complementary color
Monochromatic Colors of #BBD3EF
Black with #BBD3EF
Text Example
Text Example
White with #BBD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3EF; }
p { color: rgb(187,211,239); }
H1.HeaderClassName
{
color: #BBD3EF;
}
.AnyTagClassName
{
color: #BBD3EF;
}
</style>
background-color css
<style>
a { background-color: #BBD3EF; }
a { background-color: rgb(187,211,239); }
div.DivClassName
{
background-color: #BBD3EF;
}
.BgClassName
{
background-color: #BBD3EF;
}
</style>
border-color css
<style>
span { border-color: #BBD3EF; }
span { border-color: rgb(187,211,239); }
td.TdClassName
{
border-color: #BBD3EF;
}
.TagClassName
{
border-color: #BBD3EF;
}
</style>