Shades of Tropical Blue #BBD0E6
Tints of Tropical Blue #BBD0E6
RGB
CMYK
RGB Variations
Color information
#BBD0E6 (or 0xBBD0E6) is known color: Tropical Blue. HEX triplet: BB, D0 and E6. RGB value is (187,208,230). Sum of RGB (Red+Green+Blue) = 187+208+230=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0E6 is #442F19. Grayscale: #CCCCCC. Windows color (decimal): -4468506 or 15126715. OLE color: 15126715.
HSL color Cylindrical-coordinate representation of color #BBD0E6: hue angle of 210.7º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD0E6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 208 | 230 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.10 |
| HSL | 210.7º | 0.46% | 0.82% | - |
| HSV(B) | 210.7º | 0.19% | 0.9% | - |
| XYZ | 57.33 | 61.39 | 83.69 | - |
| YUV | 204.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 230 | 0.19 | 0.10 | 0 | 0.10 | 210.7 | 0.46 | 0.82 |
| Hex | BB | D0 | E6 | 13 | A | 0 | A | D3 | 2E | 52 |
| Octal | 273 | 320 | 346 | 23 | 12 | 0 | 12 | 323 | 56 | 122 |
| Binary | 10111011 | 11010000 | 11100110 | 10011 | 1010 | 0 | 1010 | 11010011 | 101110 | 1010010 |
Color Harmonies of #BBD0E6
Complementary color
Monochromatic Colors of #BBD0E6
Black with #BBD0E6
Text Example
Text Example
White with #BBD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0E6; }
p { color: rgb(187,208,230); }
H1.HeaderClassName
{
color: #BBD0E6;
}
.AnyTagClassName
{
color: #BBD0E6;
}
</style>
background-color css
<style>
a { background-color: #BBD0E6; }
a { background-color: rgb(187,208,230); }
div.DivClassName
{
background-color: #BBD0E6;
}
.BgClassName
{
background-color: #BBD0E6;
}
</style>
border-color css
<style>
span { border-color: #BBD0E6; }
span { border-color: rgb(187,208,230); }
td.TdClassName
{
border-color: #BBD0E6;
}
.TagClassName
{
border-color: #BBD0E6;
}
</style>