Shades of Tropical Blue #BBD1EF
Tints of Tropical Blue #BBD1EF
RGB
CMYK
RGB Variations
Color information
#BBD1EF (or 0xBBD1EF) is known color: Tropical Blue. HEX triplet: BB, D1 and EF. RGB value is (187,209,239). Sum of RGB (Red+Green+Blue) = 187+209+239=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1EF is #442E10. Grayscale: #CDCDCD. Windows color (decimal): -4468241 or 15716795. OLE color: 15716795.
HSL color Cylindrical-coordinate representation of color #BBD1EF: hue angle of 214.62º 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 #BBD1EF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 209 | 239 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.06 |
| HSL | 214.62º | 0.62% | 0.84% | - |
| HSV(B) | 214.62º | 0.22% | 0.94% | - |
| XYZ | 58.87 | 62.4 | 90.6 | - |
| YUV | 205.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 239 | 0.22 | 0.13 | 0 | 0.06 | 214.62 | 0.62 | 0.84 |
| Hex | BB | D1 | EF | 16 | D | 0 | 6 | D7 | 3E | 54 |
| Octal | 273 | 321 | 357 | 26 | 15 | 0 | 6 | 327 | 76 | 124 |
| Binary | 10111011 | 11010001 | 11101111 | 10110 | 1101 | 0 | 110 | 11010111 | 111110 | 1010100 |
Color Harmonies of #BBD1EF
Complementary color
Monochromatic Colors of #BBD1EF
Black with #BBD1EF
Text Example
Text Example
White with #BBD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1EF; }
p { color: rgb(187,209,239); }
H1.HeaderClassName
{
color: #BBD1EF;
}
.AnyTagClassName
{
color: #BBD1EF;
}
</style>
background-color css
<style>
a { background-color: #BBD1EF; }
a { background-color: rgb(187,209,239); }
div.DivClassName
{
background-color: #BBD1EF;
}
.BgClassName
{
background-color: #BBD1EF;
}
</style>
border-color css
<style>
span { border-color: #BBD1EF; }
span { border-color: rgb(187,209,239); }
td.TdClassName
{
border-color: #BBD1EF;
}
.TagClassName
{
border-color: #BBD1EF;
}
</style>