Shades of Tropical Blue #BCD3EA
Tints of Tropical Blue #BCD3EA
RGB
CMYK
RGB Variations
Color information
#BCD3EA (or 0xBCD3EA) is known color: Tropical Blue. HEX triplet: BC, D3 and EA. RGB value is (188,211,234). Sum of RGB (Red+Green+Blue) = 188+211+234=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3EA is #432C15. Grayscale: #CECECE. Windows color (decimal): -4402198 or 15389628. OLE color: 15389628.
HSL color Cylindrical-coordinate representation of color #BCD3EA: hue angle of 210º 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 #BCD3EA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 211 | 234 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.08 |
| HSL | 210º | 0.52% | 0.83% | - |
| HSV(B) | 210º | 0.2% | 0.92% | - |
| XYZ | 58.88 | 63.22 | 86.94 | - |
| YUV | 206.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 234 | 0.20 | 0.10 | 0 | 0.08 | 210 | 0.52 | 0.83 |
| Hex | BC | D3 | EA | 14 | A | 0 | 8 | D2 | 34 | 53 |
| Octal | 274 | 323 | 352 | 24 | 12 | 0 | 10 | 322 | 64 | 123 |
| Binary | 10111100 | 11010011 | 11101010 | 10100 | 1010 | 0 | 1000 | 11010010 | 110100 | 1010011 |
Color Harmonies of #BCD3EA
Complementary color
Monochromatic Colors of #BCD3EA
Black with #BCD3EA
Text Example
Text Example
White with #BCD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3EA; }
p { color: rgb(188,211,234); }
H1.HeaderClassName
{
color: #BCD3EA;
}
.AnyTagClassName
{
color: #BCD3EA;
}
</style>
background-color css
<style>
a { background-color: #BCD3EA; }
a { background-color: rgb(188,211,234); }
div.DivClassName
{
background-color: #BCD3EA;
}
.BgClassName
{
background-color: #BCD3EA;
}
</style>
border-color css
<style>
span { border-color: #BCD3EA; }
span { border-color: rgb(188,211,234); }
td.TdClassName
{
border-color: #BCD3EA;
}
.TagClassName
{
border-color: #BCD3EA;
}
</style>