Shades of Jet Stream #BCC1C0
Tints of Jet Stream #BCC1C0
RGB
CMYK
RGB Variations
Color information
#BCC1C0 (or 0xBCC1C0) is known color: Jet Stream. HEX triplet: BC, C1 and C0. RGB value is (188,193,192). Sum of RGB (Red+Green+Blue) = 188+193+192=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1C0 is #433E3F. Grayscale: #BFBFBF. Windows color (decimal): -4406848 or 12632508. OLE color: 12632508.
HSL color Cylindrical-coordinate representation of color #BCC1C0: hue angle of 168º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC1C0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 192 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.24 |
| HSL | 168º | 0.04% | 0.75% | - |
| HSV(B) | 168º | 0.03% | 0.76% | - |
| XYZ | 49.32 | 52.64 | 57.43 | - |
| YUV | 191.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 192 | 0.03 | 0 | 0.01 | 0.24 | 168 | 0.04 | 0.75 |
| Hex | BC | C1 | C0 | 3 | 0 | 1 | 18 | A8 | 4 | 4B |
| Octal | 274 | 301 | 300 | 3 | 0 | 1 | 30 | 250 | 4 | 113 |
| Binary | 10111100 | 11000001 | 11000000 | 11 | 0 | 1 | 11000 | 10101000 | 100 | 1001011 |
Color Harmonies of #BCC1C0
Complementary color
Monochromatic Colors of #BCC1C0
Black with #BCC1C0
Text Example
Text Example
White with #BCC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1C0; }
p { color: rgb(188,193,192); }
H1.HeaderClassName
{
color: #BCC1C0;
}
.AnyTagClassName
{
color: #BCC1C0;
}
</style>
background-color css
<style>
a { background-color: #BCC1C0; }
a { background-color: rgb(188,193,192); }
div.DivClassName
{
background-color: #BCC1C0;
}
.BgClassName
{
background-color: #BCC1C0;
}
</style>
border-color css
<style>
span { border-color: #BCC1C0; }
span { border-color: rgb(188,193,192); }
td.TdClassName
{
border-color: #BCC1C0;
}
.TagClassName
{
border-color: #BCC1C0;
}
</style>