Shades of Jet Stream #BCD6C9
Tints of Jet Stream #BCD6C9
RGB
CMYK
RGB Variations
Color information
#BCD6C9 (or 0xBCD6C9) is known color: Jet Stream. HEX triplet: BC, D6 and C9. RGB value is (188,214,201). Sum of RGB (Red+Green+Blue) = 188+214+201=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6C9 is #432936. Grayscale: #CCCCCC. Windows color (decimal): -4401463 or 13227708. OLE color: 13227708.
HSL color Cylindrical-coordinate representation of color #BCD6C9: hue angle of 150º 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 #BCD6C9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 201 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.16 |
| HSL | 150º | 0.24% | 0.79% | - |
| HSV(B) | 150º | 0.12% | 0.84% | - |
| XYZ | 55.33 | 63 | 64.5 | - |
| YUV | 204.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 201 | 0.12 | 0 | 0.06 | 0.16 | 150 | 0.24 | 0.79 |
| Hex | BC | D6 | C9 | C | 0 | 6 | 10 | 96 | 18 | 4F |
| Octal | 274 | 326 | 311 | 14 | 0 | 6 | 20 | 226 | 30 | 117 |
| Binary | 10111100 | 11010110 | 11001001 | 1100 | 0 | 110 | 10000 | 10010110 | 11000 | 1001111 |
Color Harmonies of #BCD6C9
Complementary color
Monochromatic Colors of #BCD6C9
Black with #BCD6C9
Text Example
Text Example
White with #BCD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6C9; }
p { color: rgb(188,214,201); }
H1.HeaderClassName
{
color: #BCD6C9;
}
.AnyTagClassName
{
color: #BCD6C9;
}
</style>
background-color css
<style>
a { background-color: #BCD6C9; }
a { background-color: rgb(188,214,201); }
div.DivClassName
{
background-color: #BCD6C9;
}
.BgClassName
{
background-color: #BCD6C9;
}
</style>
border-color css
<style>
span { border-color: #BCD6C9; }
span { border-color: rgb(188,214,201); }
td.TdClassName
{
border-color: #BCD6C9;
}
.TagClassName
{
border-color: #BCD6C9;
}
</style>