Shades of Tropical Blue #BBD0E4
Tints of Tropical Blue #BBD0E4
RGB
CMYK
RGB Variations
Color information
#BBD0E4 (or 0xBBD0E4) is known color: Tropical Blue. HEX triplet: BB, D0 and E4. RGB value is (187,208,228). Sum of RGB (Red+Green+Blue) = 187+208+228=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0E4 is #442F1B. Grayscale: #CBCBCB. Windows color (decimal): -4468508 or 14995643. OLE color: 14995643.
HSL color Cylindrical-coordinate representation of color #BBD0E4: hue angle of 209.27º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD0E4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 208 | 228 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.11 |
| HSL | 209.27º | 0.43% | 0.81% | - |
| HSV(B) | 209.27º | 0.18% | 0.89% | - |
| XYZ | 57.05 | 61.28 | 82.22 | - |
| YUV | 204 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 228 | 0.18 | 0.09 | 0 | 0.11 | 209.27 | 0.43 | 0.81 |
| Hex | BB | D0 | E4 | 12 | 9 | 0 | B | D1 | 2B | 51 |
| Octal | 273 | 320 | 344 | 22 | 11 | 0 | 13 | 321 | 53 | 121 |
| Binary | 10111011 | 11010000 | 11100100 | 10010 | 1001 | 0 | 1011 | 11010001 | 101011 | 1010001 |
Color Harmonies of #BBD0E4
Complementary color
Monochromatic Colors of #BBD0E4
Black with #BBD0E4
Text Example
Text Example
White with #BBD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0E4; }
p { color: rgb(187,208,228); }
H1.HeaderClassName
{
color: #BBD0E4;
}
.AnyTagClassName
{
color: #BBD0E4;
}
</style>
background-color css
<style>
a { background-color: #BBD0E4; }
a { background-color: rgb(187,208,228); }
div.DivClassName
{
background-color: #BBD0E4;
}
.BgClassName
{
background-color: #BBD0E4;
}
</style>
border-color css
<style>
span { border-color: #BBD0E4; }
span { border-color: rgb(187,208,228); }
td.TdClassName
{
border-color: #BBD0E4;
}
.TagClassName
{
border-color: #BBD0E4;
}
</style>