Shades of Tropical Blue #BBCFEB
Tints of Tropical Blue #BBCFEB
RGB
CMYK
RGB Variations
Color information
#BBCFEB (or 0xBBCFEB) is known color: Tropical Blue. HEX triplet: BB, CF and EB. RGB value is (187,207,235). Sum of RGB (Red+Green+Blue) = 187+207+235=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEB is #443014. Grayscale: #CCCCCC. Windows color (decimal): -4468757 or 15454139. OLE color: 15454139.
HSL color Cylindrical-coordinate representation of color #BBCFEB: hue angle of 215º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCFEB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 207 | 235 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.08 |
| HSL | 215º | 0.55% | 0.83% | - |
| HSV(B) | 215º | 0.2% | 0.92% | - |
| XYZ | 57.8 | 61.19 | 87.36 | - |
| YUV | 204.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 235 | 0.20 | 0.12 | 0 | 0.08 | 215 | 0.55 | 0.83 |
| Hex | BB | CF | EB | 14 | C | 0 | 8 | D7 | 37 | 53 |
| Octal | 273 | 317 | 353 | 24 | 14 | 0 | 10 | 327 | 67 | 123 |
| Binary | 10111011 | 11001111 | 11101011 | 10100 | 1100 | 0 | 1000 | 11010111 | 110111 | 1010011 |
Color Harmonies of #BBCFEB
Complementary color
Monochromatic Colors of #BBCFEB
Black with #BBCFEB
Text Example
Text Example
White with #BBCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFEB; }
p { color: rgb(187,207,235); }
H1.HeaderClassName
{
color: #BBCFEB;
}
.AnyTagClassName
{
color: #BBCFEB;
}
</style>
background-color css
<style>
a { background-color: #BBCFEB; }
a { background-color: rgb(187,207,235); }
div.DivClassName
{
background-color: #BBCFEB;
}
.BgClassName
{
background-color: #BBCFEB;
}
</style>
border-color css
<style>
span { border-color: #BBCFEB; }
span { border-color: rgb(187,207,235); }
td.TdClassName
{
border-color: #BBCFEB;
}
.TagClassName
{
border-color: #BBCFEB;
}
</style>