Shades of Jet Stream #C4CECA
Tints of Jet Stream #C4CECA
RGB
CMYK
RGB Variations
Color information
#C4CECA (or 0xC4CECA) is known color: Jet Stream. HEX triplet: C4, CE and CA. RGB value is (196,206,202). Sum of RGB (Red+Green+Blue) = 196+206+202=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CECA is #3B3135. Grayscale: #CACACA. Windows color (decimal): -3879222 or 13291204. OLE color: 13291204.
HSL color Cylindrical-coordinate representation of color #C4CECA: hue angle of 156º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4CECA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 202 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.19 |
| HSL | 156º | 0.09% | 0.79% | - |
| HSV(B) | 156º | 0.05% | 0.81% | - |
| XYZ | 55.5 | 60.14 | 64.56 | - |
| YUV | 202.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 202 | 0.05 | 0 | 0.02 | 0.19 | 156 | 0.09 | 0.79 |
| Hex | C4 | CE | CA | 5 | 0 | 2 | 13 | 9C | 9 | 4F |
| Octal | 304 | 316 | 312 | 5 | 0 | 2 | 23 | 234 | 11 | 117 |
| Binary | 11000100 | 11001110 | 11001010 | 101 | 0 | 10 | 10011 | 10011100 | 1001 | 1001111 |
Color Harmonies of #C4CECA
Complementary color
Monochromatic Colors of #C4CECA
Black with #C4CECA
Text Example
Text Example
White with #C4CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CECA; }
p { color: rgb(196,206,202); }
H1.HeaderClassName
{
color: #C4CECA;
}
.AnyTagClassName
{
color: #C4CECA;
}
</style>
background-color css
<style>
a { background-color: #C4CECA; }
a { background-color: rgb(196,206,202); }
div.DivClassName
{
background-color: #C4CECA;
}
.BgClassName
{
background-color: #C4CECA;
}
</style>
border-color css
<style>
span { border-color: #C4CECA; }
span { border-color: rgb(196,206,202); }
td.TdClassName
{
border-color: #C4CECA;
}
.TagClassName
{
border-color: #C4CECA;
}
</style>