Shades of Jet Stream #C2CECA
Tints of Jet Stream #C2CECA
RGB
CMYK
RGB Variations
Color information
#C2CECA (or 0xC2CECA) is known color: Jet Stream. HEX triplet: C2, CE and CA. RGB value is (194,206,202). Sum of RGB (Red+Green+Blue) = 194+206+202=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECA is #3D3135. Grayscale: #C9C9C9. Windows color (decimal): -4010294 or 13291202. OLE color: 13291202.
HSL color Cylindrical-coordinate representation of color #C2CECA: hue angle of 160º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CECA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 202 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.19 |
| HSL | 160º | 0.11% | 0.78% | - |
| HSV(B) | 160º | 0.06% | 0.81% | - |
| XYZ | 54.98 | 59.88 | 64.54 | - |
| YUV | 201.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 202 | 0.06 | 0 | 0.02 | 0.19 | 160 | 0.11 | 0.78 |
| Hex | C2 | CE | CA | 6 | 0 | 2 | 13 | A0 | B | 4E |
| Octal | 302 | 316 | 312 | 6 | 0 | 2 | 23 | 240 | 13 | 116 |
| Binary | 11000010 | 11001110 | 11001010 | 110 | 0 | 10 | 10011 | 10100000 | 1011 | 1001110 |
Color Harmonies of #C2CECA
Complementary color
Monochromatic Colors of #C2CECA
Black with #C2CECA
Text Example
Text Example
White with #C2CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CECA; }
p { color: rgb(194,206,202); }
H1.HeaderClassName
{
color: #C2CECA;
}
.AnyTagClassName
{
color: #C2CECA;
}
</style>
background-color css
<style>
a { background-color: #C2CECA; }
a { background-color: rgb(194,206,202); }
div.DivClassName
{
background-color: #C2CECA;
}
.BgClassName
{
background-color: #C2CECA;
}
</style>
border-color css
<style>
span { border-color: #C2CECA; }
span { border-color: rgb(194,206,202); }
td.TdClassName
{
border-color: #C2CECA;
}
.TagClassName
{
border-color: #C2CECA;
}
</style>