Shades of Jet Stream #BCD9CA
Tints of Jet Stream #BCD9CA
RGB
CMYK
RGB Variations
Color information
#BCD9CA (or 0xBCD9CA) is known color: Jet Stream. HEX triplet: BC, D9 and CA. RGB value is (188,217,202). Sum of RGB (Red+Green+Blue) = 188+217+202=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9CA is #432635. Grayscale: #CECECE. Windows color (decimal): -4400694 or 13294012. OLE color: 13294012.
HSL color Cylindrical-coordinate representation of color #BCD9CA: hue angle of 148.97º 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 #BCD9CA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 202 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.15 |
| HSL | 148.97º | 0.28% | 0.79% | - |
| HSV(B) | 148.97º | 0.13% | 0.85% | - |
| XYZ | 56.21 | 64.58 | 65.38 | - |
| YUV | 206.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 202 | 0.13 | 0 | 0.07 | 0.15 | 148.97 | 0.28 | 0.79 |
| Hex | BC | D9 | CA | D | 0 | 7 | F | 95 | 1C | 4F |
| Octal | 274 | 331 | 312 | 15 | 0 | 7 | 17 | 225 | 34 | 117 |
| Binary | 10111100 | 11011001 | 11001010 | 1101 | 0 | 111 | 1111 | 10010101 | 11100 | 1001111 |
Color Harmonies of #BCD9CA
Complementary color
Monochromatic Colors of #BCD9CA
Black with #BCD9CA
Text Example
Text Example
White with #BCD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9CA; }
p { color: rgb(188,217,202); }
H1.HeaderClassName
{
color: #BCD9CA;
}
.AnyTagClassName
{
color: #BCD9CA;
}
</style>
background-color css
<style>
a { background-color: #BCD9CA; }
a { background-color: rgb(188,217,202); }
div.DivClassName
{
background-color: #BCD9CA;
}
.BgClassName
{
background-color: #BCD9CA;
}
</style>
border-color css
<style>
span { border-color: #BCD9CA; }
span { border-color: rgb(188,217,202); }
td.TdClassName
{
border-color: #BCD9CA;
}
.TagClassName
{
border-color: #BCD9CA;
}
</style>