Shades of Tropical Blue #BBCFE8
Tints of Tropical Blue #BBCFE8
RGB
CMYK
RGB Variations
Color information
#BBCFE8 (or 0xBBCFE8) is known color: Tropical Blue. HEX triplet: BB, CF and E8. RGB value is (187,207,232). Sum of RGB (Red+Green+Blue) = 187+207+232=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFE8 is #443017. Grayscale: #CBCBCB. Windows color (decimal): -4468760 or 15257531. OLE color: 15257531.
HSL color Cylindrical-coordinate representation of color #BBCFE8: hue angle of 213.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCFE8 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 207 | 232 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.09 |
| HSL | 213.33º | 0.49% | 0.82% | - |
| HSV(B) | 213.33º | 0.19% | 0.91% | - |
| XYZ | 57.37 | 61.02 | 85.1 | - |
| YUV | 203.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 232 | 0.19 | 0.11 | 0 | 0.09 | 213.33 | 0.49 | 0.82 |
| Hex | BB | CF | E8 | 13 | B | 0 | 9 | D5 | 31 | 52 |
| Octal | 273 | 317 | 350 | 23 | 13 | 0 | 11 | 325 | 61 | 122 |
| Binary | 10111011 | 11001111 | 11101000 | 10011 | 1011 | 0 | 1001 | 11010101 | 110001 | 1010010 |
Color Harmonies of #BBCFE8
Complementary color
Monochromatic Colors of #BBCFE8
Black with #BBCFE8
Text Example
Text Example
White with #BBCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFE8; }
p { color: rgb(187,207,232); }
H1.HeaderClassName
{
color: #BBCFE8;
}
.AnyTagClassName
{
color: #BBCFE8;
}
</style>
background-color css
<style>
a { background-color: #BBCFE8; }
a { background-color: rgb(187,207,232); }
div.DivClassName
{
background-color: #BBCFE8;
}
.BgClassName
{
background-color: #BBCFE8;
}
</style>
border-color css
<style>
span { border-color: #BBCFE8; }
span { border-color: rgb(187,207,232); }
td.TdClassName
{
border-color: #BBCFE8;
}
.TagClassName
{
border-color: #BBCFE8;
}
</style>