Shades of Tropical Blue #BCD4EB
Tints of Tropical Blue #BCD4EB
RGB
CMYK
RGB Variations
Color information
#BCD4EB (or 0xBCD4EB) is known color: Tropical Blue. HEX triplet: BC, D4 and EB. RGB value is (188,212,235). Sum of RGB (Red+Green+Blue) = 188+212+235=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4EB is #432B14. Grayscale: #CFCFCF. Windows color (decimal): -4401941 or 15455420. OLE color: 15455420.
HSL color Cylindrical-coordinate representation of color #BCD4EB: hue angle of 209.36º degrees, saturation: 0.54, 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 #BCD4EB is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 212 | 235 | - |
| CMYK | 0.2 | 0.10 | 0 | 0.08 |
| HSL | 209.36º | 0.54% | 0.83% | - |
| HSV(B) | 209.36º | 0.2% | 0.92% | - |
| XYZ | 59.28 | 63.78 | 87.78 | - |
| YUV | 207.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 235 | 0.2 | 0.10 | 0 | 0.08 | 209.36 | 0.54 | 0.83 |
| Hex | BC | D4 | EB | 14 | A | 0 | 8 | D1 | 36 | 53 |
| Octal | 274 | 324 | 353 | 24 | 12 | 0 | 10 | 321 | 66 | 123 |
| Binary | 10111100 | 11010100 | 11101011 | 10100 | 1010 | 0 | 1000 | 11010001 | 110110 | 1010011 |
Color Harmonies of #BCD4EB
Complementary color
Monochromatic Colors of #BCD4EB
Black with #BCD4EB
Text Example
Text Example
White with #BCD4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4EB; }
p { color: rgb(188,212,235); }
H1.HeaderClassName
{
color: #BCD4EB;
}
.AnyTagClassName
{
color: #BCD4EB;
}
</style>
background-color css
<style>
a { background-color: #BCD4EB; }
a { background-color: rgb(188,212,235); }
div.DivClassName
{
background-color: #BCD4EB;
}
.BgClassName
{
background-color: #BCD4EB;
}
</style>
border-color css
<style>
span { border-color: #BCD4EB; }
span { border-color: rgb(188,212,235); }
td.TdClassName
{
border-color: #BCD4EB;
}
.TagClassName
{
border-color: #BCD4EB;
}
</style>