Shades of Jet Stream #BCD5CF
Tints of Jet Stream #BCD5CF
RGB
CMYK
RGB Variations
Color information
#BCD5CF (or 0xBCD5CF) is known color: Jet Stream. HEX triplet: BC, D5 and CF. RGB value is (188,213,207). Sum of RGB (Red+Green+Blue) = 188+213+207=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CF is #432A30. Grayscale: #CCCCCC. Windows color (decimal): -4401713 or 13620668. OLE color: 13620668.
HSL color Cylindrical-coordinate representation of color #BCD5CF: hue angle of 165.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5CF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 207 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.16 |
| HSL | 165.6º | 0.23% | 0.79% | - |
| HSV(B) | 165.6º | 0.12% | 0.84% | - |
| XYZ | 55.8 | 62.78 | 68.21 | - |
| YUV | 204.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 207 | 0.12 | 0 | 0.03 | 0.16 | 165.6 | 0.23 | 0.79 |
| Hex | BC | D5 | CF | C | 0 | 3 | 10 | A6 | 17 | 4F |
| Octal | 274 | 325 | 317 | 14 | 0 | 3 | 20 | 246 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11001111 | 1100 | 0 | 11 | 10000 | 10100110 | 10111 | 1001111 |
Color Harmonies of #BCD5CF
Complementary color
Monochromatic Colors of #BCD5CF
Black with #BCD5CF
Text Example
Text Example
White with #BCD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5CF; }
p { color: rgb(188,213,207); }
H1.HeaderClassName
{
color: #BCD5CF;
}
.AnyTagClassName
{
color: #BCD5CF;
}
</style>
background-color css
<style>
a { background-color: #BCD5CF; }
a { background-color: rgb(188,213,207); }
div.DivClassName
{
background-color: #BCD5CF;
}
.BgClassName
{
background-color: #BCD5CF;
}
</style>
border-color css
<style>
span { border-color: #BCD5CF; }
span { border-color: rgb(188,213,207); }
td.TdClassName
{
border-color: #BCD5CF;
}
.TagClassName
{
border-color: #BCD5CF;
}
</style>