Shades of Jet Stream #BCD7CD
Tints of Jet Stream #BCD7CD
RGB
CMYK
RGB Variations
Color information
#BCD7CD (or 0xBCD7CD) is known color: Jet Stream. HEX triplet: BC, D7 and CD. RGB value is (188,215,205). Sum of RGB (Red+Green+Blue) = 188+215+205=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7CD is #432832. Grayscale: #CDCDCD. Windows color (decimal): -4401203 or 13490108. OLE color: 13490108.
HSL color Cylindrical-coordinate representation of color #BCD7CD: hue angle of 157.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7CD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 205 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.16 |
| HSL | 157.78º | 0.25% | 0.79% | - |
| HSV(B) | 157.78º | 0.13% | 0.84% | - |
| XYZ | 56.06 | 63.7 | 67.1 | - |
| YUV | 205.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 205 | 0.13 | 0 | 0.05 | 0.16 | 157.78 | 0.25 | 0.79 |
| Hex | BC | D7 | CD | D | 0 | 5 | 10 | 9E | 19 | 4F |
| Octal | 274 | 327 | 315 | 15 | 0 | 5 | 20 | 236 | 31 | 117 |
| Binary | 10111100 | 11010111 | 11001101 | 1101 | 0 | 101 | 10000 | 10011110 | 11001 | 1001111 |
Color Harmonies of #BCD7CD
Complementary color
Monochromatic Colors of #BCD7CD
Black with #BCD7CD
Text Example
Text Example
White with #BCD7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7CD; }
p { color: rgb(188,215,205); }
H1.HeaderClassName
{
color: #BCD7CD;
}
.AnyTagClassName
{
color: #BCD7CD;
}
</style>
background-color css
<style>
a { background-color: #BCD7CD; }
a { background-color: rgb(188,215,205); }
div.DivClassName
{
background-color: #BCD7CD;
}
.BgClassName
{
background-color: #BCD7CD;
}
</style>
border-color css
<style>
span { border-color: #BCD7CD; }
span { border-color: rgb(188,215,205); }
td.TdClassName
{
border-color: #BCD7CD;
}
.TagClassName
{
border-color: #BCD7CD;
}
</style>