Shades of Jet Stream #BCD6CF
Tints of Jet Stream #BCD6CF
RGB
CMYK
RGB Variations
Color information
#BCD6CF (or 0xBCD6CF) is known color: Jet Stream. HEX triplet: BC, D6 and CF. RGB value is (188,214,207). Sum of RGB (Red+Green+Blue) = 188+214+207=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CF is #432930. Grayscale: #CDCDCD. Windows color (decimal): -4401457 or 13620924. OLE color: 13620924.
HSL color Cylindrical-coordinate representation of color #BCD6CF: hue angle of 163.85º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD6CF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 207 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.16 |
| HSL | 163.85º | 0.24% | 0.79% | - |
| HSV(B) | 163.85º | 0.12% | 0.84% | - |
| XYZ | 56.05 | 63.29 | 68.29 | - |
| YUV | 205.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 207 | 0.12 | 0 | 0.03 | 0.16 | 163.85 | 0.24 | 0.79 |
| Hex | BC | D6 | CF | C | 0 | 3 | 10 | A4 | 18 | 4F |
| Octal | 274 | 326 | 317 | 14 | 0 | 3 | 20 | 244 | 30 | 117 |
| Binary | 10111100 | 11010110 | 11001111 | 1100 | 0 | 11 | 10000 | 10100100 | 11000 | 1001111 |
Color Harmonies of #BCD6CF
Complementary color
Monochromatic Colors of #BCD6CF
Black with #BCD6CF
Text Example
Text Example
White with #BCD6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6CF; }
p { color: rgb(188,214,207); }
H1.HeaderClassName
{
color: #BCD6CF;
}
.AnyTagClassName
{
color: #BCD6CF;
}
</style>
background-color css
<style>
a { background-color: #BCD6CF; }
a { background-color: rgb(188,214,207); }
div.DivClassName
{
background-color: #BCD6CF;
}
.BgClassName
{
background-color: #BCD6CF;
}
</style>
border-color css
<style>
span { border-color: #BCD6CF; }
span { border-color: rgb(188,214,207); }
td.TdClassName
{
border-color: #BCD6CF;
}
.TagClassName
{
border-color: #BCD6CF;
}
</style>