Shades of Tropical Blue #BCD1E8
Tints of Tropical Blue #BCD1E8
RGB
CMYK
RGB Variations
Color information
#BCD1E8 (or 0xBCD1E8) is known color: Tropical Blue. HEX triplet: BC, D1 and E8. RGB value is (188,209,232). Sum of RGB (Red+Green+Blue) = 188+209+232=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCD1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1E8 is #432E17. Grayscale: #CDCDCD. Windows color (decimal): -4402712 or 15258044. OLE color: 15258044.
HSL color Cylindrical-coordinate representation of color #BCD1E8: hue angle of 211.36º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD1E8 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 209 | 232 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.09 |
| HSL | 211.36º | 0.49% | 0.82% | - |
| HSV(B) | 211.36º | 0.19% | 0.91% | - |
| XYZ | 58.1 | 62.12 | 85.27 | - |
| YUV | 205.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 232 | 0.19 | 0.10 | 0 | 0.09 | 211.36 | 0.49 | 0.82 |
| Hex | BC | D1 | E8 | 13 | A | 0 | 9 | D3 | 31 | 52 |
| Octal | 274 | 321 | 350 | 23 | 12 | 0 | 11 | 323 | 61 | 122 |
| Binary | 10111100 | 11010001 | 11101000 | 10011 | 1010 | 0 | 1001 | 11010011 | 110001 | 1010010 |
Color Harmonies of #BCD1E8
Complementary color
Monochromatic Colors of #BCD1E8
Black with #BCD1E8
Text Example
Text Example
White with #BCD1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1E8; }
p { color: rgb(188,209,232); }
H1.HeaderClassName
{
color: #BCD1E8;
}
.AnyTagClassName
{
color: #BCD1E8;
}
</style>
background-color css
<style>
a { background-color: #BCD1E8; }
a { background-color: rgb(188,209,232); }
div.DivClassName
{
background-color: #BCD1E8;
}
.BgClassName
{
background-color: #BCD1E8;
}
</style>
border-color css
<style>
span { border-color: #BCD1E8; }
span { border-color: rgb(188,209,232); }
td.TdClassName
{
border-color: #BCD1E8;
}
.TagClassName
{
border-color: #BCD1E8;
}
</style>