Shades of Jet Stream #BCCFC7
Tints of Jet Stream #BCCFC7
RGB
CMYK
RGB Variations
Color information
#BCCFC7 (or 0xBCCFC7) is known color: Jet Stream. HEX triplet: BC, CF and C7. RGB value is (188,207,199). Sum of RGB (Red+Green+Blue) = 188+207+199=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC7 is #433038. Grayscale: #C8C8C8. Windows color (decimal): -4403257 or 13094844. OLE color: 13094844.
HSL color Cylindrical-coordinate representation of color #BCCFC7: hue angle of 154.74º 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 #BCCFC7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 199 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.19 |
| HSL | 154.74º | 0.17% | 0.77% | - |
| HSV(B) | 154.74º | 0.09% | 0.81% | - |
| XYZ | 53.36 | 59.44 | 62.69 | - |
| YUV | 200.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 199 | 0.09 | 0 | 0.04 | 0.19 | 154.74 | 0.17 | 0.77 |
| Hex | BC | CF | C7 | 9 | 0 | 4 | 13 | 9B | 11 | 4D |
| Octal | 274 | 317 | 307 | 11 | 0 | 4 | 23 | 233 | 21 | 115 |
| Binary | 10111100 | 11001111 | 11000111 | 1001 | 0 | 100 | 10011 | 10011011 | 10001 | 1001101 |
Color Harmonies of #BCCFC7
Complementary color
Monochromatic Colors of #BCCFC7
Black with #BCCFC7
Text Example
Text Example
White with #BCCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFC7; }
p { color: rgb(188,207,199); }
H1.HeaderClassName
{
color: #BCCFC7;
}
.AnyTagClassName
{
color: #BCCFC7;
}
</style>
background-color css
<style>
a { background-color: #BCCFC7; }
a { background-color: rgb(188,207,199); }
div.DivClassName
{
background-color: #BCCFC7;
}
.BgClassName
{
background-color: #BCCFC7;
}
</style>
border-color css
<style>
span { border-color: #BCCFC7; }
span { border-color: rgb(188,207,199); }
td.TdClassName
{
border-color: #BCCFC7;
}
.TagClassName
{
border-color: #BCCFC7;
}
</style>