Shades of Jet Stream #BCD9CB
Tints of Jet Stream #BCD9CB
RGB
CMYK
RGB Variations
Color information
#BCD9CB (or 0xBCD9CB) is known color: Jet Stream. HEX triplet: BC, D9 and CB. RGB value is (188,217,203). Sum of RGB (Red+Green+Blue) = 188+217+203=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9CB is #432634. Grayscale: #CECECE. Windows color (decimal): -4400693 or 13359548. OLE color: 13359548.
HSL color Cylindrical-coordinate representation of color #BCD9CB: hue angle of 151.03º 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 #BCD9CB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 203 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.15 |
| HSL | 151.03º | 0.28% | 0.79% | - |
| HSV(B) | 151.03º | 0.13% | 0.85% | - |
| XYZ | 56.33 | 64.63 | 66.01 | - |
| YUV | 206.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 203 | 0.13 | 0 | 0.06 | 0.15 | 151.03 | 0.28 | 0.79 |
| Hex | BC | D9 | CB | D | 0 | 6 | F | 97 | 1C | 4F |
| Octal | 274 | 331 | 313 | 15 | 0 | 6 | 17 | 227 | 34 | 117 |
| Binary | 10111100 | 11011001 | 11001011 | 1101 | 0 | 110 | 1111 | 10010111 | 11100 | 1001111 |
Color Harmonies of #BCD9CB
Complementary color
Monochromatic Colors of #BCD9CB
Black with #BCD9CB
Text Example
Text Example
White with #BCD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9CB; }
p { color: rgb(188,217,203); }
H1.HeaderClassName
{
color: #BCD9CB;
}
.AnyTagClassName
{
color: #BCD9CB;
}
</style>
background-color css
<style>
a { background-color: #BCD9CB; }
a { background-color: rgb(188,217,203); }
div.DivClassName
{
background-color: #BCD9CB;
}
.BgClassName
{
background-color: #BCD9CB;
}
</style>
border-color css
<style>
span { border-color: #BCD9CB; }
span { border-color: rgb(188,217,203); }
td.TdClassName
{
border-color: #BCD9CB;
}
.TagClassName
{
border-color: #BCD9CB;
}
</style>