Shades of Tropical Blue #BCD2E5
Tints of Tropical Blue #BCD2E5
RGB
CMYK
RGB Variations
Color information
#BCD2E5 (or 0xBCD2E5) is known color: Tropical Blue. HEX triplet: BC, D2 and E5. RGB value is (188,210,229). Sum of RGB (Red+Green+Blue) = 188+210+229=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2E5 is #432D1A. Grayscale: #CDCDCD. Windows color (decimal): -4402459 or 15061692. OLE color: 15061692.
HSL color Cylindrical-coordinate representation of color #BCD2E5: hue angle of 207.8º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD2E5 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 210 | 229 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.10 |
| HSL | 207.8º | 0.44% | 0.82% | - |
| HSV(B) | 207.8º | 0.18% | 0.9% | - |
| XYZ | 57.93 | 62.44 | 83.13 | - |
| YUV | 205.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 229 | 0.18 | 0.08 | 0 | 0.10 | 207.8 | 0.44 | 0.82 |
| Hex | BC | D2 | E5 | 12 | 8 | 0 | A | D0 | 2C | 52 |
| Octal | 274 | 322 | 345 | 22 | 10 | 0 | 12 | 320 | 54 | 122 |
| Binary | 10111100 | 11010010 | 11100101 | 10010 | 1000 | 0 | 1010 | 11010000 | 101100 | 1010010 |
Color Harmonies of #BCD2E5
Complementary color
Monochromatic Colors of #BCD2E5
Black with #BCD2E5
Text Example
Text Example
White with #BCD2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2E5; }
p { color: rgb(188,210,229); }
H1.HeaderClassName
{
color: #BCD2E5;
}
.AnyTagClassName
{
color: #BCD2E5;
}
</style>
background-color css
<style>
a { background-color: #BCD2E5; }
a { background-color: rgb(188,210,229); }
div.DivClassName
{
background-color: #BCD2E5;
}
.BgClassName
{
background-color: #BCD2E5;
}
</style>
border-color css
<style>
span { border-color: #BCD2E5; }
span { border-color: rgb(188,210,229); }
td.TdClassName
{
border-color: #BCD2E5;
}
.TagClassName
{
border-color: #BCD2E5;
}
</style>