Shades of Jet Stream #BCCFC6
Tints of Jet Stream #BCCFC6
RGB
CMYK
RGB Variations
Color information
#BCCFC6 (or 0xBCCFC6) is known color: Jet Stream. HEX triplet: BC, CF and C6. RGB value is (188,207,198). Sum of RGB (Red+Green+Blue) = 188+207+198=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC6 is #433039. Grayscale: #C8C8C8. Windows color (decimal): -4403258 or 13029308. OLE color: 13029308.
HSL color Cylindrical-coordinate representation of color #BCCFC6: hue angle of 151.58º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFC6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 198 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.19 |
| HSL | 151.58º | 0.17% | 0.77% | - |
| HSV(B) | 151.58º | 0.09% | 0.81% | - |
| XYZ | 53.24 | 59.39 | 62.08 | - |
| YUV | 200.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 198 | 0.09 | 0 | 0.04 | 0.19 | 151.58 | 0.17 | 0.77 |
| Hex | BC | CF | C6 | 9 | 0 | 4 | 13 | 98 | 11 | 4D |
| Octal | 274 | 317 | 306 | 11 | 0 | 4 | 23 | 230 | 21 | 115 |
| Binary | 10111100 | 11001111 | 11000110 | 1001 | 0 | 100 | 10011 | 10011000 | 10001 | 1001101 |
Color Harmonies of #BCCFC6
Complementary color
Monochromatic Colors of #BCCFC6
Black with #BCCFC6
Text Example
Text Example
White with #BCCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFC6; }
p { color: rgb(188,207,198); }
H1.HeaderClassName
{
color: #BCCFC6;
}
.AnyTagClassName
{
color: #BCCFC6;
}
</style>
background-color css
<style>
a { background-color: #BCCFC6; }
a { background-color: rgb(188,207,198); }
div.DivClassName
{
background-color: #BCCFC6;
}
.BgClassName
{
background-color: #BCCFC6;
}
</style>
border-color css
<style>
span { border-color: #BCCFC6; }
span { border-color: rgb(188,207,198); }
td.TdClassName
{
border-color: #BCCFC6;
}
.TagClassName
{
border-color: #BCCFC6;
}
</style>