#C4CECA

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

Shades of Jet Stream #C4CECA

Tints of Jet Stream #C4CECA

Color information

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

RGB196206202-
CMYK0.0500.020.19
HSL156º9.26%78.82%-
HSV(B)156º4.85%80.78%-
XYZ55.560.1464.56-
YUV202.55127.69123.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=32.45%
G=34.11%
B=33.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962062020.0500.020.191569.2678.82
HexC4CECA502139c94f
Octal3043163125022323411117
Binary110001001100111011001010101010100111001110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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