Shades of Jet Stream #BCC0BF
Tints of Jet Stream #BCC0BF
RGB
CMYK
RGB Variations
Color information
#BCC0BF (or 0xBCC0BF) is known color: Jet Stream. HEX triplet: BC, C0 and BF. RGB value is (188,192,191). Sum of RGB (Red+Green+Blue) = 188+192+191=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0BF is #433F40. Grayscale: #BEBEBE. Windows color (decimal): -4407105 or 12566716. OLE color: 12566716.
HSL color Cylindrical-coordinate representation of color #BCC0BF: hue angle of 165º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCC0BF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 191 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.25 |
| HSL | 165º | 0.03% | 0.75% | - |
| HSV(B) | 165º | 0.02% | 0.75% | - |
| XYZ | 48.99 | 52.15 | 56.77 | - |
| YUV | 190.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 191 | 0.02 | 0 | 0.01 | 0.25 | 165 | 0.03 | 0.75 |
| Hex | BC | C0 | BF | 2 | 0 | 1 | 19 | A5 | 3 | 4B |
| Octal | 274 | 300 | 277 | 2 | 0 | 1 | 31 | 245 | 3 | 113 |
| Binary | 10111100 | 11000000 | 10111111 | 10 | 0 | 1 | 11001 | 10100101 | 11 | 1001011 |
Color Harmonies of #BCC0BF
Complementary color
Monochromatic Colors of #BCC0BF
Black with #BCC0BF
Text Example
Text Example
White with #BCC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0BF; }
p { color: rgb(188,192,191); }
H1.HeaderClassName
{
color: #BCC0BF;
}
.AnyTagClassName
{
color: #BCC0BF;
}
</style>
background-color css
<style>
a { background-color: #BCC0BF; }
a { background-color: rgb(188,192,191); }
div.DivClassName
{
background-color: #BCC0BF;
}
.BgClassName
{
background-color: #BCC0BF;
}
</style>
border-color css
<style>
span { border-color: #BCC0BF; }
span { border-color: rgb(188,192,191); }
td.TdClassName
{
border-color: #BCC0BF;
}
.TagClassName
{
border-color: #BCC0BF;
}
</style>