Shades of Tropical Blue #BBD3EE
Tints of Tropical Blue #BBD3EE
RGB
CMYK
RGB Variations
Color information
#BBD3EE (or 0xBBD3EE) is known color: Tropical Blue. HEX triplet: BB, D3 and EE. RGB value is (187,211,238). Sum of RGB (Red+Green+Blue) = 187+211+238=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EE is #442C11. Grayscale: #CECECE. Windows color (decimal): -4467730 or 15651771. OLE color: 15651771.
HSL color Cylindrical-coordinate representation of color #BBD3EE: hue angle of 211.76º 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 #BBD3EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 211 | 238 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.07 |
| HSL | 211.76º | 0.6% | 0.83% | - |
| HSV(B) | 211.76º | 0.21% | 0.93% | - |
| XYZ | 59.22 | 63.33 | 89.99 | - |
| YUV | 206.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 238 | 0.21 | 0.11 | 0 | 0.07 | 211.76 | 0.6 | 0.83 |
| Hex | BB | D3 | EE | 15 | B | 0 | 7 | D4 | 3C | 53 |
| Octal | 273 | 323 | 356 | 25 | 13 | 0 | 7 | 324 | 74 | 123 |
| Binary | 10111011 | 11010011 | 11101110 | 10101 | 1011 | 0 | 111 | 11010100 | 111100 | 1010011 |
Color Harmonies of #BBD3EE
Complementary color
Monochromatic Colors of #BBD3EE
Black with #BBD3EE
Text Example
Text Example
White with #BBD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3EE; }
p { color: rgb(187,211,238); }
H1.HeaderClassName
{
color: #BBD3EE;
}
.AnyTagClassName
{
color: #BBD3EE;
}
</style>
background-color css
<style>
a { background-color: #BBD3EE; }
a { background-color: rgb(187,211,238); }
div.DivClassName
{
background-color: #BBD3EE;
}
.BgClassName
{
background-color: #BBD3EE;
}
</style>
border-color css
<style>
span { border-color: #BBD3EE; }
span { border-color: rgb(187,211,238); }
td.TdClassName
{
border-color: #BBD3EE;
}
.TagClassName
{
border-color: #BBD3EE;
}
</style>