Html Css Color HEX #C2CECA Jet Stream

📋 copy color: '#C2CECA'

red 194 ◦ green 206 ◦ blue 202

#C2CECA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #C2CECA

Tints of Jet Stream #C2CECA

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.3% from 255) = 33.55%

R = 32.23%
G = 34.22%
B = 33.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

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

Triadic Colors

Analogous colors

Split complements colors

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>