Shades of Tropical Blue #BCD1EA
Tints of Tropical Blue #BCD1EA
RGB
CMYK
RGB Variations
Color information
#BCD1EA (or 0xBCD1EA) is known color: Tropical Blue. HEX triplet: BC, D1 and EA. RGB value is (188,209,234). Sum of RGB (Red+Green+Blue) = 188+209+234=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1EA is #432E15. Grayscale: #CDCDCD. Windows color (decimal): -4402710 or 15389116. OLE color: 15389116.
HSL color Cylindrical-coordinate representation of color #BCD1EA: hue angle of 212.61º degrees, saturation: 0.52, 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 #BCD1EA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 209 | 234 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.08 |
| HSL | 212.61º | 0.52% | 0.83% | - |
| HSV(B) | 212.61º | 0.2% | 0.92% | - |
| XYZ | 58.39 | 62.23 | 86.78 | - |
| YUV | 205.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 234 | 0.20 | 0.11 | 0 | 0.08 | 212.61 | 0.52 | 0.83 |
| Hex | BC | D1 | EA | 14 | B | 0 | 8 | D5 | 34 | 53 |
| Octal | 274 | 321 | 352 | 24 | 13 | 0 | 10 | 325 | 64 | 123 |
| Binary | 10111100 | 11010001 | 11101010 | 10100 | 1011 | 0 | 1000 | 11010101 | 110100 | 1010011 |
Color Harmonies of #BCD1EA
Complementary color
Monochromatic Colors of #BCD1EA
Black with #BCD1EA
Text Example
Text Example
White with #BCD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1EA; }
p { color: rgb(188,209,234); }
H1.HeaderClassName
{
color: #BCD1EA;
}
.AnyTagClassName
{
color: #BCD1EA;
}
</style>
background-color css
<style>
a { background-color: #BCD1EA; }
a { background-color: rgb(188,209,234); }
div.DivClassName
{
background-color: #BCD1EA;
}
.BgClassName
{
background-color: #BCD1EA;
}
</style>
border-color css
<style>
span { border-color: #BCD1EA; }
span { border-color: rgb(188,209,234); }
td.TdClassName
{
border-color: #BCD1EA;
}
.TagClassName
{
border-color: #BCD1EA;
}
</style>