Shades of Tropical Blue #BBCFE7
Tints of Tropical Blue #BBCFE7
RGB
CMYK
RGB Variations
Color information
#BBCFE7 (or 0xBBCFE7) is known color: Tropical Blue. HEX triplet: BB, CF and E7. RGB value is (187,207,231). Sum of RGB (Red+Green+Blue) = 187+207+231=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFE7 is #443018. Grayscale: #CBCBCB. Windows color (decimal): -4468761 or 15191995. OLE color: 15191995.
HSL color Cylindrical-coordinate representation of color #BBCFE7: hue angle of 212.73º degrees, saturation: 0.48, 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 #BBCFE7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 207 | 231 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.09 |
| HSL | 212.73º | 0.48% | 0.82% | - |
| HSV(B) | 212.73º | 0.19% | 0.91% | - |
| XYZ | 57.23 | 60.96 | 84.35 | - |
| YUV | 203.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 231 | 0.19 | 0.10 | 0 | 0.09 | 212.73 | 0.48 | 0.82 |
| Hex | BB | CF | E7 | 13 | A | 0 | 9 | D5 | 30 | 52 |
| Octal | 273 | 317 | 347 | 23 | 12 | 0 | 11 | 325 | 60 | 122 |
| Binary | 10111011 | 11001111 | 11100111 | 10011 | 1010 | 0 | 1001 | 11010101 | 110000 | 1010010 |
Color Harmonies of #BBCFE7
Complementary color
Monochromatic Colors of #BBCFE7
Black with #BBCFE7
Text Example
Text Example
White with #BBCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFE7; }
p { color: rgb(187,207,231); }
H1.HeaderClassName
{
color: #BBCFE7;
}
.AnyTagClassName
{
color: #BBCFE7;
}
</style>
background-color css
<style>
a { background-color: #BBCFE7; }
a { background-color: rgb(187,207,231); }
div.DivClassName
{
background-color: #BBCFE7;
}
.BgClassName
{
background-color: #BBCFE7;
}
</style>
border-color css
<style>
span { border-color: #BBCFE7; }
span { border-color: rgb(187,207,231); }
td.TdClassName
{
border-color: #BBCFE7;
}
.TagClassName
{
border-color: #BBCFE7;
}
</style>