Shades of Jet Stream #BCD9CD
Tints of Jet Stream #BCD9CD
RGB
CMYK
RGB Variations
Color information
#BCD9CD (or 0xBCD9CD) is known color: Jet Stream. HEX triplet: BC, D9 and CD. RGB value is (188,217,205). Sum of RGB (Red+Green+Blue) = 188+217+205=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9CD is #432632. Grayscale: #CECECE. Windows color (decimal): -4400691 or 13490620. OLE color: 13490620.
HSL color Cylindrical-coordinate representation of color #BCD9CD: hue angle of 155.17º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9CD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 205 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.15 |
| HSL | 155.17º | 0.28% | 0.79% | - |
| HSV(B) | 155.17º | 0.13% | 0.85% | - |
| XYZ | 56.57 | 64.72 | 67.27 | - |
| YUV | 206.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 205 | 0.13 | 0 | 0.06 | 0.15 | 155.17 | 0.28 | 0.79 |
| Hex | BC | D9 | CD | D | 0 | 6 | F | 9B | 1C | 4F |
| Octal | 274 | 331 | 315 | 15 | 0 | 6 | 17 | 233 | 34 | 117 |
| Binary | 10111100 | 11011001 | 11001101 | 1101 | 0 | 110 | 1111 | 10011011 | 11100 | 1001111 |
Color Harmonies of #BCD9CD
Complementary color
Monochromatic Colors of #BCD9CD
Black with #BCD9CD
Text Example
Text Example
White with #BCD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9CD; }
p { color: rgb(188,217,205); }
H1.HeaderClassName
{
color: #BCD9CD;
}
.AnyTagClassName
{
color: #BCD9CD;
}
</style>
background-color css
<style>
a { background-color: #BCD9CD; }
a { background-color: rgb(188,217,205); }
div.DivClassName
{
background-color: #BCD9CD;
}
.BgClassName
{
background-color: #BCD9CD;
}
</style>
border-color css
<style>
span { border-color: #BCD9CD; }
span { border-color: rgb(188,217,205); }
td.TdClassName
{
border-color: #BCD9CD;
}
.TagClassName
{
border-color: #BCD9CD;
}
</style>