#C2CECA

Color #C2CECA Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #C2CECA

Tints of Jet Stream #C2CECA

Color information

#C2CECA (or 0xC2CECA) is unknown color: approx 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

RGB194206202-
CMYK0.0600.020.19
HSL160º10.91%78.43%-
HSV(B)160º5.83%80.78%-
XYZ54.9859.8864.54-
YUV201.96128.02122.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=32.23%
G=34.22%
B=33.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942062020.0600.020.1916010.9178.43
HexC2CECA60213a0b4e
Octal3023163126022324013116
Binary110000101100111011001010110010100111010000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>