Html Css Color HEX #C2CECB Jet Stream

📋 copy color: '#C2CECB'

red 194 ◦ green 206 ◦ blue 203

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

Shades of Jet Stream #C2CECB

Tints of Jet Stream #C2CECB

RGB

 RED value IS 194 (76.17% from 255) = 32.17%

 GREEN value IS 206 (80.86% from 255) = 34.16%

 BLUE value IS 203 (79.69% from 255) = 33.67%

R = 32.17%
G = 34.16%
B = 33.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C2CECB (or 0xC2CECB) is known color: Jet Stream. HEX triplet: C2, CE and CB. RGB value is (194,206,203). Sum of RGB (Red+Green+Blue) = 194+206+203=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECB is #3D3134. Grayscale: #CACACA. Windows color (decimal): -4010293 or 13356738. OLE color: 13356738.

HSL color Cylindrical-coordinate representation of color #C2CECB: hue angle of 165º 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 #C2CECB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 203 -
CMYK 0.06 0 0.01 0.19
HSL 165º 0.11% 0.78% -
HSV(B) 165º 0.06% 0.81% -
XYZ 55.1 59.92 65.16 -
YUV 202.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 194 206 203 0.06 0 0.01 0.19 165 0.11 0.78
Hex C2 CE CB 6 0 1 13 A5 B 4E
Octal 302 316 313 6 0 1 23 245 13 116
Binary 11000010 11001110 11001011 110 0 1 10011 10100101 1011 1001110

Color Harmonies of #C2CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CECB

Black with #C2CECB

Text Example


Text Example

White with #C2CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CECB; }

 p { color: rgb(194,206,203); }

 H1.HeaderClassName
 {
   color: #C2CECB;
 }
 .AnyTagClassName
 {
   color: #C2CECB;
 }
</style>

background-color css

<style>
 a { background-color: #C2CECB; }

 a { background-color: rgb(194,206,203); }

 div.DivClassName
 {
   background-color: #C2CECB;
 }
 .BgClassName
 {
   background-color: #C2CECB;
 }
</style>

border-color css

<style>
 span { border-color: #C2CECB; }

 span { border-color: rgb(194,206,203); }

 td.TdClassName
 {
   border-color: #C2CECB;
 }
 .TagClassName
 {
   border-color: #C2CECB;
 }
</style>