Html Css Color HEX #C4CECB Jet Stream

📋 copy color: '#C4CECB'

red 196 ◦ green 206 ◦ blue 203

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

Shades of Jet Stream #C4CECB

Tints of Jet Stream #C4CECB

RGB

 RED value IS 196 (76.95% from 255) = 32.4%

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

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

R = 32.4%
G = 34.05%
B = 33.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C4CECB (or 0xC4CECB) is known color: Jet Stream. HEX triplet: C4, CE and CB. RGB value is (196,206,203). Sum of RGB (Red+Green+Blue) = 196+206+203=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CECB is #3B3134. Grayscale: #CACACA. Windows color (decimal): -3879221 or 13356740. OLE color: 13356740.

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

Color convert

RGB 196 206 203 -
CMYK 0.05 0 0.01 0.19
HSL 162º 0.09% 0.79% -
HSV(B) 162º 0.05% 0.81% -
XYZ 55.62 60.19 65.19 -
YUV 202.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 196 206 203 0.05 0 0.01 0.19 162 0.09 0.79
Hex C4 CE CB 5 0 1 13 A2 9 4F
Octal 304 316 313 5 0 1 23 242 11 117
Binary 11000100 11001110 11001011 101 0 1 10011 10100010 1001 1001111

Color Harmonies of #C4CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CECB

Black with #C4CECB

Text Example


Text Example

White with #C4CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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