Shades of Jet Stream #BCC8C6
Tints of Jet Stream #BCC8C6
RGB
CMYK
RGB Variations
Color information
#BCC8C6 (or 0xBCC8C6) is known color: Jet Stream. HEX triplet: BC, C8 and C6. RGB value is (188,200,198). Sum of RGB (Red+Green+Blue) = 188+200+198=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C6 is #433739. Grayscale: #C4C4C4. Windows color (decimal): -4405050 or 13027516. OLE color: 13027516.
HSL color Cylindrical-coordinate representation of color #BCC8C6: hue angle of 170º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC8C6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 198 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.22 |
| HSL | 170º | 0.1% | 0.76% | - |
| HSV(B) | 170º | 0.06% | 0.78% | - |
| XYZ | 51.59 | 56.08 | 61.53 | - |
| YUV | 196.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 198 | 0.06 | 0 | 0.01 | 0.22 | 170 | 0.1 | 0.76 |
| Hex | BC | C8 | C6 | 6 | 0 | 1 | 16 | AA | A | 4C |
| Octal | 274 | 310 | 306 | 6 | 0 | 1 | 26 | 252 | 12 | 114 |
| Binary | 10111100 | 11001000 | 11000110 | 110 | 0 | 1 | 10110 | 10101010 | 1010 | 1001100 |
Color Harmonies of #BCC8C6
Complementary color
Monochromatic Colors of #BCC8C6
Black with #BCC8C6
Text Example
Text Example
White with #BCC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8C6; }
p { color: rgb(188,200,198); }
H1.HeaderClassName
{
color: #BCC8C6;
}
.AnyTagClassName
{
color: #BCC8C6;
}
</style>
background-color css
<style>
a { background-color: #BCC8C6; }
a { background-color: rgb(188,200,198); }
div.DivClassName
{
background-color: #BCC8C6;
}
.BgClassName
{
background-color: #BCC8C6;
}
</style>
border-color css
<style>
span { border-color: #BCC8C6; }
span { border-color: rgb(188,200,198); }
td.TdClassName
{
border-color: #BCC8C6;
}
.TagClassName
{
border-color: #BCC8C6;
}
</style>