Shades of Jet Stream #BCC4C2
Tints of Jet Stream #BCC4C2
RGB
CMYK
RGB Variations
Color information
#BCC4C2 (or 0xBCC4C2) is known color: Jet Stream. HEX triplet: BC, C4 and C2. RGB value is (188,196,194). Sum of RGB (Red+Green+Blue) = 188+196+194=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4C2 is #433B3D. Grayscale: #C1C1C1. Windows color (decimal): -4406078 or 12764348. OLE color: 12764348.
HSL color Cylindrical-coordinate representation of color #BCC4C2: hue angle of 165º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC4C2 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 194 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.23 |
| HSL | 165º | 0.06% | 0.75% | - |
| HSV(B) | 165º | 0.04% | 0.77% | - |
| XYZ | 50.22 | 54.07 | 58.83 | - |
| YUV | 193.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 194 | 0.04 | 0 | 0.01 | 0.23 | 165 | 0.06 | 0.75 |
| Hex | BC | C4 | C2 | 4 | 0 | 1 | 17 | A5 | 6 | 4B |
| Octal | 274 | 304 | 302 | 4 | 0 | 1 | 27 | 245 | 6 | 113 |
| Binary | 10111100 | 11000100 | 11000010 | 100 | 0 | 1 | 10111 | 10100101 | 110 | 1001011 |
Color Harmonies of #BCC4C2
Complementary color
Monochromatic Colors of #BCC4C2
Black with #BCC4C2
Text Example
Text Example
White with #BCC4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4C2; }
p { color: rgb(188,196,194); }
H1.HeaderClassName
{
color: #BCC4C2;
}
.AnyTagClassName
{
color: #BCC4C2;
}
</style>
background-color css
<style>
a { background-color: #BCC4C2; }
a { background-color: rgb(188,196,194); }
div.DivClassName
{
background-color: #BCC4C2;
}
.BgClassName
{
background-color: #BCC4C2;
}
</style>
border-color css
<style>
span { border-color: #BCC4C2; }
span { border-color: rgb(188,196,194); }
td.TdClassName
{
border-color: #BCC4C2;
}
.TagClassName
{
border-color: #BCC4C2;
}
</style>