Shades of Tropical Blue #BCD0E4
Tints of Tropical Blue #BCD0E4
RGB
CMYK
RGB Variations
Color information
#BCD0E4 (or 0xBCD0E4) is known color: Tropical Blue. HEX triplet: BC, D0 and E4. RGB value is (188,208,228). Sum of RGB (Red+Green+Blue) = 188+208+228=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0E4 is #432F1B. Grayscale: #CCCCCC. Windows color (decimal): -4402972 or 14995644. OLE color: 14995644.
HSL color Cylindrical-coordinate representation of color #BCD0E4: hue angle of 210º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD0E4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 208 | 228 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.11 |
| HSL | 210º | 0.43% | 0.82% | - |
| HSV(B) | 210º | 0.18% | 0.89% | - |
| XYZ | 57.3 | 61.4 | 82.23 | - |
| YUV | 204.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 228 | 0.18 | 0.09 | 0 | 0.11 | 210 | 0.43 | 0.82 |
| Hex | BC | D0 | E4 | 12 | 9 | 0 | B | D2 | 2B | 52 |
| Octal | 274 | 320 | 344 | 22 | 11 | 0 | 13 | 322 | 53 | 122 |
| Binary | 10111100 | 11010000 | 11100100 | 10010 | 1001 | 0 | 1011 | 11010010 | 101011 | 1010010 |
Color Harmonies of #BCD0E4
Complementary color
Monochromatic Colors of #BCD0E4
Black with #BCD0E4
Text Example
Text Example
White with #BCD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0E4; }
p { color: rgb(188,208,228); }
H1.HeaderClassName
{
color: #BCD0E4;
}
.AnyTagClassName
{
color: #BCD0E4;
}
</style>
background-color css
<style>
a { background-color: #BCD0E4; }
a { background-color: rgb(188,208,228); }
div.DivClassName
{
background-color: #BCD0E4;
}
.BgClassName
{
background-color: #BCD0E4;
}
</style>
border-color css
<style>
span { border-color: #BCD0E4; }
span { border-color: rgb(188,208,228); }
td.TdClassName
{
border-color: #BCD0E4;
}
.TagClassName
{
border-color: #BCD0E4;
}
</style>