Shades of Jet Stream #BCCFCB
Tints of Jet Stream #BCCFCB
RGB
CMYK
RGB Variations
Color information
#BCCFCB (or 0xBCCFCB) is known color: Jet Stream. HEX triplet: BC, CF and CB. RGB value is (188,207,203). Sum of RGB (Red+Green+Blue) = 188+207+203=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFCB is #433034. Grayscale: #C8C8C8. Windows color (decimal): -4403253 or 13356988. OLE color: 13356988.
HSL color Cylindrical-coordinate representation of color #BCCFCB: hue angle of 167.37º 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 #BCCFCB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 203 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.19 |
| HSL | 167.37º | 0.17% | 0.77% | - |
| HSV(B) | 167.37º | 0.09% | 0.81% | - |
| XYZ | 53.83 | 59.63 | 65.17 | - |
| YUV | 200.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 203 | 0.09 | 0 | 0.02 | 0.19 | 167.37 | 0.17 | 0.77 |
| Hex | BC | CF | CB | 9 | 0 | 2 | 13 | A7 | 11 | 4D |
| Octal | 274 | 317 | 313 | 11 | 0 | 2 | 23 | 247 | 21 | 115 |
| Binary | 10111100 | 11001111 | 11001011 | 1001 | 0 | 10 | 10011 | 10100111 | 10001 | 1001101 |
Color Harmonies of #BCCFCB
Complementary color
Monochromatic Colors of #BCCFCB
Black with #BCCFCB
Text Example
Text Example
White with #BCCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFCB; }
p { color: rgb(188,207,203); }
H1.HeaderClassName
{
color: #BCCFCB;
}
.AnyTagClassName
{
color: #BCCFCB;
}
</style>
background-color css
<style>
a { background-color: #BCCFCB; }
a { background-color: rgb(188,207,203); }
div.DivClassName
{
background-color: #BCCFCB;
}
.BgClassName
{
background-color: #BCCFCB;
}
</style>
border-color css
<style>
span { border-color: #BCCFCB; }
span { border-color: rgb(188,207,203); }
td.TdClassName
{
border-color: #BCCFCB;
}
.TagClassName
{
border-color: #BCCFCB;
}
</style>