#C2CEC9

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

Shades of Jet Stream #C2CEC9

Tints of Jet Stream #C2CEC9

Color information

#C2CEC9 (or 0xC2CEC9) is unknown color: approx Jet Stream. HEX triplet: C2, CE and C9. RGB value is (194,206,201). Sum of RGB (Red+Green+Blue) = 194+206+201=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEC9 is #3D3136. Grayscale: #C9C9C9. Windows color (decimal): -4010295 or 13225666. OLE color: 13225666.

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

Color convert

RGB194206201-
CMYK0.0600.020.19
HSL155º10.91%78.43%-
HSV(B)155º5.83%80.78%-
XYZ54.8659.8363.91-
YUV201.84127.52122.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 201 (78.91% from 255) = 33.44%
R=32.28%
G=34.28%
B=33.44%

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
Decimal1942062010.0600.020.1915510.9178.43
HexC2CEC9602139bb4e
Octal3023163116022323313116
Binary110000101100111011001001110010100111001101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEC9; }

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

 H1.HeaderClassName
 {
   color: #C2CEC9;
 }
 .AnyTagClassName
 {
   color: #C2CEC9;
 }
</style>
background-color css

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

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

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

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

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

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