Shades of Tropical Blue #BBCDE4
Tints of Tropical Blue #BBCDE4
RGB
CMYK
RGB Variations
Color information
#BBCDE4 (or 0xBBCDE4) is known color: Tropical Blue. HEX triplet: BB, CD and E4. RGB value is (187,205,228). Sum of RGB (Red+Green+Blue) = 187+205+228=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDE4 is #44321B. Grayscale: #CACACA. Windows color (decimal): -4469276 or 14994875. OLE color: 14994875.
HSL color Cylindrical-coordinate representation of color #BBCDE4: hue angle of 213.66º 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 #BBCDE4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 205 | 228 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.11 |
| HSL | 213.66º | 0.43% | 0.81% | - |
| HSV(B) | 213.66º | 0.18% | 0.89% | - |
| XYZ | 56.33 | 59.83 | 81.98 | - |
| YUV | 202.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 228 | 0.18 | 0.10 | 0 | 0.11 | 213.66 | 0.43 | 0.81 |
| Hex | BB | CD | E4 | 12 | A | 0 | B | D6 | 2B | 51 |
| Octal | 273 | 315 | 344 | 22 | 12 | 0 | 13 | 326 | 53 | 121 |
| Binary | 10111011 | 11001101 | 11100100 | 10010 | 1010 | 0 | 1011 | 11010110 | 101011 | 1010001 |
Color Harmonies of #BBCDE4
Complementary color
Monochromatic Colors of #BBCDE4
Black with #BBCDE4
Text Example
Text Example
White with #BBCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDE4; }
p { color: rgb(187,205,228); }
H1.HeaderClassName
{
color: #BBCDE4;
}
.AnyTagClassName
{
color: #BBCDE4;
}
</style>
background-color css
<style>
a { background-color: #BBCDE4; }
a { background-color: rgb(187,205,228); }
div.DivClassName
{
background-color: #BBCDE4;
}
.BgClassName
{
background-color: #BBCDE4;
}
</style>
border-color css
<style>
span { border-color: #BBCDE4; }
span { border-color: rgb(187,205,228); }
td.TdClassName
{
border-color: #BBCDE4;
}
.TagClassName
{
border-color: #BBCDE4;
}
</style>