Shades of Jet Stream #BCC3C1
Tints of Jet Stream #BCC3C1
RGB
CMYK
RGB Variations
Color information
#BCC3C1 (or 0xBCC3C1) is known color: Jet Stream. HEX triplet: BC, C3 and C1. RGB value is (188,195,193). Sum of RGB (Red+Green+Blue) = 188+195+193=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3C1 is #433C3E. Grayscale: #C0C0C0. Windows color (decimal): -4406335 or 12698556. OLE color: 12698556.
HSL color Cylindrical-coordinate representation of color #BCC3C1: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC3C1 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 193 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.24 |
| HSL | 162.86º | 0.06% | 0.75% | - |
| HSV(B) | 162.86º | 0.04% | 0.76% | - |
| XYZ | 49.88 | 53.57 | 58.16 | - |
| YUV | 192.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 193 | 0.04 | 0 | 0.01 | 0.24 | 162.86 | 0.06 | 0.75 |
| Hex | BC | C3 | C1 | 4 | 0 | 1 | 18 | A3 | 6 | 4B |
| Octal | 274 | 303 | 301 | 4 | 0 | 1 | 30 | 243 | 6 | 113 |
| Binary | 10111100 | 11000011 | 11000001 | 100 | 0 | 1 | 11000 | 10100011 | 110 | 1001011 |
Color Harmonies of #BCC3C1
Complementary color
Monochromatic Colors of #BCC3C1
Black with #BCC3C1
Text Example
Text Example
White with #BCC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3C1; }
p { color: rgb(188,195,193); }
H1.HeaderClassName
{
color: #BCC3C1;
}
.AnyTagClassName
{
color: #BCC3C1;
}
</style>
background-color css
<style>
a { background-color: #BCC3C1; }
a { background-color: rgb(188,195,193); }
div.DivClassName
{
background-color: #BCC3C1;
}
.BgClassName
{
background-color: #BCC3C1;
}
</style>
border-color css
<style>
span { border-color: #BCC3C1; }
span { border-color: rgb(188,195,193); }
td.TdClassName
{
border-color: #BCC3C1;
}
.TagClassName
{
border-color: #BCC3C1;
}
</style>