Shades of Jet Stream #BCD3CA
Tints of Jet Stream #BCD3CA
RGB
CMYK
RGB Variations
Color information
#BCD3CA (or 0xBCD3CA) is known color: Jet Stream. HEX triplet: BC, D3 and CA. RGB value is (188,211,202). Sum of RGB (Red+Green+Blue) = 188+211+202=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3CA is #432C35. Grayscale: #CBCBCB. Windows color (decimal): -4402230 or 13292476. OLE color: 13292476.
HSL color Cylindrical-coordinate representation of color #BCD3CA: hue angle of 156.52º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3CA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 202 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.17 |
| HSL | 156.52º | 0.21% | 0.78% | - |
| HSV(B) | 156.52º | 0.11% | 0.83% | - |
| XYZ | 54.69 | 61.54 | 64.87 | - |
| YUV | 203.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 202 | 0.11 | 0 | 0.04 | 0.17 | 156.52 | 0.21 | 0.78 |
| Hex | BC | D3 | CA | B | 0 | 4 | 11 | 9D | 15 | 4E |
| Octal | 274 | 323 | 312 | 13 | 0 | 4 | 21 | 235 | 25 | 116 |
| Binary | 10111100 | 11010011 | 11001010 | 1011 | 0 | 100 | 10001 | 10011101 | 10101 | 1001110 |
Color Harmonies of #BCD3CA
Complementary color
Monochromatic Colors of #BCD3CA
Black with #BCD3CA
Text Example
Text Example
White with #BCD3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3CA; }
p { color: rgb(188,211,202); }
H1.HeaderClassName
{
color: #BCD3CA;
}
.AnyTagClassName
{
color: #BCD3CA;
}
</style>
background-color css
<style>
a { background-color: #BCD3CA; }
a { background-color: rgb(188,211,202); }
div.DivClassName
{
background-color: #BCD3CA;
}
.BgClassName
{
background-color: #BCD3CA;
}
</style>
border-color css
<style>
span { border-color: #BCD3CA; }
span { border-color: rgb(188,211,202); }
td.TdClassName
{
border-color: #BCD3CA;
}
.TagClassName
{
border-color: #BCD3CA;
}
</style>