Shades of Jet Stream #BCC8C5
Tints of Jet Stream #BCC8C5
RGB
CMYK
RGB Variations
Color information
#BCC8C5 (or 0xBCC8C5) is known color: Jet Stream. HEX triplet: BC, C8 and C5. RGB value is (188,200,197). Sum of RGB (Red+Green+Blue) = 188+200+197=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C5 is #43373A. Grayscale: #C4C4C4. Windows color (decimal): -4405051 or 12961980. OLE color: 12961980.
HSL color Cylindrical-coordinate representation of color #BCC8C5: hue angle of 165º 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 #BCC8C5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 197 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.22 |
| HSL | 165º | 0.1% | 0.76% | - |
| HSV(B) | 165º | 0.06% | 0.78% | - |
| XYZ | 51.47 | 56.03 | 60.93 | - |
| YUV | 196.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 197 | 0.06 | 0 | 0.02 | 0.22 | 165 | 0.1 | 0.76 |
| Hex | BC | C8 | C5 | 6 | 0 | 2 | 16 | A5 | A | 4C |
| Octal | 274 | 310 | 305 | 6 | 0 | 2 | 26 | 245 | 12 | 114 |
| Binary | 10111100 | 11001000 | 11000101 | 110 | 0 | 10 | 10110 | 10100101 | 1010 | 1001100 |
Color Harmonies of #BCC8C5
Complementary color
Monochromatic Colors of #BCC8C5
Black with #BCC8C5
Text Example
Text Example
White with #BCC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8C5; }
p { color: rgb(188,200,197); }
H1.HeaderClassName
{
color: #BCC8C5;
}
.AnyTagClassName
{
color: #BCC8C5;
}
</style>
background-color css
<style>
a { background-color: #BCC8C5; }
a { background-color: rgb(188,200,197); }
div.DivClassName
{
background-color: #BCC8C5;
}
.BgClassName
{
background-color: #BCC8C5;
}
</style>
border-color css
<style>
span { border-color: #BCC8C5; }
span { border-color: rgb(188,200,197); }
td.TdClassName
{
border-color: #BCC8C5;
}
.TagClassName
{
border-color: #BCC8C5;
}
</style>