Shades of Jet Stream #BCD5CD
Tints of Jet Stream #BCD5CD
RGB
CMYK
RGB Variations
Color information
#BCD5CD (or 0xBCD5CD) is known color: Jet Stream. HEX triplet: BC, D5 and CD. RGB value is (188,213,205). Sum of RGB (Red+Green+Blue) = 188+213+205=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5CD is #432A32. Grayscale: #CCCCCC. Windows color (decimal): -4401715 or 13489596. OLE color: 13489596.
HSL color Cylindrical-coordinate representation of color #BCD5CD: hue angle of 160.8º 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 #BCD5CD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 205 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.16 |
| HSL | 160.8º | 0.23% | 0.79% | - |
| HSV(B) | 160.8º | 0.12% | 0.84% | - |
| XYZ | 55.55 | 62.69 | 66.93 | - |
| YUV | 204.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 205 | 0.12 | 0 | 0.04 | 0.16 | 160.8 | 0.23 | 0.79 |
| Hex | BC | D5 | CD | C | 0 | 4 | 10 | A1 | 17 | 4F |
| Octal | 274 | 325 | 315 | 14 | 0 | 4 | 20 | 241 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11001101 | 1100 | 0 | 100 | 10000 | 10100001 | 10111 | 1001111 |
Color Harmonies of #BCD5CD
Complementary color
Monochromatic Colors of #BCD5CD
Black with #BCD5CD
Text Example
Text Example
White with #BCD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5CD; }
p { color: rgb(188,213,205); }
H1.HeaderClassName
{
color: #BCD5CD;
}
.AnyTagClassName
{
color: #BCD5CD;
}
</style>
background-color css
<style>
a { background-color: #BCD5CD; }
a { background-color: rgb(188,213,205); }
div.DivClassName
{
background-color: #BCD5CD;
}
.BgClassName
{
background-color: #BCD5CD;
}
</style>
border-color css
<style>
span { border-color: #BCD5CD; }
span { border-color: rgb(188,213,205); }
td.TdClassName
{
border-color: #BCD5CD;
}
.TagClassName
{
border-color: #BCD5CD;
}
</style>